Search
 
SCRIPT & CODE EXAMPLE
 

SQL

mysql disable query caching

#set these in your my.cnf
query_cache_type = 0 
query_cache_size=0
#then restart mysql
sudo /etc/init.d/mysql restart
Comment

PREVIOUS NEXT
Code Example
Sql :: remove unique key from a table 
Sql :: check postgresql version in rails console 
Sql :: where id is in list sql 
Sql :: wildcard in sql 
Sql :: create mysql database on windows 
Sql :: python pandas df to postgres json table 
Sql :: mysql isnull 
Sql :: SQL DEFAULT Constraint With Alter Table 
Sql :: get first monday of month sql 
Sql :: temp table vs variable table in sql server 
Sql :: mysql connection w3 
Sql :: add column postgres with default value 
Sql :: select random sql 
Sql :: in mysql workbench contnent not feching 
Sql :: sql list dates between two dates 
Sql :: null sql 
Sql :: how to inner join 4 tables in sql 
Sql :: empty table sqlite 
Sql :: mysql export database command line 
Sql :: check database size in gb mysql 
Sql :: get last 50 rows sql 
Sql :: mysql age by birthdate 
Sql :: oracle shrink table 
Sql :: postgres user permissions 
Sql :: mysql delete rows 
Sql :: sql server select last row of each item in group by column 
Sql :: role "postgres" does not exist 
Sql :: q operator in plsql 
Sql :: mysql wont stop 
Sql :: charindex 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =