How to Reset MySQL or MariaDB Root Password
This post shows students and new users steps to reset or change MySQL or MariaDB passwords when using Ubuntu Linux. One can create and reset the...
This post shows students and new users steps to reset or change MySQL or MariaDB passwords when using Ubuntu Linux. One can create and reset the...
This post shows students and new users the steps to install MySQL or MariaDB on Ubuntu Linux. MariaDB and MySQL are twins. Both MySQL and MariaDB...
This brief tutorial shows students and new users how to check MySQL | MariaDB server versions in Ubuntu Linux. How do you know which versions of...
This brief tutorial shows students and new users how to connect to MariaDB via SSL/TLS on Ubuntu 20.04 | 18.04. By default when you install the...
This brief tutorial shows you how to back up and restore MariaDB databases and data files on Ubuntu 20.04 | 18.04. MariaDB 10.1 introduced a new...
This brief tutorial shows students and new users how to configure remote access connections to MariaDB database servers on Ubuntu 18.04 systems. By default when you...
There may be a time when you want to change a database user password. Some reasons for changing MySQL or MariaDB database user passwords might be...
For security and fault tolerance reasons, setting up MySQL or MariaDB master and slave replication is a way to go. In a master and slave setup,...
Sometimes you may want to drop or delete old databases and user accounts on MySQL (MariaDB) server. When running a website powered by WordPress or another...
For those still running Ubuntu 16.04 LTS and 17.10 with MariaDB 10.0 or 10.1 installed and hoping to upgrade to Ubuntu 18.04, they may want to...
In many cases, you’re going to see webmasters using Apache2 or Nginx with PHP and MariaDB to create a LAMP or LEMP stack. Well, this post...
If you’re currently running the MySQL database server on Ubuntu 16.04 and you wish to switch to MariaDB, the steps can be a good starting point....