mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
disable safe-updates for mysql_fix_privilege_tables
This commit is contained in:
parent
fab9fcb071
commit
b49b5e9c68
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue