loading dump file
When i try to load a dump file it says pinehead db already exists so it can't do it. So i drop the db then it says unknown db. WTF please help!Thank you
[root@server ]# mysql -upinehead -p pinehead < localhost.sql.zip.sql
ERROR 1007 at line 89: Can't create database 'pinehead'. Database exists
[root@server ]# mysql -upinehead -p pinehead < localhost.sql.zip.sql
ERROR 1049: Unknown database 'pinehead'
[root@server ]# mysql -upinehead -p pinehead < localhost.sql.zip.sql
ERROR 1007 at line 12: Can't create database 'lkcforum'. Database exists
[root@server ]# mysql -upinehead -p pinehead < localhost.sql.zip.sql
ERROR 1007 at line 89: Can't create database 'pinehead'. Database exists
[root@server ]# mysql -upinehead -p pinehead < localhost.sql.zip.sql
ERROR 1049: Unknown database 'pinehead'
[root@server ]# mysql -upinehead -p pinehead < localhost.sql.zip.sql
ERROR 1007 at line 89: Can't create database 'pinehead'. Database exists
[root@server ]#