Turn off MySQL --skip-grant -tables
up vote
1
down vote
favorite
I reset my root mysql
password with the following instructions:
(Works for Ubuntu as well)
http://www.debian-administration.org/articles/442
But now I can't turn off mysqld_safe --skip-grant-tables
.
When I run fg
I have:
sudo /usr/bin/mysqld_safe --skip-grant-tables
How can I kill this and start MySQL securely?
12.04 mysql
add a comment |
up vote
1
down vote
favorite
I reset my root mysql
password with the following instructions:
(Works for Ubuntu as well)
http://www.debian-administration.org/articles/442
But now I can't turn off mysqld_safe --skip-grant-tables
.
When I run fg
I have:
sudo /usr/bin/mysqld_safe --skip-grant-tables
How can I kill this and start MySQL securely?
12.04 mysql
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I reset my root mysql
password with the following instructions:
(Works for Ubuntu as well)
http://www.debian-administration.org/articles/442
But now I can't turn off mysqld_safe --skip-grant-tables
.
When I run fg
I have:
sudo /usr/bin/mysqld_safe --skip-grant-tables
How can I kill this and start MySQL securely?
12.04 mysql
I reset my root mysql
password with the following instructions:
(Works for Ubuntu as well)
http://www.debian-administration.org/articles/442
But now I can't turn off mysqld_safe --skip-grant-tables
.
When I run fg
I have:
sudo /usr/bin/mysqld_safe --skip-grant-tables
How can I kill this and start MySQL securely?
12.04 mysql
12.04 mysql
edited Jun 5 '16 at 8:32
NonStandardModel
1,29451532
1,29451532
asked Oct 30 '13 at 14:26
Dominic Woodman
15038
15038
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You can likely just kill the process.
killall -9 mysqld
http://anothermysqldba.blogspot.com/search/label/--skip-grant-tables
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You can likely just kill the process.
killall -9 mysqld
http://anothermysqldba.blogspot.com/search/label/--skip-grant-tables
add a comment |
up vote
0
down vote
You can likely just kill the process.
killall -9 mysqld
http://anothermysqldba.blogspot.com/search/label/--skip-grant-tables
add a comment |
up vote
0
down vote
up vote
0
down vote
You can likely just kill the process.
killall -9 mysqld
http://anothermysqldba.blogspot.com/search/label/--skip-grant-tables
You can likely just kill the process.
killall -9 mysqld
http://anothermysqldba.blogspot.com/search/label/--skip-grant-tables
answered Oct 30 '13 at 19:16
user209648
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f368526%2fturn-off-mysql-skip-grant-tables%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown