diff --git a/MySQL-tips.md b/MySQL-tips.md index c4badb0..d4e958c 100644 --- a/MySQL-tips.md +++ b/MySQL-tips.md @@ -38,6 +38,15 @@ This tips were prepared for [[Install Tracks 2.5 on Ubuntu 20.10]]


+

Launch the MySQL console

+

from the Linux terminal console type

+
+>mysql -u root -p
+
+

or for a specific user

+
+>mysql -u user_name -p
+

MySQL - change the default of default_authentication_plugin

since Mysql version 8.0 the default values has been changed from mysql_native_password to caching_sha2_password

this needs to be reverted in the cnf file