View Single Post
  #2  
Old 05-18-2008, 04:59 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

You can name your database anything you want. You just have to make sure you create one with the same name that you are trying to use.

---Create database peq;
---\u peq


Make sure you have your slash in the right direction. If you put /u peq, it won't work. You could always just type "use peq" instead and it is the same as "\u peq".

Sounds like you created the database named pew and are trying to connect to peq. You have to create peq before you can connect to it.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote