我使用的是 Ubuntu 20.04 版本。我已经安装了 MySQL 服务器apt-get install mysql-server
并用于mysql_secure_installation
安全性。然后我使用 .php 安装了 phpMyAdmin apt-get install phpmyadmin
。
打开 phpMyAdmin 的状态选项卡显示This MySQL server works as master in replication process
谁能帮我停止这个复制过程?my.cnf
我在配置文件中没有发现有关此复制的任何信息。
我的.cnf 文件
The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# 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
#
# * IMPORTANT: Additional settings that can override those from this file!
# The files must end with '.cnf', otherwise they'll be ignored.
#
!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mysql.conf.d/