Sphinx macos sql_connect: failed to load libmysqlclient
Solution:
Check the installed path of MYSQL lib
find /usr/ -name ‘libmysqlclient*’

Set variables
export DYLD_LIBRARY_PATH=/usr//local/Cellar/[email protected]/5.6.51/lib
find /usr/ -name ‘libmysqlclient*’

Set variables
export DYLD_LIBRARY_PATH=/usr//local/Cellar/[email protected]/5.6.51/lib
Restart
indexer –all
Read More:
- Python calls the MySQLdb library, and an error “Library not loaded: libmysqlclient.18.dylib” is reported
- [Solved] Django configures MySQL Error: NameError: name ”_MySQL ‘is not defined
- Mysqlclient Error: ERROR: No matching distribution found for mysqlclient/OSError: mysql_config not found
- MAC MYSQL Start Error: The server quit without updating PID
- MYSQL 5.7 Error Code: 1290. The MySQL server is running with the –secure-file-priv option so it..
- ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’
- [Solved] ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full comm
- [Solved] Starting MySQL… ERROR The server quit without updating PID file
- [Solved] MySQL Startup Error: The server quit without updating PID file
- How to Fix MySQL ERROR 1130 (HY000): Host ‘XXXX’ is not allowed to connect to this MySQL server
- [Solved] tidb-cdc Create Task Error: Unknown or incorrect time zone
- [Solved] Anaconda Error: pyqt can’t use QSqlDatabase to connect to MySQL
- [Solved] MYSQL Command Execute Error: Can ‘t connect to local MySQL server through socket ‘/tmp/mysql.sock ‘(2) “
- How to Solve Mysql8 load data error
- [Solved] sqoop Import Datas to mysql error: ERROR tool.ExportTool: Error during export: Export job failed
- [ERROR] [FATAL] InnoDB: Table flags are 0 in the data dictionary but the flags in file ./ibdata
- PLSQL environment variable configuration tnsnames.ora file path
- How to Solve MYSQL Error: Failed to start MySQL 8.0 database server
- [Solved] there are special symbols in the initial password for installing MySQL in Hadoop, and an error is reported
- Centos7 Initialize mysql Error: Could not open file ‘/usr/local/mysql/log/mysqld.log‘ for error logging: Per