• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

bug Mysql5 and phpmyadmin 2.8.2.4 urgent release required !

F

fgossart

Guest
there is a incompatibility with recent 8.1 using mysql 5 engine.
now when I want to copy a table I have a error message
.....
) ENGINE = MYISAM AUTO_INCREMENT = 275DEFAULT CHARSET = latin1

#1064 - 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 '275DEFAULT CHARSET = latin1' at line 45
....

it's urgent to have a phpmyadmin 2.9.2 upgrade to plesk.
I verify to a local server and there's no bug with this release.
Unless it is possible to upgrade myself phpmyadmin, but I don't find where is the config file.
 
I have the same issue. The problem is it isn't putting a space between the auto increment value and the Default charset command. If I copy and paste the entire sql command into the SQL window and add the space between them, it works. I would like to know how to update PHPMyAdmin to the latest version without breaking Plesk so I can fully use it with MySQL 5.
 
I finally success patching plesk phpmyadmin
and all is OK now.
I will try to post you the phpmyadmin source code
 
Patch code for php myadmin default charset error

Please, can u sent me the source code of patch or tell me what I needed to change in phpmyadmin to fix this problem.
Tks.
 
Please share the solution

I am on Plesk 9.2.3 + Mysql5 and phpmyadmin 2.8.2.4 and have found the exact same problem. In fact it occurs with 'copy' as well as 'move' and is due to a missing space.
I would appreciate if you could tell us how you fixed the problem
Thx
 
Back
Top