MySQL Forums
Forum List  »  Newbie

Re: accidently deleted my root privileges MySQL 5.7 on Linux Mint 18
Posted by: Dave Henzler
Date: June 30, 2018 11:49PM

What happens when you do this?

sudo mysqld_safe --skip-grant-tables

you get...

Mint18 ~ # service mysql stop
Mint18 ~ # sudo mysqld_safe --skip-grant-tables
2018-07-01T05:48:45.531984Z mysqld_safe Logging to syslog.
2018-07-01T05:48:45.536308Z mysqld_safe Logging to '/var/log/mysql/error.log'.
2018-07-01T05:48:45.540128Z mysqld_safe Directory '/var/run/mysqld' for UNIX socket file don't exists.
Mint18 ~ #
Mint18 ~ #

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.