ops icon indicating copy to clipboard operation
ops copied to clipboard

mariadb import fails when current path has a space

Open kyleridolfo opened this issue 6 years ago • 0 comments

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

kyleridolfo avatar Jan 15 '20 18:01 kyleridolfo