View Single Post
  #1  
Old 09-01-2019, 10:53 AM
jaspen
Hill Giant
 
Join Date: Apr 2016
Posts: 107
Default Error restoring from backup.

Not sure if this is an issue or if it can be ignored. Everything appears to run fine afterwards but I wanted to side on the side of caution.

When restoring from a backup, I drop the peq database, create a blank peq database, and then import from a compressed backup of the database that was done using the eqemu_server.pl file. Upon doing so I always get the following error in which the script stops...

Code:
/*!50001 VIEW `vw_groups` AS select `g`.`groupid` AS `group_id`,`GetMobType`(`g`.`name`) AS `mob_type`,`g`.`name` AS `name`,`g`.`charid` AS `mob_id`,ifnull(`c`.`level`,`b`.`level`) AS `level` from ((`group_id` `g` left join `character_data` `c` on((`g`.`name` = `c`.`name`))) left join `bot_data` `b` on((`g`.`name` = `b`.`name`))) */;
/* SQL Error (1305): FUNCTION test.GetMobType does not exist */
Reply With Quote