Can't connect to local MySQL server through socket (trying to reset MySQL root password) [on hold] Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionAfter fresh install of mysql-server, can't log in with `mysql root -u`Trying to create tunnel to MySQL through SSHCan't start mysql on Fedora 19MySQL service doesn't startCannot login root user after upgrading MySQL from 5.6 to 5.7Error 2002 MYSQL OS X 10.11After fresh install of mysql-server, can't log in with `mysql root -u`Trying to reset root password on mysqlCan't connect to local MySQL server through socketInstall MySQL Server with prompt for initial passwordcan't reset MySQL root password
How to improve on this Stylesheet Manipulation for Message Styling
Would it be possible to dictate a bech32 address as a list of English words?
What order were files/directories outputted in dir?
Find 108 by using 3,4,6
Can you explain what "processes and tools" means in the first Agile principle?
Quadrilaterals with equal sides
If Windows 7 doesn't support WSL, then what does Linux subsystem option mean?
What does it mean that physics no longer uses mechanical models to describe phenomena?
Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?
Time to Settle Down!
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
Putting class ranking in CV, but against dept guidelines
Is there any word for a place full of confusion?
What initially awakened the Balrog?
Product of Mrówka space and one point compactification discrete space.
Why is it faster to reheat something than it is to cook it?
Is it fair for a professor to grade us on the possession of past papers?
Belief In God or Knowledge Of God. Which is better?
Amount of permutations on an NxNxN Rubik's Cube
Strange behavior of Object.defineProperty() in JavaScript
One-one communication
QGIS virtual layer functionality does not seem to support memory layers
What is "gratricide"?
Co-worker has annoying ringtone
Can't connect to local MySQL server through socket (trying to reset MySQL root password) [on hold]
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionAfter fresh install of mysql-server, can't log in with `mysql root -u`Trying to create tunnel to MySQL through SSHCan't start mysql on Fedora 19MySQL service doesn't startCannot login root user after upgrading MySQL from 5.6 to 5.7Error 2002 MYSQL OS X 10.11After fresh install of mysql-server, can't log in with `mysql root -u`Trying to reset root password on mysqlCan't connect to local MySQL server through socketInstall MySQL Server with prompt for initial passwordcan't reset MySQL root password
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
On Linux Mint, I'd like to reset the MySQL root password. From this answer, I've run the commands:
sudo service mysql stop
sudo mysqld_safe --skip-grant-tables &
mysql -u root
after which I receive:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)
mysql
put on hold as unclear what you're asking by Rui F Ribeiro, msp9011, Mr Shunz, taliezin, Shadur yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
On Linux Mint, I'd like to reset the MySQL root password. From this answer, I've run the commands:
sudo service mysql stop
sudo mysqld_safe --skip-grant-tables &
mysql -u root
after which I receive:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)
mysql
put on hold as unclear what you're asking by Rui F Ribeiro, msp9011, Mr Shunz, taliezin, Shadur yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Have you checked the logs? Doesmysqld_safe
even start? Check the process list withps axuf
and see if it's there. If not, you know where to look.
– Shadur
yesterday
add a comment |
On Linux Mint, I'd like to reset the MySQL root password. From this answer, I've run the commands:
sudo service mysql stop
sudo mysqld_safe --skip-grant-tables &
mysql -u root
after which I receive:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)
mysql
On Linux Mint, I'd like to reset the MySQL root password. From this answer, I've run the commands:
sudo service mysql stop
sudo mysqld_safe --skip-grant-tables &
mysql -u root
after which I receive:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)
mysql
mysql
edited Apr 15 at 3:40
Rui F Ribeiro
42.2k1484142
42.2k1484142
asked Apr 15 at 1:10
SteveSteve
678
678
put on hold as unclear what you're asking by Rui F Ribeiro, msp9011, Mr Shunz, taliezin, Shadur yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by Rui F Ribeiro, msp9011, Mr Shunz, taliezin, Shadur yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Have you checked the logs? Doesmysqld_safe
even start? Check the process list withps axuf
and see if it's there. If not, you know where to look.
– Shadur
yesterday
add a comment |
Have you checked the logs? Doesmysqld_safe
even start? Check the process list withps axuf
and see if it's there. If not, you know where to look.
– Shadur
yesterday
Have you checked the logs? Does
mysqld_safe
even start? Check the process list with ps axuf
and see if it's there. If not, you know where to look.– Shadur
yesterday
Have you checked the logs? Does
mysqld_safe
even start? Check the process list with ps axuf
and see if it's there. If not, you know where to look.– Shadur
yesterday
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you checked the logs? Does
mysqld_safe
even start? Check the process list withps axuf
and see if it's there. If not, you know where to look.– Shadur
yesterday