Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-12-2007, 10:01 AM
LordAdakos
Sarnak
 
Join Date: Dec 2007
Posts: 57
Default 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?
Reply With Quote
  #2  
Old 12-12-2007, 10:57 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by LordAdakos View Post
it tells me: ERROR 1046: No database found.
Error 1046 is No Database Selected.

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
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 39 to server version: 5.0.26-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use ykesha ;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql>
After it says 'Database changed'. type in the INSERT INTO VARIABLES command for minilogin.

Last edited by Derision; 12-12-2007 at 07:01 PM.. Reason: typo
Reply With Quote
  #3  
Old 12-12-2007, 01:17 PM
LordAdakos
Sarnak
 
Join Date: Dec 2007
Posts: 57
Default

thanks so much! i was wondering... im trying it now...
woohoo it works

appreciate it much!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 08:15 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3