All Questions
Tagged with mysql-error-2003 mysql
37 questions
0
votes
0
answers
49
views
I missed an access to MySQL root account
I missed an access to my root account in MySQL. I can't see my databases and create new databases.
C:\Program Files\MySQL\MySQL Server 8.0\bin>mysql -u root ERROR 2003
(HY000): Can't connect to ...
-2
votes
1
answer
289
views
Why am I getting MySQL 2003 error: Connection refused error?
I know that this is likely not the right place to ask this question but I am at a loss as to where else to go. I signed up on remotemysql.com to create a (free) database. The data that I store in ...
0
votes
1
answer
548
views
Docker mariadb 111 error trying to connect
I have two instances of mariadb that I am trying to run (I need one for backwards compatibility). Here is the docker-compose.yml for both of them:
db:
container_name: db
image: mariadb:...
0
votes
1
answer
3k
views
Errors while trying to upgrade MySQL server from 5.7 to 8.0 on Ubuntu 18.04
I don't know if I am not doing something correctly or if some flaw is occurring that I can't see. Below are the steps I am taking to try to set up the server but I must be missing something.
1)Add ...
2
votes
0
answers
648
views
Remote acess to MySql 5.7 does not working
Hi guys I have a situation where I need that my Web Application, hosted in some other machine, access my local MySql Server Instance. My string connection looks like
mysql://<user>:<...
0
votes
1
answer
181
views
Python MySQL-Connector: Error #2003
I'm making a PyGO-BOT, and going to make integration with MySQL.
While connecting to the server, console gave me an error:
Traceback (most recent call last):
File "F:/PyCharm/projects/vkbot/pygo.py"...
0
votes
1
answer
1k
views
Can't connect to remote MySQL server Error 2003 (HY000)
Sorry but I started this thread because I couldn't found a solution.
I'm using MySQL Router and InnoDB Cluster to deploy a sandbox cluster. I've followed the documentation see here and here , but when ...
1
vote
0
answers
265
views
How does mysqldump know what databases exist and where they are located?
THE ISSUE
This is a simple question that has a verifiable answer somewhere, I just can't seem to find it. This is a "how stuff works" type question, as opposed to a "help me fix a bug". I'm trying to ...
0
votes
1
answer
273
views
MySQL:Error 2003 lost connection from a virtual machine on the same localnetwork
Apologies for the bad english, i'm french. :D
I've been looking for an answer since approximatively 4 days, and I don't know how to fix my issue.
So:
I want to virtualize two servers using ...
3
votes
0
answers
1k
views
Getting 0KB of size file while backup mysql database using mysql dump?
Notes: I tried all questions & answers related this topic. Additionally and I tried related questions and try to solve it but not success. So please read my question thoroughly.
Relative answer ...
2
votes
3
answers
3k
views
ERROR 2003 (HY000): Can't connect to MySQL server on '....' (65)
This is the first time I am setting up a remote connection and I am doing this.
mysql -u user -password -h dbserver.dev.5bfed886-8150-4a8d-b0d5-4c7cffb5c54c.drush.in -P 11831 dbname
I get this error ...
2
votes
2
answers
18k
views
Remote Access MySQL connection error
I am trying to remotely connect to a MySQL server. I have followed advice from (1) and setup a user on the ip address I will be remotely accessing from.
user$ mysql -u TestUser -p -h 129.169.66.149
...
1
vote
1
answer
4k
views
PHP - Can't connect to a remote MySQL database
I have a MySQL database, hosted by me on a Windows server, and I would like to query it from a remote webserver. When I try to connect to the MySQL database using PHP (I know, I should be using mysqli)...
0
votes
1
answer
1k
views
Error connecting to MySQL database remotely
I have a MySQL database which I would like to connect to from a remote machine. I have commented out bind-address in /etc/mysql/my.cnf to allow remote connections. Locally on the machine I can now log ...
1
vote
0
answers
3k
views
MySQL Master-Master Data replication not working from host1 to host2; but working from host2 to host1
We have two MySQL databases set up as a master - master set ups. We have had issues replicating data from host1 to host2. I am a database management beginner.
The error log is given below
host1:/$ ...