1、安装mysql5.7

   brew install mysql@5.7

2、安装mysql-client

   brew install mysql-client

3、vim ~/.bash_profile

   export LDFLAGS="-L/usr/local/opt/mysql-client/lib"
   export CPPFLAGS="-I/usr/local/opt/mysql-client/include"
   source ~/.bash_profile

相关文章:

  • 2021-05-30
  • 2021-09-08
  • 2021-06-09
  • 2021-06-27
  • 2021-12-21
  • 2021-04-10
猜你喜欢
  • 2021-08-31
  • 2022-12-23
  • 2021-04-23
  • 2021-07-08
  • 2021-05-28
  • 2021-06-13
  • 2021-08-29
相关资源
相似解决方案