MySQL Server Quick Question

Status
Not open for further replies.

pgreviews12

New Member
Messages
7
Reaction score
0
Points
0
Hey support guys,

Quick questions: What is the hostname/username/password/scheme for my database so I can connect to it through MySQL Query Browser?

Thanks :)

-Jaxo
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello,

Here are the main details for setting up a MySQL database connection. You should have created the database in cPanel first.
- Host = [ localhost ]
- Port = [ 3306 ]
- User = [ Your cPanel username + underscore + MySQL username you configured in cPanel (eg., jdoe_mysql) ]
- Pass = [ The password you set up in cPanel ]
- Database = [ Your cPanel username + underscore + database name you set up from cPanel ]

If you have any questions, let me know.
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
Quick note, if by MySQL Query Browser you mean something on your home system, you won't be able to - x10hosting doesn't allow Remote MySQL so you'll want to use PHPMyAdmin in cpanel to administer/edit your databases directly.
 

pgreviews12

New Member
Messages
7
Reaction score
0
Points
0
Quick note, if by MySQL Query Browser you mean something on your home system, you won't be able to - x10hosting doesn't allow Remote MySQL so you'll want to use PHPMyAdmin in cpanel to administer/edit your databases directly.
Ahh I see. :( Thanks though guys, no wonder it wasn't working xD
 
Status
Not open for further replies.
Top