Used by
MySQL 5.7 - x6.4
Open Server - the last
I want to place databases on one computer and server on another
In the file e: \ srw \ webopsrvr \ modules \ database \ MySQL-5.7-x64 \ my.ini
Changed paths
with
innodb_data_home_dir = "e: \ srw \ webopsrvr \ userdata \ MySQL-5.7-x64"
on
datadir = "\ Server \ e \ srv \ db \ webopsrvr \ userdata \ MySQL-5.7-x64"
and
with
innodb_data_home_dir = "e: \ srw \ webopsrvr \ userdata \ MySQL-5.7-x64"
on
innodb_data_home_dir = "\ Server \ e \ srv \ db \ webopsrvr \ userdata \ MySQL-5.7-x64"
after the server restarts, the paths return to their original position.
Question
1. How to change the location path of the database and tables?
2. Will there be problems with the operation of MySql with this arrangement of databases and tables (ie, the server on computer 1, and the databases and tables on computer 2)?