View Single Post
  #3  
Old 01-05-2004, 12:31 AM
revolt
Fire Beetle
 
Join Date: Apr 2003
Posts: 4
Default re:

Ok, first off all i get when right mouse clicking on the database area is the following: Flush Host/ Flush logs/ Flush tables/ flush threads. So i tried using MySQL.exe. with the lines:
create database eq <enter>
use eq <enter>
source db.sql; <enter>

and i get this
ERROR 1064: you have an error in your syntax near 'use eq source db.sql' at line 2

If i jsut try
create database eq; <enter>

i get
ERROR 1044: Access denied for user: '@localhost' to database 'eq'

Does this help?