MySQL Forums
Forum List  »  Newbie

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?

Options: ReplyQuote


Subject
Written By
Posted
August 16, 2022 03:14AM
August 16, 2022 03:16AM
August 16, 2022 10:27AM
Re: MySQL Error Number 2003
August 16, 2022 09:07PM
August 16, 2022 09:29PM
August 16, 2022 10:33PM
August 16, 2022 10:37PM
August 17, 2022 10:08AM
August 18, 2022 01:13AM
August 18, 2022 10:02PM


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.