• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Problem with mysql and phpmyadmin

Giako

New Pleskian
after last update to phpmyadmin 4.5.5 im unable to import joomla database on all the DATABASE


Code:
ERROR 1064 (42000) at line 105: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS `Nested set parent.`,
`lft` int(11) NOT NULL DEFAULT '0'COMMENT AS `Nested ' at line 3
Traceback (most recent call last):
File "/usr/local/psa/admin/sbin/dbbackup", line 6, in <module>
File "/usr/local/psa/lib/modules/python/dbbackup/dbbackup.py", line 100, in main
restore(options, password)
File "/usr/local/psa/lib/modules/python/dbbackup/dbbackup.py", line 89, in restore
raise Exception("program 'mysql' finished with non-zero exit code: %d" % p.returncode)
Exception: program 'mysql' finished with non-zero exit code: 1

if I try to export a database from the server and try to import it into another, always on the same server I get this error, almost all databases are installations of joomla, I think all this happen since the last update to phpmyadmin 4.5.5

anyone can help?
 
Hello, I've the same Problem, try to copy a Joomla database with nested tables and since the phpMyAdmin update to 4.5.5 it isn't working anymore.

No one here with a solution? Or is there a way to downgrade phpMyAdmin to a older Version on Plesk 12.5.30?
 
Hi, I solve this problem by find and replace with text editor those 2 characters in the exported database
\'
by
''

I hope this bug will be solved asap !
 
Last edited:
the solution is to using plesk import export dump from the panel, not phpmyadmin. this work for me
 
+1 same Problem
and yes the workaround via Plesk dump works as expected
 
Back
Top