500 error on phpmyadmin export on /phpmyadmin/export.php
In this post, I will let you know the solution of exporting database from phpmyadmin. This error occurs when you have updated your PHP version, phpmy...
READ MOREIn this post, I will let you know the solution of exporting database from phpmyadmin. This error occurs when you have updated your PHP version, phpmy...
READ MOREIn this tutorial, I will tell you how to upgrade your MySQL version on Ubuntu in simple steps. This is very simple guide to upgrade version of MySQL...
READ MOREIn this post, I will tell you how to enable MySQL’s slow query log to see which query takes longer to execute. This is happen because of coding mis...
READ MOREthe main differences between INNODB and MYISAM The most commonly used storage engine in MySQL are MyISAM and InnoDB. With these storage engine there...
READ MOREAs we know, Its very time consuming to delete records one by one. Everyone wants to delete bulk record on single event only. So here i will tell you...
READ MORESubmit PHP Bootstrap Form into MySQL table without Page Refresh using jQuery, Ajax AJAX (Asynchronous JavaScript and XML) is known as developer's dre...
READ MOREIn this post i will tell you how to copy data from one column to another column in same table. There is simple query to update record from one to ano...
READ MOREIn this post, i will tell you how to use MySQLi prepared statement to select or fetch multiple rows. As you know very well that by using MySQLi prepa...
READ MOREMySQLi is improved version of MySQL. Before MySQLi we were using its old version MySQL and millions number of projects have been developed using PHP...
READ MOREInsert Data into MySQL DatabaseSQL INSERT INTO statement are used to insert record in MySQL tables.Let's write a MySQL query to insert data by using i...
READ MORE© 2016 All Rights Reserved | Contact Us | Terms of use | Privacy Policy