MySQL Forums
Forum List  »  Install & Repo

Re: Problems upgrading from 8.0.15 to 8.0.16
Posted by: Chris Saunders
Date: April 25, 2019 12:28PM

Unfortunately we only dumped the database we wanted to restore, and as there was only one user account it was quicker to add that back manually. If we get a chance we can swap the directory back and dump it in debug mode.

Here's the cleansed lines from my.cnf, no --sql_require_primary_key:

[mysqld]
innodb_buffer_pool_size = 75G
join_buffer_size = 2G
sort_buffer_size = 2G
read_rnd_buffer_size = 2G
default-authentication-plugin=mysql_native_password
symbolic-links=0
secure-file-priv =
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
disable_log_bin
innodb_file_per_table=1
character-set-server=utf8
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

Options: ReplyQuote


Subject
Written By
Posted
Re: Problems upgrading from 8.0.15 to 8.0.16
April 25, 2019 12:28PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.