Log in

View Full Version : I can't create a Database:


Solarin090
01-06-2003, 11:14 AM
When I go into the database tab in Mysql it gives me all the flush options but doesn't give me the option to create a database. I am running Windows ME and I think that might have something to do with it because on the Mysql DL site it didn't list ME on there. If anyone knows how I can get around this or if I cannot, please post here. Thank you.

euee
01-06-2003, 07:51 PM
Had the same problem. Goto your Msql/bin folder and run Mysql.exe

type in :

Create database eq;

Thats how i made mine.