I am trying to connect to a remote MySQL database via PHP that is installed on my local windows computer.
MySQL Version: 5.1.43
The remote database is set up to accept connections from my IP but I keep getting this error:
Warning: mysql_connect() [function.mysql-connect]: OK packet 6 bytes shorter than expected in "my file here"
Warning: mysql_connect() [function.mysql-connect]: mysqlnd cannot connect to MySQL 4.1+ using old authentication in "my file here"
Can anyone point me in the right direction to figure out what is going wrong?