[Bug 958120] Re: MySQL does not start with utf8 options

2012-04-14 Thread Michael Ludwig
To me this one is cleared. It was a wrong collation in the database.
Deleting the user, it's db and recreating it solved the problem. I took
these settings in my.cnf:


init_connect='SET collation_connection = utf8_general_ci'
init_connect='SET NAMES utf8'
character-set-server=utf8
collation-server=utf8_general_ci
skip-character-set-client-handshake

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/958120

Title:
  MySQL does not start with utf8 options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/958120/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 958120] Re: MySQL does not start with utf8 options

2012-04-10 Thread Michael Ludwig
I'm just trying to setup a new TYPO3 instance on a freshly installed VM system 
Ubuntu precise x64.
After appending this line:

: default-character-set=utf8

in my.cnf (in [mysqld] sect) the mysql server doesn't start anymore. The
goal was to get the tables created by the TYPO3 installer in collation
utf8_general_ci instead of utf8_swedish_ca.

This worked in 10.04.

What can be done to get this working in 12.04?
Why doesn't the mysql server start anymore when adding this line?

Michael

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/958120

Title:
  MySQL does not start with utf8 options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/958120/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs