how do I get my msql database to do something?

jamie99

New Member
Messages
7
Reaction score
0
Points
0
I have created a mysql database in my cpanel and added myself as a user. How do I now edit the database, add tables, queries, etc?

Thanks
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
this is not the section to request help.

please post in the Programming Help section.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
cPanel --> phpMyAdmin
Your database should be listen in the left margin, just above "information_schema"
Click on the name
Screen you end up on has space to creat, edit tables. You can add entries and rus SQL queries on the tables.
Or, you could do it from a php or perl script.
 
Top