Questions 4
It says that data has been written to the database and i gotta execute the get-data.sh to show it and count the rows.
the get-data.sh content is < docker exec mysql-db mysql -pdb_pass123 -e ‘use foo; select * from myTable’ >
It gives error because the Database is actually empty
PS: Even after reload, refresh it doesnt work, and btw later in the lab it same database works fine.