Commit 139bd48c authored by unknown's avatar unknown
Browse files

disable safe-updates for mysql_fix_privilege_tables

parent 078a282f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@
-- this sql script.
-- On windows you should do 'mysql --force mysql < mysql_fix_privilege_tables.sql'

SET SQL_SAFE_UPDATES=0;

USE mysql;
ALTER TABLE user type=MyISAM;
ALTER TABLE db type=MyISAM;