Home > Back-end >  Help: [FireDAC] [Phys] [MySQL] Can 't create TCP/IP socket (10038).
Help: [FireDAC] [Phys] [MySQL] Can 't create TCP/IP socket (10038).

Time:09-27

A service program to connect the MySQL database, run after a period of time "[FireDAC] [Phys] [MySQL] Can 't create TCP/IP socket (10038)" error, reconnection will appear, over a period of time may also automatically restored, excuse me how to solve, thank you very much!

CodePudding user response:

If the MySQL in the machine, please try to use PIPE mode connection
If MySQL is not native, try to write a program to create a database connection pool, to automatically detect and maintain the database link

CodePudding user response:

Pay attention to detect network, firewall Settings

CodePudding user response:

Or there is something wrong with the server program
http://blog.csdn.net/chen495810242/article/details/42029825
  • Related