kentish Posted June 17, 2003 Share Posted June 17, 2003 Hiya. How do i set up the username and p/w on a new mysql db? Many thanks in advance for your help. Kind regards Andrew Quote Link to comment Share on other sites More sharing options...
rhysmeister Posted June 24, 2003 Share Posted June 24, 2003 You can do this by using the GRANT statement i.e. GRANT ALL PRIVILEGES ON *.* to \'username@localhost\' IDENTIFIED BY \'password\'; There are various variations on this depending on what you want to do. FOr a full explanation check out... http://www.mysql.com/doc/en/Adding_users.html Quote Link to comment 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.