Why table data is not passed to MySQL server

48 views Asked by At

I was trying to login to a site (based on apache2 mysql-server php5-mysql php5 libapache2-mod-php5 ) from a local host . It was a docker project.When i start the container , i am able to access the login page,but I cannot access it with username and password.

When I am trying to display the databases and tables ,it shows all of them,but for the query to display table data,it gives empty set as the output. But when I access the Project code,MySQL file hold the data .What is causing this problem. How to rectify it?

I am running docker inside Ubuntu distro on WSL2 windows 10.

0

There are 0 answers