• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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