Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created December 10, 2015 00:04
Show Gist options
  • Save TheOpenDevProject/7348d460c92c881996ad to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/7348d460c92c881996ad to your computer and use it in GitHub Desktop.
<TheHackOps> I am running Msql on Ubuntu server 15.04 on the Azure cloud platform. The other day I went back to do some work and noticed my PHP app was failing to connect, upon checking the logs the password seemed to have changed which was weird. I then when into the server itself and tried to use the mysql client to login to the server and could not get in as root, access denied
* gigo1980 has quit (Ping timeout: 272 seconds)
<TheHackOps> I decided meh, and rand dpkg-reconfigure mysql
<TheHackOps> I set a new password, then I tried to login with my new password
<TheHackOps> ACCESS DENIED
<TheHackOps> Apart from removing the server I dont know what else to do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment