Jump to content

Upgrading Clients..


phpSensei

Recommended Posts

Is the DB on a Webhost you are paying for or your own?  A domain is not relevant here since it can point anywhere. 

 

How do you actually Upgrade a Mysql Client, I never done this before. How do you upgrade it on the server or domain you bought...

 

help..

Link to comment
https://forums.phpfreaks.com/topic/84516-upgrading-clients/#findComment-430624
Share on other sites

PHP uses a mysql client library to communicate with the mysql server. Under Windows, this is the php_mysql.dll file (and a couple of aux .dll files.) Under Unix, I don't know the specifics.

 

The client library that php uses to communicate with mysql is determined at the time php is complied. You will either need to compile php yourself or upgrade your php version to one that includes a later mysql client.

Link to comment
https://forums.phpfreaks.com/topic/84516-upgrading-clients/#findComment-430643
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.