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;








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)











share|improve this 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? 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

















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)











share|improve this 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? 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













0












0








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)











share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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? 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
















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










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Helsingborg Esperantistoj el Helsingborg | Vidu ankaŭ | Navigada menuo1 ŝanĝostabila versiopatrolita1 ŝanĝostabila versiopatrolita56°03′N 12°42′O  /  56.05°N, 12.7°O / 56.05; 12.7 (Helsingborg)56°03′N 12°42′O  /  56.05°N, 12.7°O / 56.05; 12.7 (Helsingborg)Helsingborg en la Vikimedia KomunejoKategorio Helsingborg en la Vikimedia KomunejoHelsingborg en la Vikimedia KomunejoKategorio Helsingborg en la Vikimedia Komunejo

Linux Checkpoint SNX tool configuration issuesgetting Checkpoint VPN SSL Network Extender working in the command lineL2TP IPsec VPN client configurationOpenvpn stops respondingIssues with getting a tun0 connection to route any and all connections from eth0 to be made to this interface and if not working dropHow to setup port forwarding properly in FreeBsd 11?Getting certificate verify failed error in a Python applicationssh is unable to connect to server in VPNVPN SSL Network Extender in Firefoxgetting Checkpoint VPN SSL Network Extender working in the command lineisc-dhcp-server configurationUsing Checkpoint VPN SSL Network Extender CLI with certificate

NetworkManager fails with “Could not find source connection”Trouble connecting to VPN using network-manager, while command line worksHow can I be notified about state changes to a VPN adapterBacktrack 5 R3 - Refuses to connect to VPNFeed all traffic through OpenVPN for a specific network namespace onlyRun daemon on startup in Debian once openvpn connection establishedpfsense tcp connection between openvpn and lan is brokenInternet connection problem with web browsers onlyWhy does NetworkManager explicitly support tun/tap devices?Browser issues with VPNTwo IP addresses assigned to the same network card - OpenVPN issues?Cannot connect to WiFi with nmcli, although secrets are provided