vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello ! I need of koha, a software for libraries. It works with mysql 4, but it's not compatible with mysql5. How can do this changement with a Debian Etch ? Must I only remove the one and install the other ? Thanks for help, Thibaud. |
| |||
| At 02:55 PM 1/21/2007, Thibaud Hulin wrote: >Hello ! >I need of koha, a software for libraries. It works with mysql 4, but it's >not compatible with mysql5. >How can do this changement with a Debian Etch ? Must I only remove the one >and install the other ? >Thanks for help, >Thibaud. > > >-- >MySQL General Mailing List >For list archives: http://lists.mysql.com/mysql >To unsubscribe: http://lists.mysql.com/mysql?unsub=m...novascotia.com I imagine there is a way to run both, but do ont know how. Check the mysql docs. I would not trust a backward revision. Use mysqldump to get all your data out, then remove 5 and install 4. Why or how is koha not compatible with version 5? Regards - Miles Thompson -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.410 / Virus Database: 268.17.3/642 - Release Date: 1/20/2007 |
| ||||
| Thanks for your answer. The install of Koha fails after entering my password root for sql. This is the message error : CREATING DATABASE Creating the MySQL database for Koha... 0 ERROR 1064 (42000) at line 772: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'return char(4) default NULL, renewals tinyint(4) default NULL, timestamp tim' at line 9 However, I can't install mysql 4.1 after removing mysql 5.0. Indeed, if I want install the package mysql-client-4.1, synaptic wants to install mysql-client-5.0. Idem for mysql-server-4.1. And when I try to install mysql-common-4.1, I have a message says this package is virtual, furnished by mysql-common 5.0-30.3 So, I don't know how do that... Miles Thompson a écrit : > At 02:55 PM 1/21/2007, Thibaud Hulin wrote: > >> Hello ! >> I need of koha, a software for libraries. It works with mysql 4, but >> it's not compatible with mysql5. >> How can do this changement with a Debian Etch ? Must I only remove the >> one and install the other ? >> Thanks for help, >> Thibaud. >> >> >> -- >> MySQL General Mailing List >> For list archives: http://lists.mysql.com/mysql >> To unsubscribe: >> http://lists.mysql.com/mysql?unsub=m...novascotia.com > > I imagine there is a way to run both, but do ont know how. Check the > mysql docs. > > I would not trust a backward revision. Use mysqldump to get all your > data out, then remove 5 and install 4. > > Why or how is koha not compatible with version 5? > > Regards - Miles Thompson > |