Thread: create database
View Single Post
  #3  
Old 10-27-2002, 07:30 PM
Q-Dog
Sarnak
 
Join Date: Jun 2002
Location: Phoenix
Posts: 31
Default

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.
__________________
Proper syntax, what means this?
Reply With Quote