Closed 3 years ago.
- Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
- Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
I am having an issue in which after the installation of wordpress and the creation of the user with login I am getting a wp error: One or more database tables are unavailable. The database may need to be repaired.
and is asking to add the following code to the wp-config.php
.
define('WP_ALLOW_REPAIR', true);
I have added this code as asked but is not working.
In addition, I am also adding the error:
ERROR: No such service: nginx
DUMP FILE BEFORE: -rw-r--r-- 1 macbook staff 30M 1 Mar 17:41 ./db/dmp/bootstrap.sql
I am using macos and I have also trying to rebuild but with no success.