We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When trying to import an SQL file into mariadb, the process will fail if your current path has a space in it.
Example: $ cd ~/MySQL Dumps $ ops mariadb import my_database my_file.sql cat: my_file.sql: No such file or directory
$ cd ~/MySQL Dumps
$ ops mariadb import my_database my_file.sql
cat: my_file.sql: No such file or directory