Hallo,
ich wollte fragen ob dies möglich ist:
Ich habe 1 NFS Server und mounte das Verzeichnis auf 3 weitern Servern, auf denen 1 MySQL Dienst rennt. Können die 3 MySQL Server ohne Bedenken alle auf die gleichen Datensätze zugreifen, ohne dass es Probleme gibt? Weil Backups kann man so ja nicht machen, weil sonst wären die Datensätze unvollständig. Oder muss ich die einzelnen MySQL Server replizieren?
danke schonmal für die antworten,
mfg monti burns
Mehre MySQL auf einen Datensatz
-
- Posts: 61
- Joined: 2002-05-01 18:16
Re: Mehre MySQL auf einen Datensatz
http://dev.mysql.com/doc/mysql/en/Multiple_servers.html
Zitat:
Make it easy for yourself: Forget about sharing a data directory among servers over NFS. A better solution is to have one computer that contains several CPUs and use an operating system that handles threads efficiently.
Zitat:
Make it easy for yourself: Forget about sharing a data directory among servers over NFS. A better solution is to have one computer that contains several CPUs and use an operating system that handles threads efficiently.