What are the other commands to know the structure of a table using mysql commands except explain command?
1027What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?
1002
What is the use of mysql_close()?
How do I zip a file in mysql?
What is the storage engine for mysql?
How to change the database engine in mysql?
Is mysql frontend or backend?
What is sql vs mysql?
How to analyze tables with 'mysqlcheck'?
How to delete a database from mysql server.
What is the size of mysql database?
How many primary keys can be there in a table?
What storage engines are used in MySQL?
1)for snapshot replication which agents used? 2)for Transcation replication which agents used? 3)for merge replciation which agents used?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?
Explain the difference between mysql and mysql interfaces in php?
Is sqlite faster than mysql?