![]() |
mysql help please!
how do i restore on top of a database with tables already in there?
in ssh when i use mysql -u <username> -p<password> < backupfile i get crap like this: ERROR 1050 at line 11: Table 'TGP_cat' already exists i just wanna clear that database and start over! |
drop the database
|
in ssh type:
drop database TGP_cat; mysql -u username -p < backupfile; |
| All times are GMT -7. The time now is 02:23 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123