Typo3 database error

Hi, Database Error ! The current username, password or host was not accepted when the connection to the database was attempted to be established! If you are receiving error mentioned above after installing typo3, please follow the steps below. 1. Open the file typo3_src/t3lib/config_default.php 2. Find for ‘no_pconnect’ the default value set will be 0. […]

See More

Duplicate MySQL Database

Hello,   The easiest way to duplicate MySQL database is just using mysqldump command. Based on following variables: OS: CentOS 6.0 64bit MySQL root password: q1w2e3!@# Database name: grand_shopper Duplicate database name:  grand_shopper_dev New database user: dev_user Password: D3eVVbf7 Firstly, since I just want to copy and duplicate database inside the same server, I need […]

See More

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