]> git.pld-linux.org Git - packages/mysql.git/blame - mysql-fix_privilege_tables.patch
- base tables need to be MyISAM
[packages/mysql.git] / mysql-fix_privilege_tables.patch
CommitLineData
8c44afbb 1--- mysql-4.1.7.org/scripts/mysql_fix_privilege_tables.sh 2004-10-27 01:35:56.000000000 +0200
84c93851 2+++ mysql-4.1.7/scripts/mysql_fix_privilege_tables.sh 2004-10-27 12:13:42.159439392 +0200
8c44afbb
AM
3@@ -5,7 +5,7 @@
4 # Default values (Can be changed in my.cnf)
5 password=""
d15856ec 6 host="localhost"
7-user="root"
8+user="mysql"
8c44afbb
AM
9 sql_only=0
10 basedir=""
11 verbose=0
923c2da0
ER
12--- mysql-5.0.19/scripts/mysql_upgrade_shell.sh~ 2006-03-04 22:35:13.000000000 +0200
13+++ mysql-5.0.24/scripts/mysql_upgrade_shell.sh 2006-03-12 22:52:55.000000000 +0200
c442e579
ER
14@@ -13,7 +13,7 @@
15 # arguments as these needs to be passed on to the mysqlcheck command
16
17
18-user=root
19+user=mysql
20
21 case "$1" in
22 --no-defaults|--defaults-file=*|--defaults-extra-file=*)
This page took 0.027108 seconds and 4 git commands to generate.