PDA

View Full Version : My SQL User


ren_shadow
08-30-2005, 02:29 PM
I juz install mysql4 with a window xp pro,
I cannot make database with "CREATE DATABASE;"

Help! and i don't know my username for the database...

ren_shadow
08-30-2005, 02:33 PM
and also how to install phpmyadmin...

ren_shadow
08-31-2005, 02:15 PM
Pls someone good in mysql help me...

Nikolai459
08-31-2005, 07:58 PM
By deafult when you instal MySQL your username is "root", hostname is "localhost" and by deafult there is no password.

Once you get into the MySQL command line, to create a database type "CREATE DATABASE databasename;"

If it still doesn't work, give us some more specifics.