jd2007 Posted August 7, 2007 Share Posted August 7, 2007 Is it possible to lock a mysql database with a password ? Quote 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. Quote 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 ? Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.