Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/72.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/apache-flex/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何从brew info mysql中删除mysql实例_Mysql_Macos_Homebrew - Fatal编程技术网

如何从brew info mysql中删除mysql实例

如何从brew info mysql中删除mysql实例,mysql,macos,homebrew,Mysql,Macos,Homebrew,我正试图从我的MacBookPro中删除mysql,从全新开始 我遵循了关于如何删除mysql的所有实例和文件的指南,但是如果我运行 brew info mysql 我仍然可以获得mysql 8.0的相关信息,如下所示:- mysql: stable 8.0.12 (bottled) Open source relational database management system https://dev.mysql.com/doc/refman/8.0/en/ Conflicts with:

我正试图从我的MacBookPro中删除mysql,从全新开始

我遵循了关于如何删除mysql的所有实例和文件的指南,但是如果我运行

brew info mysql
我仍然可以获得mysql 8.0的相关信息,如下所示:-

mysql: stable 8.0.12 (bottled)
Open source relational database management system
https://dev.mysql.com/doc/refman/8.0/en/
Conflicts with:
mariadb (because mysql, mariadb, and percona install the same 
binaries.)
mariadb-connector-c (because both install plugins)
mysql-cluster (because mysql, mariadb, and percona install the same 
binaries.)
mysql-connector-c (because both install MySQL client libraries)
percona-server (because mysql, mariadb, and percona install the same 
binaries.)
Not installed
From: https://github.com/Homebrew/homebrew- 
core/blob/master/Formula/mysql.rb
==> Dependencies
Build: cmake ✘
Required: openssl ✘
==> Requirements
Required: macOS >= 10.10 ✔
==> Options
--with-debug
Build with debug support
--with-embedded
Build the embedded server
--with-local-infile
Build with local infile loading support
--with-memcached
Build with InnoDB Memcached plugin
--with-test
Build with unit tests
==> Caveats
We've installed your MySQL database without a root password. To secure 
it run:
mysql_secure_installation

MySQL is configured to only allow connections from localhost by default

To connect run:
mysql -uroot

To have launchd start mysql now and restart at login:
brew services start mysql
Or, if you don't want/need a background service you can just run:
mysql.server start
==> Analytics
install: 66,127 (30d), 215,889 (90d), 794,987 (365d)
install_on_request: 61,289 (30d), 185,026 (90d), 647,998 (365d)
build_error: 444 (30d)

我如何才能完全删除这个?谢谢你的帮助

mysql已经卸载。在输出的中间看到这些行:

Not installed
From: https://github.com/Homebrew/homebrew-
core/blob/master/Formula/mysql.rb

Homebrew正在从GitHub远程获取有关mysql依赖关系和使用情况的信息。我也没有安装mysql,在运行
brew info mysql
时得到相同的输出。如果您尝试从命令行运行
mysql
,应该会得到
-bash:mysql:command-not-found

mysql已经卸载。在输出的中间看到这些行:

Not installed
From: https://github.com/Homebrew/homebrew-
core/blob/master/Formula/mysql.rb

Homebrew正在从GitHub远程获取有关mysql依赖关系和使用情况的信息。我也没有安装mysql,在运行
brew info mysql
时得到相同的输出。如果您尝试从命令行运行
mysql
,应该会得到
-bash:mysql:command-not-found

谢谢!我在发帖后也意识到了这一点,但谢谢你为我确认。谢谢!我在发帖后也意识到了这一点,但谢谢你为我确认。