Closed igasparetto closed 7 years ago
Hi @igasparetto , unfortunately, the binary protocol does not support import statement. You can use the orient console instead: http://orientdb.com/docs/2.1/Console-Command-Import.html
Hi @Ostico
That is a shame!
Is there any plans for developing such functionality?
Thanks
Hi @igasparetto , sorry but this is not dependant on my driver. You should ask to the OrientDB developers.
The connection is working correctly and I have the database selected.
$client->dbOpen('dbName');
All works until I try to run the command:
$client->command('IMPORT DATABASE /path/to/file/export.gz');
When I get this exception:If the command command is not correct, then what can be use instead?