Skip to content

Instantly share code, notes, and snippets.

@xiangchu0
Last active August 10, 2017 11:49
Show Gist options
  • Save xiangchu0/8dcc9006028aeb3c14ec7cbec100044c to your computer and use it in GitHub Desktop.
Save xiangchu0/8dcc9006028aeb3c14ec7cbec100044c to your computer and use it in GitHub Desktop.
ignoring query to other database
Ok, It seems, I had missed the "u" flag for user so accidentally I had input the following command.
mysql -root -p // Faulty connection
Instead of ...
mysql -uroot -p // Correct connection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment