Home > database >  MYSQL database solution for remote connection
MYSQL database solution for remote connection

Time:09-18

Everybody: the younger brother I developed in a project, on the client computer need to install mysql - connector plug-in can remote connect to the server after the mysql database,
But due to some colleagues computer operating system version is too old, can't install mysql - connector plug-in, result in unable to connect to the database,

To have such a solution, to switch to the front-end development, client computers don't have to install the ODBC plug-in, directly send instruction to the back-end, back-end again after check out the results back to the front end,

Can use javaScript, or to use PHP?
Thank you for the

CodePudding user response:

Can be based on your communication protocol to write a mysql proxy service

CodePudding user response:

Your project should be the application calls the MYSQL API, through the API to access the data, or in the client install MYSQL CONNECTER, no matter use C/S or B/S, is to do the application server, application server using MYSQL CONNECTER interact with data, the client and server interaction, so that the client need not install CONNECTER, C/S need to be installed on the client application software, the B/S (client with web browser,

CodePudding user response:

https://mp.csdn.net/postedit/99645027

CodePudding user response:

https://blog.csdn.net/hanxb/article/details/99645027
  • Related