[imp] mysql_create.sql
J. Patrick Campbell
patrick at lowmips.com
Wed Oct 20 13:09:05 PDT 2004
i'm getting this error:
root at bitchass db # ./mysql_create.sql
./mysql_create.sql: line 16: USE: command not found
./mysql_create.sql: line 18: syntax error near unexpected token `('
./mysql_create.sql: line 18: `REPLACE INTO user (host, user, password'
here's my mysql_create.sql
------------------------------------------------
USE mysql;
REPLACE INTO user (host, user, password)
VALUES (
'bitchass',
'root',
-- IMPORTANT: Change this password!
PASSWORD('**********')
);
REPLACE INTO db (host, db, user, select_priv, insert_priv, update_priv,
delete_priv, create_priv, drop_priv)
VALUES (
'bitchass',
'root',
'supahkteh2369',
'Y', 'Y', 'Y', 'Y',
'Y', 'Y'
--
http://patrickcampbell.us
More information about the imp
mailing list