Details for SQLyog

the_king_dollars

New Member
Messages
153
Reaction score
0
Points
0
As my phpMyAdmin doesn't work. I want to use SQLyog. But I don't know the details.
So can you please tell me what to input for the details? Here is what I need:
Username:
Password:
Host:
Port:
Database:
P.S. For the host, don't just tell me "localhost", I'm using the software directly from a computer. (Not using a webserver.)
 

mattyranks

New Member
Messages
156
Reaction score
0
Points
0
well to start with the databases are only (i think) accessible via localhost ON the WEB SERVER for security; so you won't be able to do it from home
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Eh i think its admins only i dunno
 

Simie

PHP PRO
Messages
360
Reaction score
0
Points
0
You have to add your IP address to the allowed connections thing in cPanel.
Screeny:
accesshostshk7.jpg


Username: The username, like "tkd_USERNAME"
Password: the database password
Host: You're domain name
Port: Leave default
Database: The database, like "tkd_DATABASE"


Hope this helps :)
 
Last edited:

the_king_dollars

New Member
Messages
153
Reaction score
0
Points
0
It didn't work for me. I tried one of my usernames and my main one 'tkd' . None worked. Do you know what should I change?
Thank you anyway.
 
Last edited:

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
Use this:

Username: The username, like "YOURCPANELUSERNAME_YOURDBUSERNAME"
Password: the database password
Host: You're domain name
Port: Leave default
Database: The database, like "YOURCPANELUSERNAME_YOURDATABASENAME"
 

t2t2t

New Member
Messages
690
Reaction score
0
Points
0
Cpanel -> MySQL databases -> Access Hosts (pretty bottom, above phpMyAdmin link) -> Add there your IP (don't know? Click Here)
 

dest581

New Member
Messages
348
Reaction score
0
Points
0
And if that doesn't work, just upload a copy of phpmyadmin to your site (password protect it or something). That copy will work.
 
Top