如果我以 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 安装权限?