Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I am at a loss with this because im not quite sure if google scans mysql, if so then how can i stop google from scanning the records/information

please help
Posted

Google doesn't scan into databases. That's not the way it's designed. It uses web spiders to crawl over web pages, so if you aren't exposing your data over the web then it's not going to be scanned. If you are exposing the data via web pages, then you can choose to implement a robots.txt file and tell the search engine not to index your site, but if the data is sensitive then I'd suggest that you really should consider protecting any such pages behind logins.
 
Share this answer
 
Comments
Marc A. Brown 4-May-11 13:51pm    
Great answer.
22Aman 4-May-11 13:53pm    
Thnx Pete
it makes sense now
search on google robots.txt and set it to allow to read certain part of your website. You might have .sql file in some places, where its open on the web... Other then that, google can't read your database.

Good Luck
 
Share this answer
 
Comments
Pete O'Hanlon 4-May-11 14:06pm    
Unless you explicitly link to the .sql file from a web page, Google won't reach it. It can't magically infer things - more importantly, Google doesn't read databases; well not yet anyway.
22Aman 4-May-11 14:29pm    
Thnx Bhattr...i was just worried in some places i do have sensitive data and didnt want to take a risk
If the data in the database is viewable view a standard webcrawl, you may have issues though. Does your site require a login?
 
Share this answer
 
Comments
22Aman 4-May-11 15:26pm    
no log-in, basically im a travel agent so the data the client searches is viewable
wizardzz 4-May-11 15:28pm    
Ok, do you don't want the data on the pages that the client searches to, to be indexed by google?
22Aman 4-May-11 15:36pm    
i dont mind google to scan the sql file im showing, however i dont want it to go further from that file in mysql...and the other thing is, is there a possibility that google makes this info available to everyone, and would there be a possibility that it could be injected by hackers...if so help!!!
wizardzz 4-May-11 15:39pm    
Unless you follow proper procedures, there is always a chance of sql injection attacks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900