Jump to content

Dashboard errors


sgrayban

Recommended Posts

It turns out that this version of PHP you have to use php5-mysqlnd and not the original php5-mysql module.

 

It includes the generic "mysql" module which can be used to connect to all versions of MySQL, an improved "mysqli" module for MySQL version 4.1 or later, and the pdo_mysql module for use with the PHP Data Object extension.

 

The php5-mysql module does not offer the mysqli or pdo anymore -- I think those latter 2 were in its own php5 packed module.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated