Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switching mysql5 to mysql in schematic db command
  • Loading branch information
lmorchard committed Oct 8, 2010
1 parent a6c1c3b commit 641ca98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/__init__.py
Expand Up @@ -11,7 +11,7 @@ def db_command(name):
""" Oh you meant 'localhost'! """
config['HOST'] = 'localhost'

s = 'mysql5 --silent {NAME} -h{HOST} -u{USER}'
s = 'mysql --silent {NAME} -h{HOST} -u{USER}'

if config['PASSWORD']:
s += ' -p{PASSWORD}'
Expand Down

0 comments on commit 641ca98

Please sign in to comment.