Hello I like to use one datadir of MYSQL on 2 raspberry's.
I did mount 2 directory's on both raspberry's.
I tried to put the datadir of MYSQL in one off the mounts by the way mentioned in this link:
http://gagsap37.blogspot.nl/2014/11/ras ... -data.html
After doing this the mysql server is not starting anymore.
The basic idea is to copy the mysql datadir to a mounted directory and change in both raspberry's /etc/mysql/my.cnf files the datadir to the mounted directory with the copied datadir in it.
Will this work?
Why is the mysql server not starting more after doing exactly as mentioned in the link?
Can it be something tod do with the rights of the new copied directory?