EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=616)
-   -   need help with mysql (https://www.eqemulator.org/forums/showthread.php?t=5420)

mfghs 02-22-2003 05:44 AM

need help with mysql
 
when i try to right click on the database section, it doesnt give me the new database option, just 4 different flush options

pms 02-22-2003 09:30 AM

Ya I noticed that too. Looks like the mysql guys changed the admin tool and got rid of that. Unless someone knows how to get that functionality back probably have to do it with the command line tools. Its easy enough. The tool is in the bin directory of mysql and is called mysql.exe.

To create a database"

create database <database name>;

To delete a database:

drop database <database name>;

without the <> of course. That's just where you put the name.
exmp: create database eq;

or

drop database eq;


All times are GMT -4. The time now is 06:50 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.