Topol
Topol
You are not using binary logging. Is this something to do with mysql settings
Hi I am sorry I am not able to follow these steps and could not find the error. My mysql is installed using brew in mac. The file that needs...
Hi I restarted my system. This fixed the problem of mysql restarting. But I am still getting the following error... Error: ER_NO_BINARY_LOGGING: You are not using binary logging So is...
This is inside my.cnf file ``` # innodb_buffer_pool_size = 128M # Remove leading # to turn on a very important data integrity option: logging # changes to the binary log...
I am using 5.6.23..... On Fri, Feb 27, 2015 at 2:30 PM, Ben Green [email protected] wrote: > @Topol https://github.com/Topol @shipra123456 > https://github.com/shipra123456 What version of mysql server are you >...
I tried in ubuntu and it was working fine there. my mac is mountain lion.... On Fri, Feb 27, 2015 at 2:48 PM, Arindam Bhattacharjee < [email protected]> wrote: > I...
Dear Ben I tried doing this step in centos OS. Does it not work on centos OS. On Tue, Apr 21, 2015 at 8:45 AM, Ben Green [email protected] wrote: >...
I am getting the following error: [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root! But I am running the...
Nevermind it was a centos issue, fixed it On Thu, Nov 12, 2015 at 7:45 PM, Arindam Bhattacharjee < [email protected]> wrote: > I am getting the following error: > >...
Dear Ben I am trying to use your code inside the meteor server from a different code. I can run your Leaderboard example but while deploying the same code inside...