• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

MySQL errors #1146

D

DirtyMonkey

Guest
Can anyone point me in the right direction. I think the tables are corrupt and so won't let me drop them.
How can I delete them?

I get the following errors when trying to access the tables from phpMyAdmin:

#1146 - Table 'smithieuk_.jos_jp_def' doesn't exist
#1146 - Table 'smithieuk_.jos_jp_packvars' doesn't exist

If I try and drop them i get:

#1051 - Unknown table 'jos_jp_def'
#1051 - Unknown table 'jos_jp_packvars'

If I try and reinstall JoomlaPack (which created the tables) i get:

Upload component - Failed

SQL Error DB function failed with error number 1051
Unknown table 'jos_jp_packvars' SQL=DROP TABLE IF EXISTS `jos_jp_packvars`
SQL =
DROP TABLE IF EXISTS `jos_jp_packvars`
 
firstly, try to do it manually from shell,

check where DBs are locates:

cat /etc/psa/psa.cong | grep mysql

check if tables are there;


also pay attention to /var/log/mysqld.log file. It may contain useful instructions and reason of failure.
 
Thanks tany, I have deleted the offending tables manually.
 
Back
Top