Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Leave mysql shell prompt with

exit;

It is recommended to enable the mysql config innodb_file_per_table so that each Table is stored in an own file. This is very useful if you plan to import many huge projects.

Instructions how you can achieve this, you can find in the MySQL documentation and in the cpanel forum.

Install PHP5 core

Add the php 5.6 repository, since it is not yet included in Ubuntu

...