mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Updated MySQL tips (markdown)
parent
4955d5bbf6
commit
b3899308ea
1 changed files with 9 additions and 0 deletions
|
|
@ -38,6 +38,15 @@ This tips were prepared for [[Install Tracks 2.5 on Ubuntu 20.10]]
|
|||
<p>
|
||||
<br/>
|
||||
</p>
|
||||
<h3>Launch the MySQL console</h3>
|
||||
<p>from the Linux terminal console type</p>
|
||||
<blockquote>
|
||||
>mysql -u root -p<br/>
|
||||
</blockquote>
|
||||
<p>or for a specific user</p>
|
||||
<blockquote>
|
||||
>mysql -u <em> <strong>user_name</strong> </em> -p<br/>
|
||||
</blockquote>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue