In certain occasions need to empty bibliographic, patron and transaction details from Koha database and clean the installation to start the process again. The user has to go to Koha database and empty the concerned tables.
Log into MySQL
Apply following commands to login to the MySQL database;
Log into MySQL
Apply following commands to login to the MySQL database;
sudo su
mysql -uroot -puse koha_library;
