This starts MySQL on localhost:3306 and creates the database library_management_system_backend2. If you started MySQL using docker compose up -d (see docker-compose.yml), you can import the seed like ...
The app is configured to use MySQL on port 3307 (see includes/config.php). If your MySQL uses the default port 3306, update the port value in includes/config.php.