You're not in mysql if you get an error message like that. Start with
just the following:

sudo mysql -uroot -p

Then issue the command:

use koha_library;

Then the rest of the commands. Exit mysql by entering:

exit

Hope this helps,
Ere

drojup kirjoitti 29.7.2019 klo 12.34:
> Thank you Michael,
> 
> Please see the messages:
> ~$ DELETE FROM old_issues WHERE issue_id IN (1539, 1540, 1541);
> /bash: syntax error near unexpected token `('/
> 
> and
> 
> ~$ DELETE FROM old_issues WHERE issue_id=1539;
> /DELETE: command not found/
> 
> 
> 
> 
> 
> 
> --
> Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
> 

-- 
Ere Maijala
Kansalliskirjasto / The National Library of Finland
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to