Jump to content
TrinityCore

MySQL Full 6.x with the server to matchD


codeman3518
 Share

Recommended Posts

Does anyone have the server or a link that matches the sql full 6.x when it came out because the updates are giving so many errors it would be easier to have the server matching the MySQL right at the same version so I don't have to do any updates but the base and run it but without it gives me errors. Thanks for any help.

Link to comment
Share on other sites

Okay I did the full 6.x and did all the updates and still get In

 

mysql_stmt_prepare() id: 22, sql: "INSERT INTO waypoint_data (id, point, position_x, position_y, position_z) VALUES (?, ?, ?, ?, ?)"
Table 'world.waypoint_data' doesn't exist
In mysql_stmt_prepare() id: 23, sql: "DELETE FROM waypoint_data WHERE id = ? AND point = ?"
Table 'world.waypoint_data' doesn't exist
In mysql_stmt_prepare() id: 24, sql: "UPDATE waypoint_data SET point = point - 1 WHERE id = ? AND point > ?"
Table 'world.waypoint_data' doesn't exist
In mysql_stmt_prepare() id: 25, sql: "UPDATE waypoint_data SET position_x = ?, position_y = ?, position_z = ? where id = ? AND point = ?"
Table 'world.waypoint_data' doesn't exist
In mysql_stmt_prepare() id: 26, sql: "UPDATE waypoint_data SET wpguid = ? WHERE id = ? and point = ?"
Table 'world.waypoint_data' doesn't exist
In mysql_stmt_prepare() id: 27, sql: "UPDATE waypoint_data SET wpguid = 0"
Table 'world.waypoint_data' doesn't exist
In mysql_stmt_prepare() id: 44, sql: "INSERT INTO waypoint_scripts (guid) VALUES (?)"
Table 'world.waypoint_scripts' doesn't exist
In mysql_stmt_prepare() id: 45, sql: "DELETE FROM waypoint_scripts WHERE guid = ?"
Table 'world.waypoint_scripts' doesn't exist
In mysql_stmt_prepare() id: 46, sql: "UPDATE waypoint_scripts SET id = ? WHERE guid = ?"
Table 'world.waypoint_scripts' doesn't exist
In mysql_stmt_prepare() id: 47, sql: "UPDATE waypoint_scripts SET x = ? WHERE guid = ?"
Table 'world.waypoint_scripts' doesn't exist
In mysql_stmt_prepare() id: 48, sql: "UPDATE waypoint_scripts SET y = ? WHERE guid = ?"
Table 'world.waypoint_scripts' doesn't exist
In mysql_stmt_prepare() id: 49, sql: "UPDATE waypoint_scripts SET z = ? WHERE guid = ?"
Table 'world.waypoint_scripts' doesn't exist
In mysql_stmt_prepare() id: 50, sql: "UPDATE waypoint_scripts SET o = ? WHERE guid = ?"
Table 'world.waypoint_scripts' doesn't exist

Maybe 3.3.5 is more complete because got some errors with the updates.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...