-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQL snapshot didn't work. #10
Comments
Are you sure your user has the right privileges to create a new databse? Something like
should help. |
I gave the user all global privilages and now I'm getting. sqlalchemy.exc.ProgrammingError: (ProgrammingError) (1146, u"Table 'stellar_data.snapshot' doesn't exist") 'SELECT count(*) AS count_1 \nFROM (SELECT snapshot.id AS snapshot_id, snapshot.snapshot_name AS snapshot_snapshot_name, snapshot.project_name AS snapshot_project_name, snapshot.hash AS snapshot_hash, snapshot.created_at AS snapshot_created_at, snapshot.worker_pid AS snapshot_worker_pid \nFROM snapshot \nWHERE snapshot.snapshot_name = %s AND snapshot.project_name = %s) AS anon_1' ('snap1', 'my_db_name') |
You may want to drop |
That worked. It might be helpful to include what permissions are needed to the readme. Also it might help to know how to add password. I had to do some Google to find the syntax. |
This was added to the README. |
I've anonymized settings bellow.
Here is my
stellar.yaml
file.Here is my command line session.
The text was updated successfully, but these errors were encountered: