Skip to content

Instantly share code, notes, and snippets.

@paolomainardi
Created November 29, 2014 15:58
Show Gist options
  • Save paolomainardi/b781bfb4a14ed28f83a0 to your computer and use it in GitHub Desktop.
Save paolomainardi/b781bfb4a14ed28f83a0 to your computer and use it in GitHub Desktop.
fig data mysql
data:
build: containers/data
volumes:
- data:/data
mariadb:
build: containers/mariadb
volumes_from:
- data
@paolomainardi
Copy link
Author

mariadb_1 | 2014-11-29 04:15:32 7f795dcee780  InnoDB: Operating system error number 13 in a file operation.
mariadb_1 | InnoDB: The error means mysqld does not have the access rights to
mariadb_1 | InnoDB: the directory.
mariadb_1 | 2014-11-29 04:15:32 7f795dcee780  InnoDB: Operating system error number 13 in a file operation.
mariadb_1 | InnoDB: The error means mysqld does not have the access rights to
mariadb_1 | InnoDB: the directory.
mariadb_1 | 2014-11-29 04:15:32 19 [ERROR] InnoDB: Creating or opening ./ibdata1 failed!

@paolomainardi
Copy link
Author

[mysqld]
bind-address=0.0.0.0
skip_name_resolve
#server-id
#log-bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment