Commit b49b5e9c authored by serg@serg.mylan's avatar serg@serg.mylan

disable safe-updates for mysql_fix_privilege_tables

parent fab9fcb0
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment