EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   character_ table help (https://www.eqemulator.org/forums/showthread.php?t=3635)

xSigmax 10-28-2002 12:51 PM

character_ table help
 
Ok im in MySQLServer, I just don't know how to properly remove the whole character_ table!

I pressed the delete key and nothing happened so i'm asking on here to make sure i dont fux everything up...

Thanks alot
Sigma

Lurker_005 10-28-2002 01:21 PM

This involves dos commands

open a dow (command prompt) window
c:>
go to your mysql dir
c:> cd /mysql/bin
run mysql
c:/mysql/bin> mysql.exe
make the EQ DB active
mysql> use eq;
delete all data from the character_ table
mysql> delete from character_;
it shoud return that 0 or more rows were affected
then exit mysql and close the dos window
mysql> quit
c:/mysql/bin> exit


All times are GMT -4. The time now is 02:52 PM.

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