Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
MySQL 4.0.14 for PSA
Posted by Philipp Esselbach on: 09/04/2003 09:02 AM [ Print | 0 comment(s) ]
Atomicrocketturtles.com has released MySQL 4.0.14 RPMs for Plesk 5/6
Unfortunately mysql 4.0.x will not just drop into PSA without some hacking. As of 4.0.x they've added a new restricted word, called "ssl". As psa uses this in a column in the protected_dirs table, you have to modify the query to surrond the query in backticks, so as an example: select `ssl` from protected_dirs works, while: select ssl from protected_dirs, will not.
Download
Related Threads
11/30/2005 12:53 AM: Upgrading mysql 4.0 to 4.1 Debian (5) by gog2212
