Log in

View Full Version : Some rather weird errors dealing with MySQL


IASkyblazer
01-30-2003, 02:30 PM
Well I was getting tired of annoying LD's so i though i would set up a local server out of bordem. Downloaded mySQL went through allt he set up steps and FAQS sticked on the board.. Nothing work so i completly un-installed my sql. Redownloaded and now when I right click to Create Database, it doesn't give me the option to.. just FLUSH options.. any clue? o.o

OS:Windows XP

Nira
01-30-2003, 03:18 PM
That version of mysql removed the create database option from mysql Admin....to add the database do the following:

go to your mysql\bin directory (example: C:\mysql\bin)

run mysql.exe

type:

create database eq;

(yes you need the ; at the end of the line)

That should create a database named eq for you.