23 Jul
2012
23 Jul
'12
6 a.m.
On 23 July 2012 15:57, Sonia P. <sossolapro@hotmail.com> wrote:
So something like that?
mysqldump -u kohauser -p kohalibrary > savedatabase230712.sql
mysql -u username -p[password]use kohalibrary;DELETE FROM biblio WHERE biblionumber='2315'; (never done mysql things in commandline before...) Cheers, Sonia.
Yes If you are incredibly sure you want do this, and you are sure you know how to restore from a backup, and no one is using or has used Koha since you made that backup. Chris