If you are using join in MYSQL for adding multiple tables and you didn't configure server engine and storage architecture, then your query may take a minute in execution. The default time of MYSQL query execution is 0.5 second. The execution time of MySQL query depends on various factors like type of server engine, storage architecture, database and table structure, load and contention, and...