All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:45, 9 September 2022 Will talk contribs created page Mysql user management (Created page with "= Root Password = <blockquote> == mysql-8.0 == <source lang="bash"> service mysql-server stop mysqld_safe --skip-networking mysql </source> <source lang="MySQL"> # mysql-8.0 ALTER USER 'root'@'localhost' IDENTIFIED BY 'root-password'; FLUSH PRIVILEGES; </source> == mysql-6.0 == <source lang="bash"> service mysql-server stop mysqld_safe --skip-grant-tables --skip-networking mysql </source> <source lang="MySQL"> # mysql-6.0 UPDATE mysql.USER SET authentication_string...")