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? |
semicolons... every command should end in one
Code:
create database eq; |
Quote:
|
Quote:
|
All times are GMT -4. The time now is 11:10 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.