Forum Moderators: open
Any suggestions on how hard it would be to revert backwards from 8.0 to 5.7 if I try it and it's a huge mistake?
Please note that downgrades to previous versions are unsupported. After you upgrade your system to a newer version, it may be impossible to switch back.
Also note that since MariaDB is installed, moving to MySQL 8 is considered a downgrade, and therefore not supported.
# /etc/my.cnf
# default for sql-mode, if undefined, is:
# STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
#
# At least remove STRICT_TRANS_TABLES to fix this, but
# allegedly none of it is necessary
sql-mode=''
relied on the database to truncate long fields for me