help for database

tabish3

New Member
Messages
29
Reaction score
0
Points
0
hi friends i want to create a user request forum in my site where user can submit there rerquests and it stores into a databse but i dnt know how to do this please tell me in short i want to know how to create and use a database
 

AdView

New Member
Messages
61
Reaction score
0
Points
0
To create a database do the following:
1. Login to Cpanel
2. Click one MySQL Databases (In third header from bottom)
3. Under where it says: Create New Database enter an name for the database then click create database
4. Then where it says MySQL Users enter an username and password twice for the database and click create user
5. Then where it says Add User To Database select the username and database you want to add the user to then click add
6 You then will be taken to a screen where you set permissions for the user you created earlier select the permissions you want and click make changes

To Use Database:
When you go to intstall the program it will ask for the database info just insert the database name, username and username password where requires.

Hope this helps
 
Last edited:
Top