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
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






![How To [SOLVE] su:authentication failure On Ubuntu 24/04 LTS
Learn How To [SOLVE] su:authentication failure On Ubuntu 24/04 LTS (How to Fix su: Authentication failure ] How To [SOLVE] su:authentication failure On Ubuntu 24/04 LTS](https://i.ytimg.com/vi/cueRfylmZiU/mqdefault.jpg)



