Skip to content

Instantly share code, notes, and snippets.

@moacirmoda
Created May 3, 2016 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moacirmoda/2743c9c0e429bc53ce136985b854e94c to your computer and use it in GitHub Desktop.
Save moacirmoda/2743c9c0e429bc53ce136985b854e94c to your computer and use it in GitHub Desktop.
Alteração de MySQL para Proethos2

Abaixo de:

# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
# Read the manual for more InnoDB related options. There are many!

Inserir as seguintes linhas:

innodb_file_format = Barracuda
innodb_file_per_table = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment