How do you configure PHP to use mysql instead of sqlite -


i have php 5.3 , mysql 5.1 installed on centos.

php uses sqlite default, how can configure php use mysql instead?

if drupal doesnt recognize mysql valid database backend, mysql doesnt seem installed correctly. try

yum install mysql mysql-server php-mysql chkconfig --levels 235 mysqld on /etc/init.d/mysqld start mysql_secure_installation 

and restart apache with

/etc/init.d/httpd restart 

then try again configure drupal.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -