The filesystem survives the restart of the mysql server because it reconnects when needed. If at mount time there would be an option to give more than one mysql server (and credentials maybe), and at every time the reconnect tries to connect to the servers in round robin fashion, this could provide some kind of high availability in case the mysql data is replicated.
The filesystem survives the restart of the mysql server because it reconnects when needed. If at mount time there would be an option to give more than one mysql server (and credentials maybe), and at every time the reconnect tries to connect to the servers in round robin fashion, this could provide some kind of high availability in case the mysql data is replicated.