How can increase the performance of MySQL select query?
Answer Posted / david
delete all index
| Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
How do I setup a mysql database?
What is difference between mysql and mysql server?
How to Set a root password if there is on root password.
In which format data is stored in mysql database?
What is mysql vs sql?
What is the use of mysql_fetch_array () function in php?
In which language it is written?
How to Recover a MySQL root password. Stop the MySQL server process. Start again with no grant tables. Login to MySQL as root. Set new password. Exit MySQL and restart MySQL server.
What is full text indexing in mysql?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
If you wish to encrypt the username and password using php, how will you do that?
In mysql, what is joins? Explain
What are the advantages of mysql in comparison to oracle?
What is delimiter in mysql trigger?
How to filter data from a mysql database table with php?