如何忽略path影响.使用文件夹bin下的命令-环境变量
程序员文章站
2022-04-07 14:53:52
...
文章目录
失败
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一样?失败?
上一篇: 网站怎么利用互联网热点快速提升点击量?