-
Notifications
You must be signed in to change notification settings - Fork 2.2k
The Auto-extending innodb_system data file './ibdata1' is of a different size 0 pages than specified in the .cnf file: initial 768 pages, max 0 (relevant if non-zero) pages! #611
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
Comments
Are you using a pre-populated volume or is the entrypoint initializing your databases? I would make an issue over at https://github.com/docker/for-win/issues since this seems related to your environment and not necessarily an issue with the image |
There was also this answer to the same error in a different thread MariaDB/mariadb-docker#95 (comment)
And this as well MariaDB/mariadb-docker#95 (comment)
Going to close since this is an issue with Docker for Windows |
@wglambert for the record, I have this issue on MacOS too. This is a relevant part of the
|
I'm facing the same issue on Ubuntu 20.04 |
Same issue on Debian 10 ... |
Try to configure more correctly your volumes in compose.yml file |
In my case, I ran out of disk space and this happened. |
For future users this is my experience: I faced the same error and the problem was my local volume didn't exist.
the folder after I make the folder, the error has been gone. |
in my case, i ran mysql on a ntfs disk. |
i had use docker on windows 10 with shared disk,when I run code with -V ,the mariadb create succeed,but start with errors:
InnoDB: The Auto-extending innodb_system data file './ibdata1' is of a different size 0 pages than specified in the .cnf file: initial 768 pages, max 0 (relevant if non-zero) pages!
The text was updated successfully, but these errors were encountered: