Difference between revisions of "MySQL/version/5.7"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(exact version)
 
Line 9: Line 9:
 
* [https://www.howtoforge.com/setting-changing-resetting-mysql-root-passwords Setting, Changing And Resetting MySQL Root Passwords]
 
* [https://www.howtoforge.com/setting-changing-resetting-mysql-root-passwords Setting, Changing And Resetting MySQL Root Passwords]
 
** default value for [https://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_skip-grant-tables --skip-grant-tables] is now FALSE, so you have to specify <code>--skip-grant-tables=TRUE</code>
 
** default value for [https://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_skip-grant-tables --skip-grant-tables] is now FALSE, so you have to specify <code>--skip-grant-tables=TRUE</code>
 +
 +
Also, you may need to create the <code>/run/mysql</code> folder and [[chown]] it to <code>mysql:adm</code> or whatever user is appropriate on your system. (You can determine what user:group MySQL is using on your system by looking at the log files, typically <code>/var/log/mysql</code>.

Latest revision as of 02:04, 25 December 2018

Recovering / Setting passwords

A lot of the instructions online for doing this no longer work with 5.7. The following is true for version 5.7.24-0ubuntu0.18.04.1

Obsolete instructions:

Also, you may need to create the /run/mysql folder and chown it to mysql:adm or whatever user is appropriate on your system. (You can determine what user:group MySQL is using on your system by looking at the log files, typically /var/log/mysql.