Enable InnoDB for MySQL

1. Open the MySQL options file, the file is called my.cnf (Linux) – are in the / etc / my.cnf - or my.ini (Windows) – the path c: / windows / my.ini

2. Find Education skip-InnoDB and comment # before adding it

3. E ‘recommended increasing the max_allowed_packet value to make sure you can upload files larger than 1MB.

Then just below the line just commented write:

set-variable = max_allowed_packet = 64M

4. Restart MySQL

GD Star Rating
loading...
GD Star Rating
loading...

Related Articles

Random Articles

Post a Comment