This article will guide you on how to #install #MySQL server on Debian 10 #Linux system. Also we looked into how to secure the installation and connect with the MySQL shell. Using the Validate password #plugin you can make a more secure database MySQL password #authentication.
MySQL is an #RDBMS tostore, retrieve, modify and administrate a database usingSQL.
The mysql #command:
- -h followed by the server host name (server.linuxapt.com).
- -u followed by the account user name (use your MySQL username).
- -p which tells mysql to prompt for a password.
- database the name of the database (use your database name).
https://linuxapt.com/blog/57-install-the-latest-mysql-in-debian-10