Advertisement
winone1208

Problem z tworzeniem tabel joomla 3.4

Nov 28th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. This problem occurring most usually at Joomla 3.x. To solve this go to wamp\www\Your joomla folder\installation\sql\mysql and open Joomla.sql file find the term
  2.  
  3. "ENGINE=InnoDB"
  4. and replace ALL with
  5.  
  6. "ENGINE=MyIsam"
  7. MyIsam is more supported and compatible with Joomla.
  8.  
  9. Do also the same with (sample_data.sql) file, if it's quickstart setup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement