18303 shaares
1707 private links
1707 private links
57 results
tagged
mysql
Percona Monitoring and Management (PMM) is an open-source platform for managing and monitoring MySQL and MongoDB performance. It is developed by Percona in collaboration with experts in the field of managed database services, support and consulting.
MyCLI is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.
Via https://damien.pobel.fr/post/mycli-client-mysql-en-ligne-de-commande/
Via river.
rm -rf /var/lib/mysql
mkdir -p /var/lib/mysql/mysql
chown -R mysql:mysql /var/lib/mysql
mysql_install_db
Via river.