br0ken Posted March 13, 2009 Share Posted March 13, 2009 Is there a way I can create a MySQL user account through PHP? This account will need to be configured with various different permissions. I wish the application I'm writing to automatically create the neccessary MySQL user accounts when it is installed. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/149266-create-mysql-user-account-through-php/ Share on other sites More sharing options...
Maq Posted March 13, 2009 Share Posted March 13, 2009 Is there a way I can create a MySQL user account through PHP? Just insert into the user table. Quote Link to comment https://forums.phpfreaks.com/topic/149266-create-mysql-user-account-through-php/#findComment-783849 Share on other sites More sharing options...
fenway Posted March 13, 2009 Share Posted March 13, 2009 Is there a way I can create a MySQL user account through PHP? Just insert into the user table. I really hope you mean using the appropriate commands, and not modifying the mysql tables directly... Quote Link to comment https://forums.phpfreaks.com/topic/149266-create-mysql-user-account-through-php/#findComment-783867 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.