evil.czCannot re/start/stop MySQL server after transfer `mysql` database directly (disc-to-disc copy)
Symptoms: error: 'Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)'
Solution:
Find your debian-sys-maint password in /etc/mysql/debian.cnf
Then use
GRANT ALL PRIVILEGES ON *.* TO 'debian-sys-maint'@'localhost' IDENTIFIED BY '' WITH GRANT OPTION;
Replace with your debian-sys-maint password.
FLUSH PRIVILEGES;
quit;
Tested on version 8.04 LTS
Poslední komentáře
15 týdnů 1 den zpět
17 týdnů 4 dny zpět
18 týdnů 2 dny zpět
18 týdnů 2 dny zpět
18 týdnů 2 dny zpět
19 týdnů 2 dny zpět
20 týdnů 5 dnů zpět
31 týdnů 2 dny zpět
32 týdnů 13 hod zpět
32 týdnů 13 hod zpět