Skip to Content.
Sympa Menu

en - [sympa-users] sympa server compatible with MySQL 8?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: TK CHEN <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] sympa server compatible with MySQL 8?
  • Date: Fri, 6 Nov 2020 12:07:04 -0800

Is there anyone using MySQL version 8 for Sympa? I am not able to create the database schema for sympa server. 

$sudo sympa.pl --health_check
Database sympa defined in sympa.conf has not the right structure or is unreachable. Verify db_xxx parameters in sympa.conf


Here is my sympa.conf:
########################################################################
# Setup database
# See https://sympa-community.github.io/manual/install/setup-database.html
########################################################################

db_type             MySQL
db_name             sympa
db_host             localhost
#db_port
db_user             sympa
db_passwd           (------)
#db_env

I have the MySQL user (sympa) and password listed in sympa.conf, and the sympa user is able to create tables within the sympa database. Any suggestions on how to fix this?

Thank you!

TK



Archive powered by MHonArc 2.6.19+.

Top of Page