PDA

View Full Version : mySQL


mfghs
02-27-2003, 09:53 AM
can it be used with Win XP? because i dont have the option to make a new DB under the DB tab, i go in, and i only have flush options, is there somthing i need to enable.. or disable??

Ruskin
02-27-2003, 09:00 PM
This is a "feature" of the new Mysql, run up the mysql.exe and type in the following.

Create Database eq; <return>
use eq; <return>
source db.sql; <return>


all done, you "should" now have a working Database that u can use or start adding the extra databases too.

Ruskin