mysql_connect() error
Permalink
Hi there,
I need help with concrete5 installation because i have virtual server machine on Apache 2.2. My problem is that it use PHP 5.3.5 (windows) and mysql extension is not supported.
anyway that concrete5 team can consider using mysqli instead.
thanks,
zainudin.
I need help with concrete5 installation because i have virtual server machine on Apache 2.2. My problem is that it use PHP 5.3.5 (windows) and mysql extension is not supported.
anyway that concrete5 team can consider using mysqli instead.
thanks,
zainudin.
"In the official PHP Windows distributions from 5.3 onwards, MySQL Native Driver is enabled by default, so no additional configuration is required to use it. All MySQL database extensions will use MySQL Native Driver in this case."
Is this perhaps just something you need to configure/enable, rather than install?
From reading the doco page, I'm pretty sure the native driver handles both mysqli as well as the normal mysql connection type. (I'm no windows guy though, so I could be overlooking something)