<div dir="ltr"><div><div>Hello,</div><div>I've had an issue with mysql-server-5.7 package clean installation on "Ubuntu 16.04.2 LTS".</div><div>I have own partition (ext4) for MySQL data directory (/var/lib/mysql). But when partition was created, the system create directory "lost+found" in the /var/lib/mysql for system requirements.</div><div>After than I try to install mysql-server-5.7. After unpack mysql-server-5.7 package system try to start It, but failed. The reason of fail is - MySQL try to read database from directory "lost+found", but can't.</div><div>To fix this issue - add line in the section [mysqld], file /etc/mysql/mysql.conf.d/mysqld.cnf:</div><div>ignore_db_dir=lost+found</div><div><br></div><div>I have a lot of servers, and every time I need fix MySQL config after installation and reconfigure MySQL package.</div><div><br></div><div>Could you add this line to default mysqld.cnf?</div></div><div><br></div><div>System settings:</div><div><br></div><div>Ubuntu 16.04.2 LTS</div><div><br></div><div>Package: mysql-server-5.7<br></div><div>Version: 5.7.17-0ubuntu0.16.04.1<br></div></div>