Tag: Open Source

Community

When FLUSH LOGS Fails Silently

(Sheeri Cabral) According to the manual, FLUSH LOGS is supposed to: Closes and reopens all log files. If binary logging is enabled, the sequence number of the binary log file is incremented by one relative to the previous file. On Unix, this is the same thing as sending a SIGHUP signal to the mys

Community

From MySQL to PostgreSQL

(Jayant Kumar) Why? In brief, it is said that mysql is not as stable as postgresql. Postgresql or pgsql focuses on a single database engine as compared to mysql which has a pluggable engine architecture and has multiple engines. Also postgresql is well designed as compared to mysql. psql console is