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 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. 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... 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
Archived
This topic is now archived and is closed to further replies.