Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Ubuntu 14.04 上获得了我的第一个带有 LAMP 堆栈的 Droplet。当我尝试访问 mysql 时,我收到拒绝访问错误。
当我以 root 用户登录时,这怎么可能?
您需要使用root密码登录。Digital Ocean 实例的密码可以在“每日消息”中找到,即当您登录 linux 实例时出现的消息。
要以 root 身份登录 MySQL,请使用:
mysql -u root -p
您还可以选择在命令中提供密码。如果不这样做,系统会以交互方式要求您输入密码。