fastmonkeys / stellar

Fast database snapshot and restore tool for development
MIT License
3.86k stars 119 forks source link

pip init mysql connection prompt #17

Closed uptownhr closed 10 years ago

uptownhr commented 10 years ago

Not sure what the connection issue is. I do not know that root needs a pw but not sure how I can add that in. Please advise.

uptown@ubuntu ~/domains/processing[uploads_transfer*]$ stellar init
Please enter the url for your database.

For example:
PostreSQL: postgresql://localhost:5432/
MySQL: mysql+pymysql://root@localhost/: mysql://root@localhost
Could not connect to database: mysql://root@localhost/
Make sure database process is running and try again.

Please enter the url for your database.

For example:
PostreSQL: postgresql://localhost:5432/
MySQL: mysql+pymysql://root@localhost/: 
Teemu commented 10 years ago

You can try mysql+pymysql://root:password@localhost/.