Quote:
Originally Posted by jieseng
when i type in:
INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server  ');
I get the following error:
ERROR 1146: Table 'mysql.variables' does not exist
I don't know how to create the proper table or why it doesn't exist.
Can someone help me?
Thanks
Jieseng
|
before you type the "INSERT... " line, make sure ou know what the name of your EQ database is (let's assume it's eqdb )
type "use eqdb ; " (no quotes)
Then type your INSERT statement.