Log in

View Full Version : Dumb Question


kebas2396
01-28-2004, 03:23 PM
Ok guys..im setting up the SQL server....i opened MYSQLADMIN, after this the direction entails to "Right click in the database tab, and click create new database". How in the world can i do this, i clicked everywhere in there and all i get is "Flush Hosts, Flush Logs, Flush Tables, and Flush Threads". I have tried holding shift, alt, and ctr, and diffrent combinations of them, and i still cant get them. I tried running mysql.exe and creating it from the command prompt, with no luck; Tried hitting ctr/alt N. I know im doing something retarted but i cant figure out where to create a database for the life of me. Help!

Liscadipesce
01-28-2004, 04:10 PM
Open mysql.exe through mysql\bin

Type the following:

create database eq;

kebas2396
01-28-2004, 05:29 PM
"Access Denied for '@localhost' to create database EQ"....how do i login under the command prompt to my S/N.

x-scythe
01-28-2004, 06:27 PM
search the forums. there is a ton of info on how to get passed this.