可能重复:
python fabric mysql 权限
试图用fabric设置mysql用户权限。
任何想法 ?非常感谢 !
run('mysql -u %s -p%s -e "grant all on %s.* to '%s\'@\'localhost' identified by 'PASSWORD'"' % (user, dbpasswd, account, account))
SyntaxError: unexpected character after line continuation character