]> git.pld-linux.org Git - packages/mysql.git/blame - mysql-fix_privilege_tables.patch
- full patch for sql file
[packages/mysql.git] / mysql-fix_privilege_tables.patch
CommitLineData
84c93851 1diff -urN mysql-4.1.7.org/scripts/mysql_fix_privilege_tables.sh mysql-4.1.7/scripts/mysql_fix_privilege_tables.sh
8c44afbb 2--- mysql-4.1.7.org/scripts/mysql_fix_privilege_tables.sh 2004-10-27 01:35:56.000000000 +0200
84c93851 3+++ mysql-4.1.7/scripts/mysql_fix_privilege_tables.sh 2004-10-27 12:13:42.159439392 +0200
8c44afbb
AM
4@@ -5,7 +5,7 @@
5 # Default values (Can be changed in my.cnf)
6 password=""
d15856ec 7 host="localhost"
8-user="root"
9+user="mysql"
8c44afbb
AM
10 sql_only=0
11 basedir=""
12 verbose=0
84c93851
AM
13@@ -15,7 +15,7 @@
14 database="mysql"
15 bindir=""
16
17-file=mysql_fix_privilege_tables.sql
18+file=/usr/share/mysql/mysql_fix_privilege_tables.sql
19
20 # The following test is to make this script compatible with the 4.0 where
21 # the single argument could be a password
This page took 0.029638 seconds and 4 git commands to generate.