Category: MySQL

Learn how to stop long running SQL query in MySQL

Sometimes when you Run a SQL join query in phpMyAdmin, there will be a situation where the entire server will go down because of the long running SQL query.

To kill this long running SQL query, you need to access …

Select query between two given dates in MySQL, MS SQL

Select query between two given dates in MySQL, MS SQL

Its very easy to select records between two different date in MS SQL and MySQL. Same kind of query will work in both the SQL engines.

Here is the query note it down or memorize for the future use, Its …

How to connect two different Database in a PHP Class – Simple Script

How to connect two different Database in a PHP Class – Simple Script

Sometimes you may need to connect two different databases for a project and you may feel difficult to do that right?.

Don’t worry it’s really simple if you are using a PHP Class in your project.


private static function _connectDB1()
Theme: Overlay by Kaira
Agurchand