我是靠谱客的博主 温婉墨镜,这篇文章主要介绍mysql data文件夹位置查找,现在分享给大家,希望可以做个参考。

找到自己的mysql数据库的安装位置,如下
C:\Program Files\MySQL\MySQL Server 5.1,在它里面有个的my.ini文件,寻找如下行:
[mysqld]

复制代码 代码如下:
复制代码

# The TCP/IP Port the MySQL Server will listen on
port=3306
#Path to installation directory. All paths are usually resolved relative to this.
basedir="C:/Program Files/MySQL/MySQL Server 5.1/"
#Path to the database root
datadir="C:/ProgramData/MySQL/MySQL Server 5.1/Data/"
# The default character set that will be used when a new schema or table is

最后

以上就是温婉墨镜最近收集整理的关于mysql data文件夹位置查找的全部内容,更多相关mysql内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(96)

评论列表共有 0 条评论

立即
投稿
返回
顶部