Change MySQL/Mariadb Default Port and Listening Address @QuickNotepadTutorial
Change MySQL/Mariadb Default Port and Listening Address  @QuickNotepadTutorial
Uploaded February 2022 | Updated September 2026, 2 weeks ago
in This Tutorial you will Learn " Change MySQL Default Port and Listening Address"

By default, MySQL and MariaDB listen on port 3306 on the loopback address. It is a good idea to change the MySQL default port for security purposes.

lsb_release -d ; hostname -I ; mysql -V

MySQL - nano /etc/mysql/mysql.conf.d/mysqld.cnf
netstat -tln
bind-address = 127.0.0.1
Port = 9090
systemctl restart mysql

MariaDB - nano /etc/mysql/mariadb.conf.d/50-server.cnf
netstat -tln
bind-address = 127.0.0.1
Port = 9090
systemctl restart mariadb

Code - quicknotepadtutorial.blogspot.com/2022/02/change-mysql-mariadb-default-port-and.html
Change MySQL/Mariadb Default Port and Listening AddressHow To Install Flask with Gunicorn and Nginx on Oracle Linux 9Running CentOS in a Docker containerHow To Install Drupal 9 on Rocky Linux 8Set up your Python and Flask development environment  on Ubuntu 24.04.4 LTSHow to Install and Configure RabbitMQ Server on Rocky Linux 8How To Install Parvula CMS on Ubuntu 18.04How To [SOLVE] su:authentication failure On Ubuntu 24/04 LTSHow To Install Craft CMS on Rocky Linux 8How To Install Jenkins on Rocky Linux 8Deploy run Bitwarden server On Docker ComposeHow To Install KVM On Rocky Linux | Configure Bridge networking
Quick Notepad Tutorial |

Change MySQL/Mariadb Default Port and Listening Address

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER