Wordpress How to disable comments on posts older than date X in WordPress Feb 23, 2015 Administrator To disable comments on posts older than date X in WordPress you can use the snippet below. Sample mySQL
Wordpress How to remove any post that is older than X days in WordPress Feb 23, 2015 Administrator To remove any post that is older than X days in WordPress you can use the query below. Sample mySQL
Wordpress How to disable or enable Trackbacks and Pingbacks in WordPress Feb 20, 2015 Administrator To disable or enable Trackbacks and Pingbacks in WordPress you can use the following mysql queries. Sample mySQL enable disable
MySql How to give a user admin rights in mySql Feb 16, 2015 Administrator To give a user admin rights in MySql you can use the following snippet. Sample mySql Query
Wordpress How to change user password in WordPress using MySql Feb 12, 2015 Administrator To change user password in WordPress using MySql you can use the following query. Sample MySql
Wordpress How to change default Admin Username in WordPress Feb 11, 2015 Administrator Every default WordPress installation will create an account with a default Admin username. This can be a security issue. To…
MySql How to concat in MySQL Jun 18, 2014 Administrator To concat in MySQL you can use the concat or concat_ws function. Sample CONCAT output HELLO|WORLD|TEST Sample CONCAT_WS output HELLO|WORLD|TEST…
MySql How to rearrange columns in MySQL Jun 17, 2014 Administrator To rearrange columns in MySQL you can use the following snippet.
MySql How to copy a table in MySQL Jun 15, 2014 Administrator To copy a table in MySQL you can use the following snippet. Sample MySQL
MySql How to select entries less than 24 hours old in MySQL Jun 11, 2014 Administrator To select entries less than 24 hours old in MySQL you can use the following snippet. Sample MySQL
How to disable comments on posts older than date X in WordPress
To disable comments on posts older than date X in WordPress you can use the snippet below. Sample mySQL
How to remove any post that is older than X days in WordPress
To remove any post that is older than X days in WordPress you can use the query below. Sample mySQL
How to disable or enable Trackbacks and Pingbacks in WordPress
To disable or enable Trackbacks and Pingbacks in WordPress you can use the following mysql queries. Sample mySQL enable disable
How to give a user admin rights in mySql
To give a user admin rights in MySql you can use the following snippet. Sample mySql Query
How to change user password in WordPress using MySql
To change user password in WordPress using MySql you can use the following query. Sample MySql
How to change default Admin Username in WordPress
Every default WordPress installation will create an account with a default Admin username. This can be a security issue. To…
How to concat in MySQL
To concat in MySQL you can use the concat or concat_ws function. Sample CONCAT output HELLO|WORLD|TEST Sample CONCAT_WS output HELLO|WORLD|TEST…
How to rearrange columns in MySQL
To rearrange columns in MySQL you can use the following snippet.
How to copy a table in MySQL
To copy a table in MySQL you can use the following snippet. Sample MySQL
How to select entries less than 24 hours old in MySQL
To select entries less than 24 hours old in MySQL you can use the following snippet. Sample MySQL