Skip to content

Instantly share code, notes, and snippets.

@muddy-28
Forked from irazasyed/ampps-mysql-fix.md
Created November 14, 2016 18:49
Show Gist options
  • Select an option

  • Save muddy-28/cf656cc2c2b742710ed50210bb63ff62 to your computer and use it in GitHub Desktop.

Select an option

Save muddy-28/cf656cc2c2b742710ed50210bb63ff62 to your computer and use it in GitHub Desktop.

Revisions

  1. @irazasyed irazasyed revised this gist May 3, 2014. 1 changed file with 1 addition and 5 deletions.
    6 changes: 1 addition & 5 deletions ampps-mysql-fix.md
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,6 @@
    1. Open Ampps Application -> MySQL Tab -> Configuration.

    2. In [mysqld] section, add the following line:

    ```
    innodb_force_recovery = 1
    ```
    2. In [mysqld] section, add the following line: `innodb_force_recovery = 1`

    3. Save the file and try starting MySQL

  2. @irazasyed irazasyed created this gist May 3, 2014.
    11 changes: 11 additions & 0 deletions ampps-mysql-fix.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    1. Open Ampps Application -> MySQL Tab -> Configuration.

    2. In [mysqld] section, add the following line:

    ```
    innodb_force_recovery = 1
    ```

    3. Save the file and try starting MySQL

    4. Remove that line which you just added and Save.