Recent articles
-
How to Install MySQL 5.7 on Ubuntu 22.04
MySQL 5.7 is not supported on Ubuntu 22.04, but you can download MySQL 5.7 for Ubuntu 18.04 and install it…
-
Limit disk used by MySQL binary log files
You can use following config to keep 7 days bin log [mysqld] log_bin = /var/log/mysql/mysql-bin.log binlog_format = ROW expire_logs_days =…
-
How to install yt-dlp
yt-dlp is a fork of youtube-dl, it can be used to download videos from youtube and many other similar websites.…
-
How to disable MySQL X Protocol (mysqlx_port)
After installing MySQL 8 and checking listening ports with โnetstat -lntpโ, you will see MySQL is listening on ports 3306…
-
How to Migrate MySQL Users to Another Server
I wanted to Migrate MySQL from one server to another. Usually, I could just copy over the MySQL data directory…
Author Details
TechYugam TEAM