Skip to main content

Posts

Showing posts with the label lan

how to remote database mysql XAMPP from another computer?

the script of connection = <? $server = "192.168.0.167"; $username = "root"; $password = ""; $database = "dbbook"; mysql_connect($server,$username,$password) or die("Koneksi gagal"); mysql_select_db($database) or die("Database tidak bisa dibuka"); ?> and i had add this script on my.cnf file after [mysqld] = bind-address=192.168.0.167 but it didnt work with the following caption mycomputer.mshome.net is not allowed to connect to this Mysql server Please help me.How to remote database mysql XAMPP from another computer ?

Android tether, enable USB and LAN connection

I tether my 3G connection from my Android to my work PC but when I connect it, I lose connection to all my work things like database, mail, communicator, etc. I saw this question but I can't figure out how to route it, my route print is like this: The IP that gives me the Android app is 10.0.0.1 (Tether application by ClockWorkMod) Thanks for your help.