[Koha] Convert data from koha 2.2.8 to 3.0

Jesse Weaver jesse.weaver at liblime.com
Thu Nov 13 07:04:09 NZDT 2008


On Wed, Nov 12, 2008 at 10:10 AM, john smith <smith_me at live.com> wrote:

>  Hi to all
>
> I had finished from install koha 3.0 on ubuntu 8
> I need to convert data from koha 2.2.8 on windows to koha 3.0 on ubuntu
> when see folder sample 2.2.8 i get three things :
> (.frm - .MYD - .MYI ) but in koha 3.0 mysql database is .frm
> please if any body have idea to load my data form koha 2.2.8 on windows to
> koha 3.0 on ubuntu
>
> thanks
>
> JOHN SMITH
> Indiana-International Library
> +242 648 5486
> +242 5452 36 65482
>
> ------------------------------
> Explore the seven wonders of the world Learn more!<http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE>
>
> _______________________________________________
> Koha mailing list
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
Hello there! There should be a way to dump your database (likely through
MySQL Query Browser on windows, or something similar), then, on ubuntu, you
can load it with the following command, after you copy over the result of
that dump:

mysql -u [your mysql user name] -p [your koha database] < [backup file]

-- 
Jesse Weaver
Software Developer, LibLime
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20081112/86df9e20/attachment.htm 


More information about the Koha mailing list