Hello everyone, there was a task to automatically collect data from Mysql.
There are 20 servers, each of them has Mysql (the database table structures are all the same).
It is necessary for the script to connect to the servers and execute a specific request.
Question:
- How best to implement this task?
- Is it possible to execute
mysql_connect()in a loop?
Who will advise what? Thank you in advance.