How to create a Pervasive SQL dump file like the command
mysqldump -u root -p[root_password] [database_name] > dumpfilename.sql
does for MqSQL?
And if it is possible, how to create a MqSQL database based on that pervasive dump file?
我不知道 Pervasive SQL 中有任何 Dump 命令。另外,Pervasive SQL 使用的 SQL 与 MySQL 有区别。查看Export Pervasive to MySQL (C#)了解其他选项。