]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-fix_privilege_tables.patch
- db initialization works now. should be fine now. please, test it...
[packages/mysql.git] / mysql-fix_privilege_tables.patch
1 diff -uNr old-mysql-4.0.14/scripts/mysql_fix_privilege_tables.sh mysql-4.0.14/scripts/mysql_fix_privilege_tables.sh
2 --- old-mysql-4.0.14/scripts/mysql_fix_privilege_tables.sh      Fri Jul 18 14:57:48 2003
3 +++ mysql-4.0.14/scripts/mysql_fix_privilege_tables.sh  Wed Oct  1 07:03:28 2003
4 @@ -2,7 +2,7 @@
5  
6  root_password="$1"
7  host="localhost"
8 -user="root"
9 +user="mysql"
10  port=""
11  socket=""
12  comment=""
13  database="mysql"
This page took 0.025645 seconds and 3 git commands to generate.