how to create a databse username + password (mysql + php)?

Nathan

New member
I am creating a script to install a database + username and password to go with it. I can create a database if I have a username + password set up, but I dont know how to create a username + pass using PHP?
 
You have to use myphpadmin or a mysql program to edit and create database for your website.
 
Back
Top