View Single Post
  #1  
Old 12-20-2005, 02:28 PM
jetstrike
Fire Beetle
 
Join Date: Dec 2005
Posts: 27
Default Creating the Database...

Whenever i try to create the database it looks something like this...


| mysql>
| mysql>Create Database eq
| ->use eq
| ->source load_system.sql; source load_empty_users.sql
| ERROR 1064: You have an error in your SQL syntax near 'use eq|
| source load_system.sql' at line 2
| mysql>

What do i need to do to fix this?
Reply With Quote