We have a database in computers (some of them are raspberrys or similar). The disk storage is aprox. 8 GB. When put MySQL running and start filling a database. When the disk storage is full, MySQL trought:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
I don't know so much about MySQL, but if the disk storage is full, MySQL will stop filling the database, but it doesn't mean you can't login into MySQL and see all databases.
Is this normal? How to solve this without lose all the information in database?
More info: SO: Ubuntu 12.04 or Raspbian. MySQL Server and Client.