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 enable self-signed SSL/TLS certificates and connect to MySQL Server via SSL connection on Ubuntu Linux 20.04...
This brief tutorial shows students and new users how to configure remote access connections to Oracle MySQL database servers on Ubuntu 18.04 systems. Our previous tutorial...
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...
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...
As you may well know, the MariaDB database server is rapidly gaining traction and has become the default server on the majority of Linux systems, including...
AutoMySQLBackup is a free open-source tool that automatically backs up all the databases hosted on a MySQL server at varying intervals. It’s a great tool that...
This post is intended to help students and new users switch from the MySQL database server to the MariaDB database server in Ubuntu 17.04. This should...
Students and new webmasters should learn how to export and import MySQL or MariaDB databases. For those managing a WordPress website and thinking of migrating to a...
MySQL check is a tool that gets installed along with installing MySQL database servers. It’s there to help analyze and fix common errors as well as...