1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge bk-internal:/home/bk/mysql-4.0/

into serg.mylan:/usr/home/serg/Abk/mysql-4.0
This commit is contained in:
serg@serg.mylan
2004-08-10 16:36:11 +02:00

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;