Alrighty...didnt work. Heres what i typed
create database eq;
(now it tells me "access denied for user: '@localhost" to database 'eq')
When i do this...
create database eq
use eq
source db.slq;
It tells me the same thing...whats this @localhost thing that its talking about?
|