1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-28 17:15:19 +03:00

disable safe-updates for mysql_fix_privilege_tables

This commit is contained in:
unknown
2004-08-10 16:34:29 +02:00
parent 078a282f93
commit 139bd48c91

View File

@@ -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;