Server An is old, with php + apache + mysql applications
Server B"s application wants to use A"s mysql data
is there a simple way, except for server A to write api
Server An is old, with php + apache + mysql applications
Server B"s application wants to use A"s mysql data
is there a simple way, except for server A to write api
just write the port ip username and password for the database, right? At most, open the whitelist or firewall
directly link to your A's database. There are all these links in the configuration file
.Server version: CentOS Linux release 7.4.1708 (Core) MySQL version: 5.7.21 -Source Code installation $ mysql ERROR 2002 (HY000): Can t connect to local MySQL server through socket u01 my3306 mysql.sock (2) this is an error I reported when I lo...