- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-17-2019 10:55 AM
I have upgraded Expedition and am now getting an error under OS Settings stating 'Verify that the Log_bin flag in MariaDB is set to off". Where is the MariaDB located to edit?
01-18-2019 03:18 AM
You should be able to set it into
/etc/mysql/my.conf
#auto_increment_offset = 1
skip-log_bin = /var/log/mysql/mariadb-bin
skip-log_bin_index = /var/log/mysql/mariadb-bin.index
Defining the skip-log_bin will set the login to OFF.
The above is an example I am running in my instance
01-18-2019 05:38 AM
Thanks fro the information. I have applied the above configuration but it still shows the same error message.
01-21-2019 12:43 AM
If I can guess, I would say you missed restarting the mysql service.
sudo service mysql restart
02-17-2019 03:53 PM
Worked great. Thanks!
12-21-2019 07:43 PM - edited 12-21-2019 07:49 PM
I have applied the above config and restarted mysql but still see
Verify that the Log_bin flag in MariaDB is set to off
|
For me the answer was that the conf file that needs editing is called /etc/mysql/my.cnf
now all green!!
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!