Thread
:
I'm having trouble setting up a database in MySQL
View Single Post
#
2
08-18-2003, 08:11 AM
Guest
Posts: n/a
Not sure where these instructions are from, but i created my db from the mysql CLI, i.e.
cd \mysql\bin
mysql
mysql> create database eq ;
*EDIT*
mysql> use eq ;
* ENDEDIT*
and then source the db ...