I am moving my Wordpress site to a local site for testing.
I encountered the error below when I try to import .sql, which I export from CPanel PHPMyadmin to a local MYSQL Workbench.
FYI, I am using MYSQL Workbench 6.0 and MYSQL Administrator 1.2.17
15:08:07 Restoring C:\Users\abc\Desktop\db.sql
Running: mysql.exe
ERROR 1049 (42000): Unknown database 'db'
Operation failed with exitcode 1
15:08:08 Import of C:\Users\abc\Desktop\db.sql has finished with 1 errors
source
share