Is there a way to make it so that when i input a new database, it overwrites the old info instead of just giving errors.
Reason beign, I want to replace my old database but I want to keep my custom stuff ^^
Any ideas?
Is there a way to make it so that when i input a new database, it overwrites the old info instead of just giving errors.
Reason beign, I want to replace my old database but I want to keep my custom stuff ^^
Any ideas?
Last edited by Nadromar; 03-10-2016 at 01:32 PM.
if youve got the full version of navicat, run a query for all your custom stuff, back it up and then wipe the db, then import it back in![]()
i would suggest dumping the custom stuff you have and just deleting the table. simple ^^
Don't Forget To Give Rep To People Who Help You.
In navicat lite you can simply click "Resume on Errors", Not sure if it overwrites though.
Delete database? Then add new stuff? Lol
But if you don't want to do that you could delete ranges like DELETE * FROM items WHERE entry BETWEEN 1 AND 18000;