Load_bots.sql problem 2014-08-11-02_01
I set up a server using the setup guide. I am having problems with the load_bots.sql. I sourced in order: peqbeta.sql, player_tables.sql, load_bots.sql.
I used the latest build (2014-08-11-02_01). Any help is appreciated. Code:
mysql> source load_bots.sql; |
This is a new database?
Try drop_bots.sql and then reload them. I haven't seen that before. EDIT: I just sourced in a new database and had no problems with load_bots.sql. |
I tried the following:
drop database peq; create database peq; use peq; (Database Changed) source peqbeta.sql; (No Errors) source player_tables.sql; (No Errors) source load_bots.sql; (Problem - see below) Code:
mysql> source load_bots.sql |
I think I may have found the problem.
I think I got a bad Mysql install. I will post an update as soon as I finish re-installing it. |
Don't forget source_views.sql.
|
Yep... I had a bad Mysql install.
Thanks for the bread crumb trails, Uleat! |
Np :)
Post back if you're still having issues. |
All times are GMT -4. The time now is 04:24 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.