Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-07-2014, 02:15 PM
Midgett
Fire Beetle
 
Join Date: May 2009
Location: AL
Posts: 29
Default 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;
Query OK, 0 rows affected (0.06 sec)

Query OK, 2 rows affected (0.03 sec)
Rows matched: 2  Changed: 2  Warnings: 0

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 7 rows affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 0 rows affected (0.06 sec)

Query OK, 0 rows affected (0.05 sec)
Records: 0  Duplicates: 0  Warnings: 0

ERROR 1091 (42000): Can't DROP 'PRIMARY'; check that column/key exists
Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected (0.03 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected (0.03 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected (0.07 sec)

Query OK, 0 rows affected (0.05 sec)

Query OK, 0 rows affected (0.07 sec)

Query OK, 0 rows affected (0.06 sec)

Query OK, 0 rows affected, 1 warning (0.01 sec)

Query OK, 0 rows affected (0.05 sec)

ERROR 1547 (HY000): Column count of mysql.proc is wrong. Expected 20, found 16.
The table is probably corrupted
ERROR 1547 (HY000): Column count of mysql.proc is wrong. Expected 20, found 16.
The table is probably corrupted
Query OK, 0 rows affected, 1 warning (0.00 sec)

ERROR 1547 (HY000): Column count of mysql.proc is wrong. Expected 20, found 16.
The table is probably corrupted
Query OK, 0 rows affected, 1 warning (0.01 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected (0.07 sec)

Query OK, 0 rows affected (0.12 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected (0.03 sec)

Query OK, 0 rows affected (0.05 sec)

Query OK, 0 rows affected (0.06 sec)

mysql>
Reply With Quote
  #2  
Old 09-07-2014, 02:32 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

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.
__________________
Uleat of Bertoxxulous

Compilin' Dirty

Last edited by Uleat; 09-07-2014 at 02:42 PM.. Reason: Update response
Reply With Quote
  #3  
Old 09-07-2014, 03:11 PM
Midgett
Fire Beetle
 
Join Date: May 2009
Location: AL
Posts: 29
Default

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
Query OK, 0 rows affected (0.06 sec)

Query OK, 2 rows affected (0.01 sec)
Rows matched: 2  Changed: 2  Warnings: 0

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 8 rows affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 1 row affected (0.00 sec)

Query OK, 0 rows affected (0.05 sec)

Query OK, 0 rows affected (0.13 sec)
Records: 0  Duplicates: 0  Warnings: 0

Query OK, 0 rows affected (0.06 sec)
Records: 0  Duplicates: 0  Warnings: 0

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected (0.03 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected (0.04 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected (0.04 sec)

Query OK, 0 rows affected (0.06 sec)

Query OK, 0 rows affected (0.06 sec)

Query OK, 0 rows affected (0.07 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected (0.05 sec)

ERROR 1547 (HY000): Column count of mysql.proc is wrong. Expected 20, found 16.
The table is probably corrupted
ERROR 1547 (HY000): Column count of mysql.proc is wrong. Expected 20, found 16.
The table is probably corrupted
Query OK, 0 rows affected, 1 warning (0.00 sec)

ERROR 1547 (HY000): Column count of mysql.proc is wrong. Expected 20, found 16.
The table is probably corrupted
Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected (0.06 sec)

Query OK, 0 rows affected (0.10 sec)

Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected (0.03 sec)

Query OK, 0 rows affected (0.07 sec)

Query OK, 0 rows affected (0.06 sec)

mysql>

Last edited by Midgett; 09-07-2014 at 03:37 PM..
Reply With Quote
  #4  
Old 09-07-2014, 03:37 PM
Midgett
Fire Beetle
 
Join Date: May 2009
Location: AL
Posts: 29
Default

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.
Reply With Quote
  #5  
Old 09-07-2014, 03:38 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Don't forget source_views.sql.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #6  
Old 09-07-2014, 05:54 PM
Midgett
Fire Beetle
 
Join Date: May 2009
Location: AL
Posts: 29
Default

Yep... I had a bad Mysql install.

Thanks for the bread crumb trails, Uleat!
Reply With Quote
  #7  
Old 09-07-2014, 07:52 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Np

Post back if you're still having issues.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 07:01 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3