PDA

View Full Version : mysql db help


heww
01-01-2003, 10:25 AM
i cant get mysql to let me make a db under database, it just says

Flush Hosts
Flush Logs
Flush Tables
Flush Threads

instead of create a database when i right click the spot, any help would be great.

euee
01-01-2003, 11:02 AM
I had the same problem for a few till i figured out another way to make a database. Just goto your Bin folder (same folder as Winmysqladmin.exe is in) Run Mysql.exe and type the following to make the database:

create database eq;

hopefully this works for you

heww
01-01-2003, 12:21 PM
thanks bro

Hardy
01-01-2003, 08:21 PM
I also had the same prob with the new version of mySQL, I just downloaded the next one down, and it worked fine.