I just set up a VPS with OpenPanel, and everything with Apache, PHP, etc.. seem to be running well. However, I decided to try PHPMyAdmin and see if that would work. It is showing me the error: MySQL extension not found. Code (markup): Additionally, I attempted to use a couple other database admin products to get similar errors. In PHP.INI, I enabled the msql.so extension and restarted Apache. Does not seem to fix the problem. Any ideas on how I can get one of the extensions to work without having to re-compile PHP? Thanks!
It looks like Mysql is installed on the server but not the php-mysql extension. Try installing it using YUM