Windows SQLYog连接不上VMbox Ubuntu2204 的Mysql解决方法

Windows SQLYog连接不上VMbox Ubuntu2204 的Mysql解决方法

解决方法:

1、先检查以下mysql的端口状态

bash 复制代码
netstat -anp|grep mysql


如果显示127.0.0.1:3306 则说明需要修改,若为: : :3306,则不用。

在**/etc/mysql/mysql.conf.d/mysqld.cnf**,找到下面这部分,然后注释掉即可。

Instead of skip-networking the default is now to listen only on

localhost which is more compatible and is not less secure.

bind-address = 127.0.0.1

bash 复制代码
#

# The MySQL database server configuration file.

#

# One can use all long options that the program supports.

# Run program with --help to get a list of available options and with

# --print-defaults to see which it would actually understand and use.

#

# For explanations see

# http://dev.mysql.com/doc/mysql/en/server-system-variables.html



# Here is entries for some specific programs

# The following values assume you have at least 32M ram



[mysqld]

#

# * Basic Settings

#

user		= mysql

# pid-file	= /var/run/mysqld/mysqld.pid

# socket	= /var/run/mysqld/mysqld.sock

# port		= 3306

# datadir	= /var/lib/mysql





# If MySQL is running as a replication slave, this should be

# changed. Ref https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_tmpdir

# tmpdir		= /tmp

#

# Instead of skip-networking the default is now to listen only on

# localhost which is more compatible and is not less secure.

#bind-address		= 127.0.0.1

mysqlx-bind-address	= 127.0.0.1

#

# * Fine Tuning

#

key_buffer_size		= 16M

# max_allowed_packet	= 64M

# thread_stack		= 256K



# thread_cache_size       = -1



# This replaces the startup script and checks MyISAM tables if needed

# the first time they are touched

myisam-recover-options  = BACKUP



# max_connections        = 151



# table_open_cache       = 4000



#

# * Logging and Replication

#

# Both location gets rotated by the cronjob.

#

# Log all queries

# Be aware that this log type is a performance killer.

# general_log_file        = /var/log/mysql/query.log

# general_log             = 1

#

# Error log - should be very few entries.

#

log_error = /var/log/mysql/error.log

#

# Here you can see queries with especially long duration

# slow_query_log		= 1

# slow_query_log_file	= /var/log/mysql/mysql-slow.log

# long_query_time = 2

# log-queries-not-using-indexes

#

# The following can be used as easy to replay backup logs or for replication.

# note: if you are setting up a replication slave, see README.Debian about

#       other settings you may need to change.

# server-id		= 1

# log_bin			= /var/log/mysql/mysql-bin.log

# binlog_expire_logs_seconds	= 2592000

max_binlog_size   = 100M

# binlog_do_db		= include_database_name

# binlog_ignore_db	= include_database_name
相关推荐
disanleya1 小时前
MySQL数据库安装后,如何设置自动化备份策略?
mysql
C嘎嘎嵌入式开发2 小时前
(13)100天python从入门到拿捏《目录操作》
windows·python·microsoft
奥尔特星云大使2 小时前
mysql高可用架构之MHA部署(二)VIP漂移(保姆级)
android·mysql·架构·mha·ip漂移
-Xie-2 小时前
Mysql杂志(三十一)——Join连接算法与子查询、排序优化
数据库·mysql
程序新视界3 小时前
在连表查询场景下,MySQL隐式转换存在的坑
数据库·mysql·dba
咋吃都不胖lyh3 小时前
MySQL 与Power BI 的作用,以及在数据分析中扮演的角色
mysql·数据分析·powerbi
爱隐身的官人3 小时前
PWN环境配置
windows·pwn·ctf
瓯雅爱分享10 小时前
Java+Vue构建的采购招投标一体化管理系统,集成招标计划、投标审核、在线竞价、中标公示及合同跟踪功能,附完整源码,助力企业实现采购全流程自动化与规范化
java·mysql·vue·软件工程·源代码管理
咋吃都不胖lyh13 小时前
SQL-多对多关系
android·mysql·数据分析
哲Zheᗜe༘15 小时前
了解学习MySQL数据库基础
数据库·学习·mysql