Skip to content
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

MySQLdump errors not caught #6

Open
beauraines opened this issue Aug 25, 2015 · 2 comments
Open

MySQLdump errors not caught #6

beauraines opened this issue Aug 25, 2015 · 2 comments
Assignees
Labels

Comments

@beauraines
Copy link
Owner

MySQLdump errors not caught by error checking script

mysqldump: Got error: 1049: Unknown database 'scdda@002dprod' when selecting the database
@beauraines beauraines added the bug label Aug 25, 2015
@beauraines beauraines self-assigned this Aug 25, 2015
@beauraines
Copy link
Owner Author

Needs to remove the SQL table results formatting

mysql -uroot -p -e 'select  schema_name from information_schema.schemata;'

@beauraines
Copy link
Owner Author

Without column headers and pretty tables

mysql -uroot -p -BNe 'select  schema_name from information_schema.schemata;'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant