SQL Cannot connect to database server
up vote
1
down vote
favorite
Currently I have been working with MySQL
on Mac OSX
. I have MySql Workbench
and MySql
installed, along with commands on Terminal, but every time I try to open a database it comes up with this:
Could someone explain what I have done wrong? I have tried everything (commands, reinstalling MySQL
...)
mysql connection
add a comment |
up vote
1
down vote
favorite
Currently I have been working with MySQL
on Mac OSX
. I have MySql Workbench
and MySql
installed, along with commands on Terminal, but every time I try to open a database it comes up with this:
Could someone explain what I have done wrong? I have tried everything (commands, reinstalling MySQL
...)
mysql connection
Do you meanMysql
? i see dolphin there.. Sql are just language.. Not database..
– dwir182
Nov 13 at 7:12
The error occurs on MySQL, sorry for not adding that
– owensteel
Nov 13 at 7:14
Do you already tried do that error solver show?
– dwir182
Nov 13 at 7:15
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Currently I have been working with MySQL
on Mac OSX
. I have MySql Workbench
and MySql
installed, along with commands on Terminal, but every time I try to open a database it comes up with this:
Could someone explain what I have done wrong? I have tried everything (commands, reinstalling MySQL
...)
mysql connection
Currently I have been working with MySQL
on Mac OSX
. I have MySql Workbench
and MySql
installed, along with commands on Terminal, but every time I try to open a database it comes up with this:
Could someone explain what I have done wrong? I have tried everything (commands, reinstalling MySQL
...)
mysql connection
mysql connection
edited Nov 13 at 7:27
jarlh
27.9k52137
27.9k52137
asked Nov 13 at 7:10
owensteel
316
316
Do you meanMysql
? i see dolphin there.. Sql are just language.. Not database..
– dwir182
Nov 13 at 7:12
The error occurs on MySQL, sorry for not adding that
– owensteel
Nov 13 at 7:14
Do you already tried do that error solver show?
– dwir182
Nov 13 at 7:15
add a comment |
Do you meanMysql
? i see dolphin there.. Sql are just language.. Not database..
– dwir182
Nov 13 at 7:12
The error occurs on MySQL, sorry for not adding that
– owensteel
Nov 13 at 7:14
Do you already tried do that error solver show?
– dwir182
Nov 13 at 7:15
Do you mean
Mysql
? i see dolphin there.. Sql are just language.. Not database..– dwir182
Nov 13 at 7:12
Do you mean
Mysql
? i see dolphin there.. Sql are just language.. Not database..– dwir182
Nov 13 at 7:12
The error occurs on MySQL, sorry for not adding that
– owensteel
Nov 13 at 7:14
The error occurs on MySQL, sorry for not adding that
– owensteel
Nov 13 at 7:14
Do you already tried do that error solver show?
– dwir182
Nov 13 at 7:15
Do you already tried do that error solver show?
– dwir182
Nov 13 at 7:15
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
There is a mistake in ip address . make sure you use correct format. if you use it locally give "127.0.0.1:3306" or "localhost:3306"
add a comment |
up vote
0
down vote
"8.0.13:3306" is not a legal "ip:port" format, make sure you've entered a correct IP address such as "10.8.0.13:3306"
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
There is a mistake in ip address . make sure you use correct format. if you use it locally give "127.0.0.1:3306" or "localhost:3306"
add a comment |
up vote
1
down vote
accepted
There is a mistake in ip address . make sure you use correct format. if you use it locally give "127.0.0.1:3306" or "localhost:3306"
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
There is a mistake in ip address . make sure you use correct format. if you use it locally give "127.0.0.1:3306" or "localhost:3306"
There is a mistake in ip address . make sure you use correct format. if you use it locally give "127.0.0.1:3306" or "localhost:3306"
answered Nov 13 at 7:33
Arul Suju
818
818
add a comment |
add a comment |
up vote
0
down vote
"8.0.13:3306" is not a legal "ip:port" format, make sure you've entered a correct IP address such as "10.8.0.13:3306"
add a comment |
up vote
0
down vote
"8.0.13:3306" is not a legal "ip:port" format, make sure you've entered a correct IP address such as "10.8.0.13:3306"
add a comment |
up vote
0
down vote
up vote
0
down vote
"8.0.13:3306" is not a legal "ip:port" format, make sure you've entered a correct IP address such as "10.8.0.13:3306"
"8.0.13:3306" is not a legal "ip:port" format, make sure you've entered a correct IP address such as "10.8.0.13:3306"
answered Nov 13 at 7:30
Nonskill_CAT
11
11
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53275642%2fsql-cannot-connect-to-database-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you mean
Mysql
? i see dolphin there.. Sql are just language.. Not database..– dwir182
Nov 13 at 7:12
The error occurs on MySQL, sorry for not adding that
– owensteel
Nov 13 at 7:14
Do you already tried do that error solver show?
– dwir182
Nov 13 at 7:15