We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2 options important:
Use Show FULL tables instead of show tables. 2nd column of results tell you TABLE or VIEW
For View change the drop statement to drop VIEW
option / hard code don't download VIEW data to sql backup
option / hardcode limit for insert statements. 1 row per statement is safer for some applications and servers to avoid server crash during restore.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2 options important:
Use Show FULL tables instead of show tables.
2nd column of results tell you TABLE or VIEW
For View change the drop statement to drop VIEW
option / hard code don't download VIEW data to sql backup
option / hardcode limit for insert statements. 1 row per statement is safer for some applications and servers to avoid server crash during restore.
The text was updated successfully, but these errors were encountered: