lwc:mysql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

lwc:mysql [2021/08/17 13:45] – created John Harrisonlwc:mysql [2021/08/24 14:36] (current) John Harrison
Line 1: Line 1:
  
-====== Resetting Password ======+== Resetting Password ==
 If you get ''524 (HY000): Plugin 'auth_socket' Is Not Loaded'' type into MySql If you get ''524 (HY000): Plugin 'auth_socket' Is Not Loaded'' type into MySql
 <code> <code>
Line 6: Line 6:
 flush privileges; flush privileges;
 </code> </code>
 +
 +== MariaDB hangs ==
 +run as ''sudo'':
 +<code>
 +echo "/usr/sbin/mysqld { }" > /etc/apparmor.d/usr.sbin.mysqld
 +apparmor_parser -v -R /etc/apparmor.d/usr.sbin.mysqld
 +systemctl restart mariadb
 +</code>
 +
 +
  
  • lwc/mysql.1629225905.txt.gz
  • Last modified: 2021/08/17 13:45
  • by John Harrison