Solved MySQL is not compiled as a 64-bit package

Fidelity

Verified User
Joined
May 6, 2015
Messages
13
When I run the Phpmyadmin advisor, I get this error message:

Code:
Issue:
MySQL is not compiled as a 64-bit package.

Recommendation:
Your memory capacity is above 3 GiB (assuming the Server is on localhost), so MySQL might not be able to access all of your memory. You might want to consider installing the 64-bit version of MySQL.

How would I do this? I assumed that all installations of MySQL/MariaDB are 64 bit when installed using the custombuild?

Edit:
Fixed! For some reason './build set mysql_inst' was set to 'none'

So this fixed the issue:
Bash:
cd /usr/local/directadmin/custombuild
./build update
./build set mysql_inst mariadb
./build update_versions
 
Last edited:
Back
Top