June 18, 2013

Comment: MySQL Query Cache

… the my.cnf (or my.ini) MySQL configuration file with setting the query-cache-type variable to 1. The query-cache-size variable is the size of the query cache in MB, for example 20M. To change the MySQL configuration file, you’ll probably need…

Comment: MySQL Query Cache

… the my.cnf (or my.ini) MySQL configuration file with setting the query-cache-type variable to 1. The query-cache-size variable is the size of the query cache in MB, for example 20M. To change the MySQL configuration file, you’ll probably need…

Comment: MySQL Query Cache

… the my.cnf (or my.ini) MySQL configuration file with setting the query-cache-type variable to 1. The query-cache-size variable is the size of the query cache in MB, for example 20M. To change the MySQL configuration file, you’ll probably need…

Comment: MySQL Query Cache

… the my.cnf (or my.ini) MySQL configuration file with setting the query-cache-type variable to 1. The query-cache-size variable is the size of the query cache in MB, for example 20M. To change the MySQL configuration file, you’ll probably need…

Comment: MySQL Query Cache

… the my.cnf (or my.ini) MySQL configuration file with setting the query_cache_type variable to 1. The query-cache-size variable is the size of the query cache in MB, for example 20M. To change the MySQL configuration file, you’ll probably need…

Post: Using Flexviews - part two, change data capture

my.cnf log_slave_updates=1, if this is a MySQL slave transaction_isolation=READ-COMMITTED You can get FlexCDC directly out ofini.example file to consumer.ini and edit it, making appropriate changes. The file is well commented. The example