mysql data文件夹位置查找

时间:2024-01-15 08:20:38 

找到自己的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文件夹
0
投稿

猜你喜欢

  • 基于鼠标点击跟踪的用户点击行为分析

    2008-04-24 19:22:00
  • pytorch 实现在预训练模型的 input上增减通道

    2023-12-02 00:49:33
  • Python自定义函数计算给定日期是该年第几天的方法示例

    2021-07-25 02:38:10
  • MySQL 中行转列的方法

    2024-01-25 23:55:59
  • 解决idea打开窗口/tab过多导致隐藏的问题

    2022-12-29 10:45:42
  • python global和nonlocal用法解析

    2022-05-17 02:56:17
  • python机器基础逻辑回归与非监督学习

    2023-03-17 03:59:05
  • python字典值排序并取出前n个key值的方法

    2021-08-09 22:16:44
  • Python 八个数据清洗实例代码详解

    2022-12-08 23:50:36
  • python文件操作的基础详细讲解(write、read、readlines、readline)

    2021-04-05 19:31:44
  • python语言线程标准库threading.local解读总结

    2023-12-22 18:18:07
  • 利用Python开发一个自动答题程序

    2022-12-31 10:33:16
  • Python redis操作实例分析【连接、管道、发布和订阅等】

    2022-07-18 17:56:40
  • MySQL服务器 IO 100%的分析与优化方案

    2024-01-24 08:34:10
  • python的numpy模块安装不成功简单解决方法总结

    2022-10-23 18:33:15
  • 引用其它js时如何同时处理多个window.onload事件

    2024-04-16 10:31:47
  • PHP实现判断二叉树是否对称的方法

    2023-06-28 13:24:10
  • vue3动态路由刷新后空白或者404问题的解决

    2023-07-02 16:58:39
  • js 点击a标签 获取a的自定义属性方法

    2024-04-16 10:33:02
  • CSS实现垂直居中的5种方法

    2009-03-04 12:53:00
  • asp之家 网络编程 m.aspxhome.com