View Single Post
  #31  
Old 08-06-2003, 02:41 PM
Stealthfire
Fire Beetle
 
Join Date: Jul 2003
Posts: 7
Default

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?