GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   mysql help please! (https://gfy.com/showthread.php?t=211745)

pamphage 12-21-2003 07:37 PM

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!

Juicy D. Links 12-21-2003 07:38 PM

drop the database

benthompson 12-21-2003 07:42 PM

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