MySQL connection in Prod

I am trying to put the MySQL username/password but SC never comes back and doesn’t list the databases.

If I try Test Connection, I get this error:

http://screencast.com/t/Kfo0A3AZlHqX

One note, I am using MariaDB and not actually MySQL, but I don’t think that should be an issue. MariaDB is a drop in replacement.

Any ideas what I’m doing wrong?

Alan

I think I have figured out this one also.

I’m actually close but I think my remaining issue is that the php mysql client stuff isn’t matching the version of mysql (mariadb) that I have installed.

I am getting this error:
Connection Error

mysql_connect(): Headers and client library minor version mismatch. Headers:50167 Library:50307

I think it’s caused by a disconnect between mysql client and php, but I can’t figure out how to resolve.

I am running mysql client 5.5 I believe, and PHP 5.3.3

I think if I could find a php 5.3.3 that has mysql 5.5 compiled in it, that would work, but I have not been successful in finding one.