【发布时间】:2017-09-03 13:32:30
【问题描述】:
在安装 Laravel Linux Valet 后的过去 24 小时内,我一直在尝试连接到 MariaDB,但没有成功,我快要放弃了。
brew services start mariadb
我明白了
sh: 1: list: not found
Error: Failure while executing: load -w
/home/bruno/Library/LaunchAgents/homebrew.mxcl.mariadb.plist
我已经安装了mysql-server,mysql-client,授予root用户权限,但仍然没有成功。如果我
sudo mysql -u root
我进入mysql但无法通过Workbench上的root@localhost或root@127.0.0.1连接
有人可以帮帮我吗?
【问题讨论】:
标签: mysql linux laravel mariadb