ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
# This is usually caused by the fact that the
# MySQL Server isn't even running
# On Windows, check your services, if its not running
# start it, or install and start it.
# On *nix, for this example Debian based
# Firstly see if it's even running
ps aux | grep mysql
# If you dont see any process other than your grep call,
# It's not running
# Assuming you have mysql-server installed
# Start it
sudo /etc/init.d/mysql start
# Otherwise install it, configure and start it up as above
sudo apt-get install mysql-server
# Goodbye 2002
Also in Shell:
- linux command to list directory size
- enable option in ubuntu to create document on right click
- How to check the installed version of React-Native
- php artisan doctrine migrations add all
- laravel create controller
- linux multiline commet
- shell count number of lines
- change git commit message
- change linux user password
- django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?
- linux command line in windows 10
- set up git with github
- kali linux change keyboard layout
- enzyme npm install
- adding jars to classpath in linux
- linux generate file
- git find when file was deleted
- how to fix libffi missing in macos
- delete all local branches git
- git flow feature
- git commit message
- create a symlink
- install pyenv
- grep docker logs