欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

通过Mysql语句得到mysql安装路径_MySQL

程序员文章站 2022-03-07 14:44:42
...
bitsCN.com
1、通过Mysql语句得到mysql安装路径:
select @@basedir as basePath from dual


2、通过dos命令将库导出,要到mysql安装目录bin下:
C:/Program Files/MySQL/MySQL Server 5.0/bin>mysqldump.exe -u root -p test > a.txt bitsCN.com
相关标签: mysql 安装