Reputation: 49
I'm getting the following error while trying to dump a .sql with data grip, using 'restore with mysql'
mysqldump: [ERROR] unknown variable 'database=dbname'.
I tried changing the mysql path to bin/mysql, however I get a invalid path error message
Upvotes: 0
Views: 168
Reputation: 3643
Try
mydb ‹ "/home/rian/mydump.sql
Instead of
--database="mydb" ‹ "/home/rian/mydump.sql
Upvotes: 0