forums › forums › SQLyog › Using SQLyog › Can't connect help me
- This topic is empty.
-
AuthorPosts
-
-
September 12, 2003 at 5:45 pm #8164AnonymousGuest
Hello,
I'm having trouble trying to connect to mysql database. i'm getting Error code 2005. (Uknown mysql server host [email protected] (11004) ) does port number matter mine is 3306
I'm not sure what the address to mysql database on my host is. Is this something i should request from my host? is there a documentation on this software.
-Shaydez
-
September 12, 2003 at 6:52 pm #14897CalEvansMember
Greetings:
1: Port Number does matter. 3306 is the default biut you need to make sure you check with your system administrator (your host) to confirm.
2: The address you need to log in with is your login It will add @yourmachine and try to log you in.
3: It sounds like from your description that the machine you are trying to connect to is not running Mysql. If it is running mysql then it may be running it on a different port or not allowing it to connect to the IP address you are trying to use.
Suggestions:
1: Contact your host and find out the ip address or machine name you need to connect to:
2: Find out your login and password
3: Try connecting again.
Documentation for mysql can be found at http://www.mysql.com
HTH,
=C=
-
September 12, 2003 at 7:12 pm #14898AnonymousGuest
Well i defenitly know my host has mysql. i work with it all the time.
they told me all i have to do is put in the localhost and domain name and all ports are standard but i'm still having trouble connecting.. same error message
i'm trying
localhost:domainname.com
domainname.com@localhost
domainname.com:localhost
anything possible.. is any of this correct.
-
September 15, 2003 at 11:21 am #14899ShadowMember
You need the exact name of the computer that runs MySql and the port number it listens to, your ISP should provide these information upon request. That “[email protected]” seems to be a user name to me, rather than a computer name. It should be: your_username@your_computername or (if you have a permanent IP address) your_username@your_IPAdress.
-
-
AuthorPosts
- You must be logged in to reply to this topic.