| This is an installation guide.. not a set up.I'll give u a D+ for your effort.
jiggu.. Most sql like Navicat or SQLyog, you just right click on the root@localhost (located on left side menu) and click create new database.
Usually the 2 databases you're gonna need are world and logon. (you can choose different names but that's what i use)
if you are using mysql command line type
CREATE database world;
That creates the world database ^^ Then you do the same thing for logon
If you need anything else, just ask. |