View Single Post
  #5  
Old 12-05-2003, 01:23 PM
omper
Sarnak
 
Join Date: Oct 2003
Posts: 87
Default

Your problem with your MOBS not showing up is cuz you dont have any correctly placed..

You cant just go get any of Tcmysworld's DB filese and source them in.. There are different versions..
For instance if you try to use the 5.2 DB with the 5.0 server you would encounter similar problem to the one in your post. You need the correct coloum count in your db that the Server is looking for.

Now .. If i might suggest.. Search for Tcmysworld posts and look for some that match your Server environment. Then do the following..

Start-Run-Cmd
c:\????\> cd \mysql\bin

c:\mysql\bin> mysql -u root mysql

welcome to the MySQL monitor. Commands end with ; or \g
Your MySQL connection id is 13 to server version: 4.0.12-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer

mysql> drop database eq;
Query OK, 0 rows affected <0.13 sec>


mysql> create database eq;
Query OK, 1 row affected <0.00 sec)

mysql> use eq;
Database changed

mysql> source tcmysqorld5.0db.sql;

blah blah blah

ok .. done


ok that should give you his database for that server .. then go to the tutorial to change yourself to be a server op..

Omper
Reply With Quote