-
-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no working mysql image #643
Comments
@Chris25602 can you attach the |
the same problem happen for me but only for OS: ubuntu 18.04.3 |
System: ubuntu 18.04 I think i got the same question. The devilbox ui show info:
|
Please update to the latest Devilbox version and post your start command, docker logs and |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Same issue, on a windows 10.
SUMMARYMysql container isn't loading. STEPS TO REPRODUCE
|
Messed with the .env file and changed the sql version.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Fixed here: #750 |
Hi @cytopia |
This is very strange. Can you provide:
|
docker-compose.yml.txt Full ./check-config.sh output => I don't have it Thank you for your quick response |
Then you're on an older version, which also has older MySQL images. You should consider updating to |
@cytopia Do you have an idea about origin of the problem |
Judging from your MySQL logs:
You probably need to upgrade your databases:
docker volume ls | grep mysql
local devilbox2_devilbox-mysql-5.5
local devilbox2_devilbox-mysql-5.6
local devilbox2_devilbox-mysql-5.7
local devilbox2_devilbox-mysql-8.0
|
@cytopia Config Xdebug 3
|
git clone ...
vi .env
select any version of mysql in the .env file
#MYSQL_SERVER=mysql-5.5
#MYSQL_SERVER=mysql-5.6
MYSQL_SERVER=mysql-5.7
#MYSQL_SERVER=mysql-8.0
start container ... docker-compose up
mysql will fail on all versions
EXPECTED BEHAVIOUR
a container with an available version of Mysql
ACTUAL BEHAVIOUR
Cannot use Mysql
The text was updated successfully, but these errors were encountered: