View Single Post
  #2  
Old 03-14-2010, 12:50 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

I just tested this with a clean peq rev1265 install with bots enabled. I used the following to back it up.

Code:
mysqldump -uroot -pROOTPASS --opt eq > /backup/db/eq.sql
and still get the same error when I run

Code:
mysql -u root -p -D eq < eq.sql
Code:
ERROR 1305 (42000) at line 4923: FUNCTION eq.GetMobTypeByName does not exist
Reply With Quote