Public bug reported:
MySQL 8.0 removes the my_bool symbol, and it should simply be replaced
with int or bool (this is also backwards-compatible with older versions
of MySQL)
** Affects: redland (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification becaus
Ah, ok. Thanks :)
As an aside: Does Akonadi use MySQL's import/export operations? If not
it's recommended to set secure-file-priv to NULL (disabled) instead of
empty (unrestricted).
Support for setting it to NULL was added with this server update, so
wasn't possible before in <5.7.
--
You recei
I don't fully understand the cause of this issue, so I'm wondering if
this is also likely to be problem with the MySQL 5.5.53 update coming on
Debian/Ubuntu releases?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to akonadi in Ubuntu.
http
Public bug reported:
On a fresh install with MySQL 5.7, akonadi will fail to start up because
a) mysql_install_db is run with options that are removed in 5.7
--force has been removed, and to keep the old behavior we need to add
--insecure and --basedir=/usr
b) Database init sql scripts are reje
Public bug reported:
The my.cnf file generated by amarok contains the option myisam-recover=FORCE
This option was replaced by myisam-recover-options in 5.5 and removed in 5.7,
so the embedded server will fail to start.
Simply renaming it to myisam-recover-options will fix the problem
** Affects:
5 matches
Mail list logo