Guest User

Untitled

a guest
Nov 18th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $ mysql --print-defaults
  2. mysql would have been started with the following arguments:
  3. --port=3306 --user=aspdb --socket=/home/unix/aspdb/software/mysql-5.1.58/tmp/mysql.sock --port=3306 --socket=/home/unix/aspdb/software/mysql-5.1.58/tmp/mysql.sock --socket=/home/unix/aspdb/software/mysql/thesock --port=8081
  4.  
  5.  
  6. $ mysql -u root -h localhost -p
  7. Enter password:
  8. ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/home/unix/aspdb/software/mysql/thesock' (2)
Add Comment
Please, Sign In to add comment