Re: fail to upgrade to the latest with DB error
Posted: Mon Jan 27, 2020 12:12 pm
Hello @iwang,
Next, the database is not connecting. Check the status to make sure the service is running.
If you're unable to restart the database, please upload the log /var/log/mysqld.log .
The timezone error is still present. Please post the output to the following command:are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier.
Code: Select all
grep date.timezone /etc/php.ini
Code: Select all
service mysqld status
# to restart
service mysqld restart