Creation of new database

wmazeforum

New Member
Messages
2
Reaction score
0
Points
0
what am i supposed to do if i want to create a new database in the phpmyadmin using the free package
 

gomarc

Member
Messages
516
Reaction score
18
Points
18
All your databases need to be created using the cPanel -> Databases

You can use the MySQL Databases or the Wizard. Go thru all the steps (Name database, create user, give user proper privileges).

Then you can go to phpMyAdmin and access the database.

If you want to connect to this database, on your php code, you will use the credentials created above and your hostname will simply be: localhost
 
Top