You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to mysqldump.cc#dump_all_databases, while dumping all databases, mysqldump client will find a database named mysql (the built-in System Schema) before dumping other databases.
However, the mysql schema does not exist in PolarDB-X, which leads to the empty output of mysqldump client.
Solution:
Solution-1: Create an empty database named mysql in PolarDB-X
Solution-2: Instead of using the --all-databases option, just specify the target databases in the command line.
polardb-x cluster was created via:
dump data by mysqldump
The text was updated successfully, but these errors were encountered: