方式一: 打开mysql客户端(1)
如何查看mysql的安装路径两种方式
(2)
如何查看mysql的安装路径两种方式
(3)
进入mysql命令行输入:show variables like “%char%”;如何查看mysql的安装路径两种方式
方式二:

执行查询语句: select @@basedir as basePath from DUAL

如何查看mysql的安装路径两种方式

相关文章:

  • 2022-12-23
  • 2021-11-08
  • 2022-03-02
猜你喜欢
  • 2021-04-26
  • 2021-12-09
  • 2021-06-19
  • 2021-12-08
相关资源
相似解决方案