You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like an interesting project but it lacks some documentation. Not sure if I understood what it does:
Is it supposed to connect to a mysql server through its phpmyadmin web interface? (if YES, that would be great)
Or is this simply for connecting to a mysql server in the usual direct way (NOT using a phpadmin web interface).
If above answer is YES, could you provide a couple of usage examples?
how to run small queries (SELECT, INSERT, UPDATE, DELETE)
is it possible to upload a big database dump file through phpmyadmin interface?
Thanks
The text was updated successfully, but these errors were encountered:
Yeah it's supposed to connect via phpmyadmin and the direct way...but I had trouble writing the correct code to verify if phpmyadmin is installed in remote host..
1.There multiple OS's out there
2.Is there a way to verify Phpmyadmin is installed without causing security issues
I understand your python script intended to run on your local machine, but to connect to a remote phpmyadmin web interface. Correct?
In such scenario, you already know phpmyadmin is installed there. Why do you need to verify?
I must be misunderstanding something.
This looks like an interesting project but it lacks some documentation. Not sure if I understood what it does:
Is it supposed to connect to a mysql server through its phpmyadmin web interface? (if YES, that would be great)
Or is this simply for connecting to a mysql server in the usual direct way (NOT using a phpadmin web interface).
If above answer is YES, could you provide a couple of usage examples?
Thanks
The text was updated successfully, but these errors were encountered: