Mac下使用terminal访问mysql
前言
上一篇文章Mac 下 Laravel 框架数据迁移出现 “No such file or directory”中说道,使用mysql -uroot -p
命令登录mysql
,但是在Mac系统下会出现bash mysql not found
,这是为什么?因为Mac下默认没有MySQL命令,因此你在终端中输入mysql命令是无效的。
上一篇文章Mac 下 Laravel 框架数据迁移出现 “No such file or directory”中说道,使用mysql -uroot -p
命令登录mysql
,但是在Mac系统下会出现bash mysql not found
,这是为什么?因为Mac下默认没有MySQL命令,因此你在终端中输入mysql命令是无效的。