重複の可能性:
Pythonファブリックのmysql権限
ファブリックで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