I am trying to install fresh new joomla 3.2 site but when it start installing database ,the installation hang on and the installation process would not finish.
Here is the solution which one solve my problem.I hope this could be also helpful to other.
Do as following instructions
1. Open SQL installation file (Root/installation/SQL/mysql/joomla.sql)
2. Use a code editor like notepad++
3. Replace all "ENGINE=InnoDB" with "ENGINE=MyIsam"
Now try to install again and hope now this time will work.
Thanks
Here is the solution which one solve my problem.I hope this could be also helpful to other.
Do as following instructions
1. Open SQL installation file (Root/installation/SQL/mysql/joomla.sql)
2. Use a code editor like notepad++
3. Replace all "ENGINE=InnoDB" with "ENGINE=MyIsam"
Now try to install again and hope now this time will work.
Thanks
No comments:
Post a Comment