[Koha] MySQL Database Restoring Problem from 3.4.x to 3.8.0

Andi Sugandi andisugandi at gmail.com
Sat May 19 02:10:47 NZST 2012


Hi Mason,

On Thu, May 17, 2012 at 11:20 AM, Mason James <mtj at kohaaloha.com> wrote:

Thanks for nice hints, afaik it must be created one empty database
right after it was deleted. So:

> $ mysql my_koha -e 'DROP DATABASE my_koha;'

mysql> CREATE DATABASE my_koha;

> $ mysql my_koha < koha.sql


Best regards,
-- 
Andi Sugandi.


More information about the Koha mailing list