Hello good folks,
I was trying to backup (dump) an SQL database, however, mysqldump was not installed, so I installed mysql-client to get mysqldump. However, this has compounded problems. First and foremost, mysql has stopped working, with this error: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2).
Secondly, mysqldump is giving me these errors:
mysqldump: /usr/local/mysql/lib/libmysqlclient.so.16: no version information available (required by mysqldump)
mysqldump: relocation error: mysqldump: symbol disabled_my_option, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference
Maybe it's because MySQL is not working?
If anyone could help me with these issues, I'd greatly appreciate it. Thank you in advance.
I was trying to backup (dump) an SQL database, however, mysqldump was not installed, so I installed mysql-client to get mysqldump. However, this has compounded problems. First and foremost, mysql has stopped working, with this error: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2).
Secondly, mysqldump is giving me these errors:
mysqldump: /usr/local/mysql/lib/libmysqlclient.so.16: no version information available (required by mysqldump)
mysqldump: relocation error: mysqldump: symbol disabled_my_option, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference
Maybe it's because MySQL is not working?
If anyone could help me with these issues, I'd greatly appreciate it. Thank you in advance.