Is it possible to create mysql database from fabric dynamically. This seems like it ge开发者_如何学运维ts stuck at the password prompt
What would be equivalent of this in postgresql run(\'echo \"CREATE DATABASE %s;\"|mysql --batch --user=%s --password=%s --host=%s\' % (dataname, env.mysqluser, env.mysqlpassword, env.mysqlhost), pty=
I\'m trying to setup a fabfile to deploy my Django app. I can\'t figure out why I\'m getting this error:
I\'m writing a Python-based shell script to boilerplate a Django app with virtualenv, pip, and fabric. Should be straightforward enough, but it appears that I\'m not able to activate and run commands
Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code nece