Skip to content

Instantly share code, notes, and snippets.

@s1ntoneli
Created November 19, 2017 16:49
Show Gist options
  • Select an option

  • Save s1ntoneli/9f866bd1244e639f0151df9c1adbb620 to your computer and use it in GitHub Desktop.

Select an option

Save s1ntoneli/9f866bd1244e639f0151df9c1adbb620 to your computer and use it in GitHub Desktop.
在 Centos 6 部署 ghost 的坑
  1. 不能安装 sqlite3,使用 mysql 代替
  2. mysql 新建用户不能用密码登录。 因为新建 mysql 时新建了匿名用户,本地登录时默认使用了匿名用户账号。而这些匿名用户是没有密码的。
  3. mysql 权限问题 使用超级用户运行
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment