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`
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.sqlcat: my_file.sql: No such file or directory