Ubuntu 18.04 MariaDB 10.2 Too many open files
On my computer running Ubuntu 18.04, MriaDB stopped working. PHP application i run on my computer failed with error SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘ok_test.feeds’ doesn’t exist (SQL: select * from `feeds` where `processed` = 0) Application can’t find the table. So i tried to login to MySQL and see if … Read more