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
执行备份显示成功 但解压数据库备份文件查看 显示mysqldump 没有dootask这个database 平台是可以正常使用的 USE dootask; mysqldump: Couldn't execute 'SHOW FULL TABLES': Unknown database 'dootask' (1049) 使用root密码登录数据库 show database 也看不到dootask这个database
dootask
The text was updated successfully, but these errors were encountered:
No branches or pull requests
执行备份显示成功 但解压数据库备份文件查看 显示mysqldump 没有dootask这个database 平台是可以正常使用的
USE
dootask
;mysqldump: Couldn't execute 'SHOW FULL TABLES': Unknown database 'dootask' (1049)
使用root密码登录数据库 show database 也看不到dootask这个database
The text was updated successfully, but these errors were encountered: