-
Notifications
You must be signed in to change notification settings - Fork 471
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
mysql error #7
Comments
Hi @mediafigaro, services:
db:
image: mysql
ports:
- 3306:3306
volumes:
- "./.data/db:/var/lib/mysql"
environment:
- MYSQL_ROOT_PASSWORD: root
- MYSQL_HOST= # override from env file to be empty |
Hello thanks I tried, but I still have this rights problem that I didn't have with your previous version with the symbolic link (ln -s ../project symfony)... Attaching to dockersymfony_redis_1, dockersymfony_db_1, dockersymfony_php_1, dockersymfony_nginx_1, dockersymfony_elk_1 |
Hi,
So, you have 2 solution :
BTW: this problem isn't related to this project itself. So if this problem persist, you should open an issue here: https://github.com/docker-library/mysql (I don't use Docker on Mac) |
Hello
with this latest version I have an error with mysql due to permissions issues on Mac, please any idea I've been checking this king of issue on forums but... ?
db_1 | 2016-08-24T15:52:03.578202Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
db_1 | 2016-08-24T15:52:03.595285Z 0 [Note] InnoDB: Completed initialization of buffer pool
db_1 | 2016-08-24T15:52:03.600991Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
db_1 | 2016-08-24T15:52:03.610361Z 0 [ERROR] InnoDB: The innodb_system data file 'ibdata1' must be writable
db_1 | 2016-08-24T15:52:03.610461Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
The text was updated successfully, but these errors were encountered: