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 http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
On Wed, Nov 12, 2008 at 10:10 AM, john smith <smith_me@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@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
Jesse Weaver wrote:
On Wed, Nov 12, 2008 at 10:10 AM, john smith <smith_me@live.com <mailto:smith_me@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@lists.katipo.co.nz <mailto:Koha@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
participants (3)
-
"Thommy M. Malmström" -
Jesse Weaver -
john smith