在 xampp 的 computer/pc/local 目录中存储的 localhost 服务器中创建的数据库在哪里?
Posted
技术标签:
【中文标题】在 xampp 的 computer/pc/local 目录中存储的 localhost 服务器中创建的数据库在哪里?【英文标题】:Where is the database which is created in localhost server stored in computer/pc/local directory in xampp? 【发布时间】:2018-03-02 08:08:50 【问题描述】:我在 xampp 服务器中创建了几个数据库,现在我的 xampp 无法正常工作。我想备份那些数据库。我还没有卸载 xampp,但我想卸载它以重新安装。我需要知道数据库在我的电脑驱动器中的存储位置。
【问题讨论】:
What is the exact location of mysql database tables in XAMPP folder?的可能重复 where does MySQL store database files?的可能重复 【参考方案1】:你的数据库在这个目录 C:\xampp\mysql\data
【讨论】:
【参考方案2】:在 mySQL 中使用这个命令:
mysql> select @@datadir;
【讨论】:
以上是关于在 xampp 的 computer/pc/local 目录中存储的 localhost 服务器中创建的数据库在哪里?的主要内容,如果未能解决你的问题,请参考以下文章
xampp中的perl文件夹有啥用,为啥它包含在xampp中? [关闭]
在 MacOs Mojave 上找不到 XAMPP 的 httpd-xampp.conf 文件