【发布时间】:2013-05-01 20:17:56
【问题描述】:
如果我以 root 身份登录并 cd 到域用户文件夹,例如 /home/mysite/www,然后按如下方式使用 drush
drush site-install standard --account-name=mysite --account-pass= "*****"
--db-url=mysql://my_site_admin:"*****"@localhost/my_site
它将所有东西都安装为 root:root 为 uid:gid 并且站点产生错误
SoftException in Application.cpp:357: UID of script "/home/sites/mx3/public_html
/index.php" is smaller than min_uid,
如何在以 root 身份登录时使用 mysite:mysite 进行安装以获得权限?
【问题讨论】: