Updated MySQL tips (markdown)

ghost-from-the-past 2021-04-15 16:22:07 +02:00
parent 7c519bb995
commit 9c2f4bb91f

@ -35,10 +35,10 @@ This tips were prepared for [[Install Tracks 2.5 on Ubuntu 20.10]]
<blockquote>
<p>&gt;journalctl -xe</p>
</blockquote>
<h3>MySQL - change the default of default_authentication_plugin</h3>
<p>
<p>
<br/>
</p>
<h3>MySQL - change the default of default_authentication_plugin</h3>
<p>since Mysql version 8.0 the default values has been changed from mysql_native_password to caching_sha2_password</p>
<p>this needs to be reverted in the cnf file</p>
<p>