Jump to content
  • 0

sql error


VladimirCastro

Question


  • Group:  Members
  • Topic Count:  114
  • Topics Per Day:  0.03
  • Content Count:  298
  • Reputation:   4
  • Joined:  03/13/12
  • Last Seen:  

i dont know where to post this but maybe u can help me

 

 [SQL]: DB error - Table 'eriznyse_rathena.char_pk' doesn't exist
[Debug]: at char.c:2912 - SELECT `char_pk`.`char_id`, `char_pk`.`score`, `char`.`name` FROM `char_pk` LEFT JOIN `char` ON `char`.`char_id` = `char_pk`.`char_id` WHERE `char_pk`.`score` > '0' ORDER BY `char_pk`.`score` DESC LIMIT 0,10
[Warning]: Client hash check is disabled!
[SQL]: DB error - Table 'eriznyse_rathenarateamod.char_bg' doesn't exist
[Debug]: at char.c:2922 - SELECT `char_bg`.`char_id`, `char_bg`.`rank_points`, `char`.`name` FROM `char_bg` LEFT JOIN `char` ON `char`.`char_id` = `char_bg`.`char_id` WHERE `char_bg`.`rank_points` > '0' ORDER BY `char_bg`.`rank_points` DESC LIMIT 0,10
[SQL]: DB error - Table 'eriznyse_rathna.char_bg' doesn't exist
[Debug]: at char.c:2932 - SELECT `char_bg`.`char_id`, `char_bg`.`points`, `char`.`name` FROM `char_bg` LEFT JOIN `char` ON `char`.`char_id` = `char_bg`.`char_id` WHERE `char_bg`.`points` > '0' ORDER BY `char_bg`.`points` DESC LIMIT 0,10

how can i fix this

 
 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  410
  • Reputation:   29
  • Joined:  04/04/12
  • Last Seen:  

You're missing tables in your SQL database.

 

Did you apply some type of custom mod and then not edit your database?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  114
  • Topics Per Day:  0.03
  • Content Count:  298
  • Reputation:   4
  • Joined:  03/13/12
  • Last Seen:  

yes i did. do you know how to manauly edit my database

 

You're missing tables in your SQL database.

 

Did you apply some type of custom mod and then not edit your database?

 

You're missing tables in your SQL database.

 

Did you apply some type of custom mod and then not edit your database?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

There are many tutorials on the internet.

 

http://lmgtfy.com/?q=how%20to%20edit%20mysql%20database

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...