Hello, 1. Do not ever give anyone (except MySQL root accounts) access to the user table in the mysql database! This is critical! 2. Learn the MySQL access privilege system. The GRANT and REVOKE statements are used for controlling access to MySQL. Do not grant more privileges than necessary. Never grant privileges to all […]
See MoreTag: Mysql Security
libmysqlclient.so.15: version `libmysqlclient_15′ not found
Error Code : [Tue Feb 22 00:35:50 2011] [error] [client 71.134.23.164] /usr/bin/php: /usr/lib64/libmysqlclient.so.15: version `libmysqlclient_15′ not found (required by /usr/bin/php) [Tue Feb 22 00:35:50 2011] [error] [client 71.134.23.164] Premature end of script headers: index.php [Tue Feb 22 00:35:52 2011] [error] [client 67.195.112.231] /usr/bin/php: /usr/lib64/libmysqlclient.so.15: version `libmysqlclient_15′ not found (required by /usr/bin/php) [Tue Feb 22 00:35:52 […]
See More