php - Remote connect to database at demo.phpmyadmin.net? -


i teach little php , sql , students temporarily connect database have testet on demo.phpmyadmin.net, done using:

  $username = "root";   $password = "";   $hostname = "192.168.30.23"; 

if doesn't seem work me. :)


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -