Why I cannot install VP Server with MySQL as server database?

The following error show up when trying to setup VP Server with MySQL as server database.

The reason of this problem is your MySQL server is run with binary log not in ROW format. To change the binary log format:

  1. Login to your MySQL console.
  2. Execute following command.
    SET GLOBAL binlog_format = 'ROW';
  3. Now you will able to setup VP Server with SQL Server as its database.

Related Know-how

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply