Skip to content

Instantly share code, notes, and snippets.

@maliMirkec
Created November 26, 2015 10:29
Show Gist options
  • Save maliMirkec/64604d28b688d71ebe20 to your computer and use it in GitHub Desktop.
Save maliMirkec/64604d28b688d71ebe20 to your computer and use it in GitHub Desktop.
Useful sql commands: reinstall, reset password
// mysql version
apt-cache policy mysql-server
// mysql reconfig
sudo dpkg-reconfigure mysql-server-*.*
// phpmyadmin reconfig
sudo dpkg-reconfigure phpmyadmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment