Today I realized that "mysqlimport" is not working as expected on Wamp environment.
A working way to import a sql/dump file is to use the "mysql" executable
#localhost
mysql --u root -p --user=root --force [DBNAME] < [FILE.SQL]
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment