How to find my mysql details?

Status
Not open for further replies.

friend96

New Member
Messages
1
Reaction score
0
Points
1
So I am using a social website script, on a free x10.mx host. So they ask me for my database host. It is not mentioned in my cpanel. Where can I find my database details?
I am new to this.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
The host is "localhost"

If the script creates the database and user, that is all you need.

If the script needs you to have the database and user already created, go to cPanel --> Databases section --> mySQL Databases

  1. Create a database. If you call it "foo", note that the real name is yourUserName_foo
  2. Create a user. If you call it "foo", note that the real name is yourUserName_foo . Write down the password.
  3. Add the user to the database with ALL PRIVILIGES checked when the popup comes up.
 
Status
Not open for further replies.
Top