寻找mysql的data文件夹的方式_MySQL
程序员文章站
2022-06-03 12:36:10
...
bitsCN.com
寻找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
下一篇: PHP 检测进程是否存在,该怎么处理