jd2007 Posted August 7, 2007 Share Posted August 7, 2007 Is it possible to lock a mysql database with a password ? Link to comment https://forums.phpfreaks.com/topic/63659-is-it-possible-to-lock-a-mysql-database-with-a-password/ Share on other sites More sharing options...
cooldude832 Posted August 7, 2007 Share Posted August 7, 2007 yes you have to set up your database to only allow users to access it via password access and you are all set. Link to comment https://forums.phpfreaks.com/topic/63659-is-it-possible-to-lock-a-mysql-database-with-a-password/#findComment-317253 Share on other sites More sharing options...
jd2007 Posted August 7, 2007 Author Share Posted August 7, 2007 how to do that ? Link to comment https://forums.phpfreaks.com/topic/63659-is-it-possible-to-lock-a-mysql-database-with-a-password/#findComment-317263 Share on other sites More sharing options...
cooldude832 Posted August 7, 2007 Share Posted August 7, 2007 First show us your php info make a file on your server called info.php with this in it <?php php_info(); ?> Send us a link to it. Secondly how ever you make your MySQL tables/databases (most people use a GUI in browser through their hosting company) make your databases require a login and make users that have usernames/passwords. You will need to supply this information when preforming a database connection in your scripts. Link to comment https://forums.phpfreaks.com/topic/63659-is-it-possible-to-lock-a-mysql-database-with-a-password/#findComment-317265 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.