ops
ops copied to clipboard
mariadb import fails when current path has a space
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