Not recognizing my database!
I followed the set up guide to a T. from: (http://www.eqemulator.net/wiki/wikka...ka=ws992mysql5)
But when i go to install Minilogin so that I can connect over a lan (using the guide from http://www.eqemulator.net/wiki/wikka...MiniLoginSetup) I try to put the first step in MYSQL prompt, [INSERT INTO VARIABLES (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server :)');] and it tells me: ERROR 1046: No database found. Can anyone help me out here? |
Quote:
Before you do the INSERT, you need to tell it which database to use. For example, if you called your database peq, you would type: use peq; and then execute the INSERT command. I use Linux, and my current DB is called Ykesha, so this is what it looks like, but it is similar under Windows: Code:
xxxxx@yyyyy ~ $ mysql -u root -p |
thanks so much! i was wondering... im trying it now...
woohoo it works :) appreciate it much! |
All times are GMT -4. The time now is 10:26 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.