如何忽略path影响.使用文件夹bin下的命令-环境变量

文章目录

失败

G:\Program Files\mysql-8.0.14-winx64\bin>"G:\Program Files\mysql-8.0.14-winx64\bin\mysql.exe" -uroot -p
Enter password: *****
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 13
Server version: 8.0.18 MySQL Community Server - GPL

Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.

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> show databases;
+--------------------+
| Database           |
+--------------------+
| github             |
| information_schema |
| mysql              |
| performance_schema |
| petclinic          |
| sys                |
+--------------------+
6 rows in set (0.00 sec)

结果和本地mysql一样?失败?

发布了65 篇原创文章 · 获赞 16 · 访问量 5061

猜你喜欢

转载自blog.csdn.net/gwdfff/article/details/103911145