Re: MySQL Error Number 2003
Posted by:
molo lo
Date: August 16, 2022 09:07PM
$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 15
Server version: 8.0.30 MySQL Community Server - GPL
Copyright (c) 2000, 2022, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
Server version: 8.0.30
So, my MySQL CentOS should be 8.0.30.
I have already tried all of the following things, but still failed:
1. /etc/my.cnf
[mysqld]
bind-address = 0.0.0.0
2. chmod 777 my.cnf
3. I couldn't telnet <my CentOS MySQL server> 3306
4. I can ping <my CentOS MySQL server> from my windows 10 PC.
5. I can login my CentOS MySQL through putty.
I have tried nearly every thing that Google Search suggests but still could not telnet to my 3306.
Can you help me?
Subject
Written By
Posted
Re: MySQL Error Number 2003
August 16, 2022 09:07PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.