Foren

Version of mysql with Liferay 5.1.2

Madhu Ranjan, geändert vor 15 Jahren.

Version of mysql with Liferay 5.1.2

New Member Beiträge: 7 Beitrittsdatum: 08.10.08 Neueste Beiträge
Hi,
I wanted to know what versions of Mysql are compatible with Liferay. I had my windows box on which I got Mysql 5.0 working but when I tried installing the same on a sun server , it turned out that Mysql itself was incompatible with it . I have a Sun server . cat /etc/release gives me an output " Solaris 10 8/07 s10s_u4wos_12b SPARC" .

I tried with Mysql 4.0.26 that comes by default with Sun Solaris 10 but the "portal-mysql.sql" gave errors and when I searched for that , it told me that the error meant that this version wasn't compatible .

Request some guidance on what version of mysql to run ...

thanks,
Madhu M
thumbnail
Lisa Simpson, geändert vor 14 Jahren.

RE: Version of mysql with Liferay 5.1.2

Liferay Legend Beiträge: 2034 Beitrittsdatum: 05.03.09 Neueste Beiträge
I think you need to be mysql5 or better. you can probably build mysql from source.
thumbnail
Jerry Niu, geändert vor 14 Jahren.

RE: Version of mysql with Liferay 5.1.2

Expert Beiträge: 451 Beitrittsdatum: 21.06.06 Neueste Beiträge
For version 5.1.2 of Liferay Portal, you'll need MySQL 5 or above.

Unfortunately, I do not have a SPARC box to test your query.

But make sure that the MySQL on your SPARC box is working first.
thumbnail
Lisa Simpson, geändert vor 14 Jahren.

RE: Version of mysql with Liferay 5.1.2

Liferay Legend Beiträge: 2034 Beitrittsdatum: 05.03.09 Neueste Beiträge
You will definitely want to build from source then. Be sure to run the regression tests once you have it built to make sure that it's a well behaved instance. There are really good directions on the MySQL web site for building from source on your platform as well as running the regression tests. HTH!