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?
|