Is there a way to access the database that is using an ip address?
Question by ci c: Is there a way to access the database that is using an ip address?
Ok.. So if i have the ip address of where someone is hosting a website is there a way i can access the database?
I would like to look into the SQL that its using. I already have the ip i just need to find out how to get into the database.
thanks jared alot…i would love to learn more about accessing the database…. if you have the time could you hit me up on aim?
cicicicico
-thats my aim name.
thanks
Best answer:
Answer by ItsJareds
No. It is possible to find the IP address of every web site you go to. This is the principle of the Domain Name System (DNS).
It would be a HUGE security issue If you were able to access a site’s database (DB) from just their IP address. If that were the case, I could view Google’s database and find user passwords for GMail. It just isn’t possible from an outsider’s standpoint.
However, if you have the necessary items to view a databse, you should be able to access, read, and modify a database.
You need the domain name of the SQL server (usually mysql.example.com), the DB username, and the DB password. You can make a connection to a database through a scripting language such as PHP.
W3Schools has a great tutorial on PHP and MySQL interconnecting. Here’s the link:
http://www.w3schools.com/PHP/php_mysql_intro.asp
Add your own answer in the comments!
Recent Comments