[Koha] Convert data from koha 2.2.8 to 3.0
"Thommy M. Malmström"
thommy.m.malmstrom at gmail.com
Thu Nov 13 20:03:58 NZDT 2008
Jesse Weaver wrote:
>
>
> On Wed, Nov 12, 2008 at 10:10 AM, john smith
> <smith_me at live.com
> <mailto: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
> <mailto: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]
>
The steps after that is probably here...
http://wiki.koha.org/doku.php?id=22_to_30
More information about the Koha
mailing list