Checking for tables which need an upgrade, are corrupt or were not closed cleanly.
- Dominant language
- PHP
- Stars
- 84
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Добрый день! Не стартует контейнер после билда по инструкции.
**Запуск**
`docker run -d --restart unless-stopped -p 80:80 -p 2222:22 --name codeisok -v codeisok:/local/codeisok -v codeisokmysql:/var/lib/mysql -v codeisokgit:/home/git/ codeisok`
**Логи**
`> docker logs codeisok`
```
* Starting MySQL database server mysqld
...done.
* Checking for tables which need an upgrade, are corrupt or were
not closed cleanly.
ERROR 1045 (28000): Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)
* Starting OpenBSD Secure Shell server sshd
...done.
Warning: Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
* Starting Mail Transport Agent (MTA) sendmail
...done.
* Starting MySQL database server mysqld
...done.
* Checking for tables which need an upgrade, are corrupt or were
not closed cleanly.
ERROR 1045 (28000): Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)
* Starting OpenBSD Secure Shell server sshd
...done.
Warning: Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
* Starting Mail Transport Agent (MTA) sendmail
...done.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.