I had some interesting problems with Maria DB.
1st I have max_connections in config under section [mysqld] but the value is always 214 (default) after restart. So the problem is I can't defined the value in config (server version 5.5.32-MariaDB-log)
2nd Is directly related to mysql replication: So I have simple replication setup master - slave master mysql 5.1.62-0ubuntu0.11.10.1-log slave 5.5.32-MariaDB-log
so i had the issue second time and i cant figure out how to debug that problem or by what can be caused
Exec_Master_Log_Pos: 101702714
Relay_Log_Space: 1591329
so after i ran show slave status; it show me those above values and 0 behind the master, after say 2 - 3 mins i ran agin show slave status; and i had still the same values and 0 behind. I did check other two slaves are working fine. Also there is no issue with server-id each server has different id. So any idea guys ?
thx