Relative Content

Tag Archive for mysqldockerlamp

Can’t resolve ERROR 13 (HY000) at line 22: Can’t get stat of ‘/docker-entrypoint-initdb.d/PERSON.csv’ (OS errno 2 – No such file or directory)

I am trying to build a basic CRUD web application using docker-lamp. I want to read Data from a CSV file, but when I run the docker-compose up -d command, I get this error: ERROR 13 (HY000) at line 22: Can’t get stat of ‘/docker-entrypoint-initdb.d/PERSON.csv’ (OS errno 2 – No such file or directory) in the mysql(version 8.0) log and the container stops.