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;
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.