Using MySql with Jahia on Debian GNU/Linux

After installing Jahia today, I wanted to use the MySql database instead of the default HyperSonic. I am currently using MySql for other purposes and want to have a look at accessing the Jahia database to re-use content.

Initially when I created the ‘jahia’ database in mysql and granted permissions to the Jahia user, Jahia reported:

"This database doesn't seem to support extended charsets."

Dropping the database and recreating it with a unicode dataset sorts this little niggle out.

mysql> create database jahia character set = utf8;

4 Responses to “Using MySql with Jahia on Debian GNU/Linux”

  1. Martin Says:

    Hi, I just wanted to know how did it go with Jahia? Would you recommend it?

    Regards

  2. dmom Says:

    Hi Martin,
    I stopped using Jahia in favour of MovableType, based on our requirements and not issues with Jahia.
    I didn’t really use it enough to give a recommendation.

  3. Kishen Says:

    Thanks for your help!

  4. Using MySql with Jahia on Debian GNU/Linux- /* Junior B. Portfolio */ Says:

    [...] cuasan.wordpress.com [...]

Leave a Reply