PDA

View Full Version : Install MySQL and granting privileges


prp
4-13-03, 08:36 PM
I'm interested in certain resources that require MySQL installed. How do I install MySql for my CGI program? How do I grant privileges after the installation?

Thanks,
prp

B&T
4-13-03, 08:42 PM
go in ops to the package/billing tab and sign up for MySQL for $10. Then you can set up users (up to 3) for your DB giving them what ever permissions are needed for your application. Then you take those parameters (server, dbname, user, password) and put them in your script where it asks for them. most scripts will give you instructions on what to do with the info and setting up the required table in the DB.