If you are receiving MySQL errors, make sure to check PHPInfo for the MySQL section (Apache):
MYSQL_LIBS:
-L/usr/lib64/mysql -lmysqlclient
To solve the issue, compile LSPHP with:
--with-mysql=/usr --with-libdir=lib64 --with-mysqli=/usr/bin/mysql_config
If you still have issues or questions, feel free to visit the official PHP documentation on MYSQL or view their mysqli extension documentation at http://us2.php.net/manual/en/book.mysqli.php
Otherwise, you can contact us by opening a support ticket or use our live chat feature for 24/7 support.