06-11-2022, 02:51 AM
Hello this release is for people that dont know how to get LC working on mysql 8.0 .This will work with centos 9 stream have not tested it out on any other centos.
Step 1 :
dnf install mysql-server -y
Step 2 :
add this into your mysql-server.cnf under [mysqld]
default-authentication-plugin=mysql_native_password
# Set the SQL mode to strict
sql_mode=""
# The maximum size of one packet or any generated or intermediate string, or any parameter sent by the
# mysql_stmt_send_long_data() C API function.
max_allowed_packet=500M
Step 3 :
systemctl start mysqld.service
Step 4 :
systemctl enable mysqld
Step 5 :
mysql_secure_installation
2
2

