yobasystems / alpine-mariadb

MariaDB running on Alpine Linux [Docker]
https://hub.docker.com/r/yobasystems/alpine-mariadb/
242 stars 72 forks source link

Table '/tmp/#sql_1_0.MAI' is read only #8

Closed ivixq closed 6 years ago

ivixq commented 6 years ago

When I ran the image In CentOS 7.3 , the error happened.

MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | test | +--------------------+ 4 rows in set (0.00 sec)

MariaDB [(none)]> use mysql; Database changed MariaDB [mysql]> desc user; ERROR 1036 (HY000): Table '/tmp/#sql_1_0.MAI' is read only

ivixq commented 6 years ago

!/usr/bin/with-contenv bash

su-exec mysql mysqld_safe

dominictayloruk commented 6 years ago

Unsure as my docker hosts are usually Alpine, Debian or Ubuntu. Maybe someone else might be more knowledgeable.

CleverMindDev commented 6 years ago

Just got the same error and it could be related to the following infos: https://stackoverflow.com/questions/44008880/table-tmp-sql-1-0-mai-is-read-only

Hope it could help!