#mysql
Read more stories on Hashnode
Articles with this tag
Hi friends, in this tutorial, you will learn how to resolve SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max...
Hi friends, in this tutorial, you will learn how to export databases in phpmyadmin. This is very simple and I am going to discuss it in a step-by-step...
Hi friends, in this tutorial, you will learn how to select first 10 rows from MySQL using PHP. This kind of query is required very often when you need...
Hi friends, in this tutorial you will learn how to calculate balance from credit and debit using PHP MySQL and also get the direct code that you can...
Hi friends, in this tutorial, you will learn how to export data from MySQL to excel using PHP. It is often required in the case of web development or...
Hi friends, in this tutorial you will learn how to delete a row in MySQL. Actually, there are two ways by which you can perform the delete operations...