Masca Posted October 29, 2007 Share Posted October 29, 2007 I have what is quite probably a stupid question, but I would like some reassurance please! I have a MySQL database. My website retrieves data from a couple of tables in this database, but nothing is ever written back to the database via the website (I have no online forms). My question is, is the data that I place in other tables within the database safe from being viewed by hackers? The information in these 'private' tables is only for my own use - I simply wish to use the database as a storage mechanism. However, the data is client sensitive, and I need to be sure that a hacker could not access it. Is the data safe from hackers purely by the fact that the website code makes no reference to these tables? If not, is there something else I can do to ensure that the data cannot be viewed by anyone other than me (via Phpmyadmin)? TIA! Link to comment https://forums.phpfreaks.com/topic/75184-database-security-probably-a-stupid-question/ Share on other sites More sharing options...
~n[EO]n~ Posted October 29, 2007 Share Posted October 29, 2007 Unless you give your database username and password to others, it is 99% safe. See this http://dev.mysql.com/doc/refman/5.0/en/security.html Securing MySQL: step-by-step http://www.securityfocus.com/infocus/1726 Link to comment https://forums.phpfreaks.com/topic/75184-database-security-probably-a-stupid-question/#findComment-380243 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.