Unstall Mysql would it help?
If I unstall mysql, and delete any connnecting files, Im thinking it would clear out any mistakes I may have made last week and allow me to start fresh. Any thoughts on if thats really the case?
|
You dont need to uninstall. Just delete the peq database from Navicat, then right click your connection and select create new database, name it peq and CLOSE navicat...
then with a command prompt cd into the peqdatabase and: mysql -uroot -ppassword use peq; source peqdb_rev2294.sql; wait source load_player.sql; wait source load_bots.sql; (IF USING BOTS) exit Open a new Navicat session and open the peq database by double clicking it, all your tables should show up in the main window. right click the peq database and select "Execute sql File" then browse to your emulator source /utils/sql/svn dir and select 2299_required_inspectmessage_fields.sql click open, you may get an error on this one depending on if you sourced load_bots or not, dont worry about it if you dont need bots.(this needs to be addressed as it is required but bots are not required so may cause confusion) Then proceed to source in the rest of the "required" sqls in the svn directory greater than 2300 (2340, 2361 ..ect ect) At this point you are done with the database, start up your servers and good luck.. If you need to start over again you could also clear the db via the drop_xxx.sql's. Note: some people claim that navicat does a poor job of importing, myself I do all my importing from within mysql but to each their own. I create a "New Folder" in svn and copy all the required updates to that folder, ie 2399, 2340 ect ect. then I run this bat file in that directory: Code:
@echo off use peq source merged.sql; exit Done..This way I do not use navicat to import the individual updates one at a time, they all get done in one call. |
All times are GMT -4. The time now is 03:51 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.