连接正常,我选择了数据库。
$client->dbOpen('dbName');
一切正常,直到我尝试运行命令:
$client->command('IMPORT DATABASE /path/to/file/export.gz');
当我得到这个例外时:
Message: com.orientechnologies.orient.core.command.OCommandExecutorNotFoundException: Cannot find a command executor for the command request: sql.IMPORT DATABASE /path/to/file/export.gz -preserveClusterIDs=true DB name="dbname"
如果命令command
不正确,那么可以使用什么呢?