Log in

View Full Version : create database


Vyeper
10-26-2002, 05:31 PM
Posted in wrong section so ill post here :)

Im workin on my own server, at least i was, ive downloaded what i need, i follow the instructions, but when it says to right click database area then select create database, i have a little problem...
No database buttons come up just the flush menu, anyone know how to fix this? im using the latest version of mysql, not beta.

Lurker_005
10-27-2002, 04:00 AM
Take look at the attached pic, otherwise, I have no idea

Q-Dog
10-27-2002, 07:30 PM
Try following that screenshot, and if you can't get that to work then try..


Do this only after setting up a username and password..

1) Open your mysql directory and go to the bin directory, generally C:\mysql\bin\

2) Run mysql.exe

3) Type "create database eq;", then press return

4) Type "use eq", then press return

After copying "db.sql" from your eqemy directory to your mysql\bin directory do the following

5) Type "source db.sql"

6) close mysql.exe by typing "exit" and then pickup where you left off in the readme.