InterviewSolution
Saved Bookmarks
| 1. |
What are the different MySQL database engines? |
Answer»
With PHP 5.6+ "InnoDB" is treated by default DATABASE storage engine. Before that MyISAM DEFAULTED storage engine. |
|