0

I am trying to install Joomla 3.3.0 however on step number three installation has been freeze on installing sample data file and it doesn't finish.

Response is highly appreciate!

Thanks Ankit

Ankit Parmar
  • 11
  • 1
  • 5

1 Answers1

0

This issue is a very common for those who try to install Joomla! locally using XAMPP and WAMP during Joomla! 3 installation process, it hangs forever at the “Creating database tables” step:

Take following steps to solve the problem:

  • Go to wamp\www\your-joomla\installation\sql\mysql (if you are using Wampp) or Xampp\htdocs\Your joomla folder\installation\sql\mysql (for Xampp)

  • Open Joomla.sql file find the term ENGINE=InnoDB and replace all with ENGINE=MyIsam

source: http://joomlavi.com/documentation/quickstart-installation-guide

rmtheis
  • 5,992
  • 12
  • 61
  • 78
Chinedu
  • 171
  • 1
  • 5