MySQL Server Error during Installation

Hello community. We are aware of an intermittent “MySQL server has gone away” issue that can occur after Step 3 during installation. This issue appears to only happen on MAMP servers, however it may be possible to happen on other servers. Should this error occur, please check your MySQL error logs. You may see an error similar to the following:

`[Warning] File Descriptor 1122 exceeded FD_SETSIZE=1024`
```

  The recommended fix for this error is to edit your MySQL config and increase the table cache. In MAMP, edit (or add) a my.cnf file in your MAMP/conf folder. On a different server, locate your MySQL config and make a similar change. Then restart your server.

`[mysqld]
table_open_cache = 100`
```

  Please reply in this thread if you encounter this error and if the above fix does or does not work. Thanks!