解决 mysql_config not found 错误
程序员文章站
2022-05-29 09:39:56
...
解决方案
$ vim ~/.bash_profile
# 添加
PATH="/usr/local/mysql/bin:${PATH}"
export PATH
export DYLD_LIBRARY_PATH=/usr/local/mysql/lib/
export VERSIONER_PYTHON_PREFER_64_BIT=no
export VERSIONER_PYTHON_PREFER_32_BIT=yes
$ source ~/.bash_profile
转载于:https://my.oschina.net/michao/blog/745431
推荐阅读
-
mysql遇到load data导入文件数据出现1290错误的解决方案
-
IIS 错误 Server Application Error 详细解决方法
-
mysql “ Every derived table must have its own alias”出现错误解决办法
-
mysql中错误:1093-You can’t specify target table for update in FROM clause的解决方法
-
steam错误并提示无法连接至steam网络怎么解决?
-
卸载VS2011 Developer Preview后Sql Server2008 R2建立数据库关系图报“找不到指定的模块”错误的解决方法
-
iis7出现An error occurred on the server when processing the URL错误提示的解决方
-
Spring MVC 404 Not Found无错误日志的解决方法
-
SpringBoot配置SwaggerUI访问404错误的解决方法
-
Spring WebSocket 404错误的解决方法