Clear out MySql/MariaDB binary log files
I came across the following error while resroting a databsae in MariaDB. This is due to the excesive binary logs which are generated by database server. From MariaDB documentation –…
LinuxHub: Your Gateway to Reliable Web Hosting Solutions
Empowering Your Web Presence with Linux: Hosting Made Simple!
MySQL is the world’s most popular open-source database. This article provides a comprehensive overview of server, developer solutions and more
I came across the following error while resroting a databsae in MariaDB. This is due to the excesive binary logs which are generated by database server. From MariaDB documentation –…
Set the system wide open file limit: vi /etc/security/limits.conf Change/Add the following: * soft nofile 1024000 * hard nofile 1024000 * soft nproc 10240 * hard nproc 10240 Now do…
Disk is getting full. When using du, I could see my MySQL log folder is taking up all the disk. These files are not mysql-bin files, instead, these are mysql-relay-bin…
In this article, we wish to provide you some helpful understandings on ways to repair work MySQL data source and table. This is most likely among one of the most…
This detailed guide is mainly for FreeBSD, however the idea coincides for Linux. Every once a while, when I upgrade my FreeBSD box, the system prefers to shutdown my MySQL…
In this tutorial we are going to learn how to restore single MySQL database from a mysql backup file, which contains multiple databases. What if you backed up all databases…
Mytop is an open source, command line tool used for monitoring MySQL performance. Mytop program provides a command-line shell interface to monitor real time MySQL/MariaDB threads, queries per second, process…
MySQL workbench is a graphical application that lets us manage data and perform administrative tasks on MySQL databases. In this tutorial, we will see how to install the program on…