Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

Mysql lưu trữ dữ liệu ở đâu?

Từ tại đây :

Windows

  1. Tìm my.ini, lưu trữ trong thư mục cài đặt MySQL.

Ví dụ, C:\Program Files\MySQL\MySQL Server 5.1\my.ini

  1. Mở “my.ini” bằng trình chỉnh sửa văn bản ưu tiên của chúng tôi.
#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:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.1/Data/"

Tìm “datadir” , đây là nơi MySQL lưu trữ dữ liệu trong Windows.

Linux

  1. Định vị my.cnf bằng lệnh find / -name my.cnf.
[email protected]:~$ find / -name my.cnf
find: /home/lost+found: Permission denied
find: /lost+found: Permission denied
/etc/mysql/my.cnf
  1. Xem my.cnf tệp như sau:cat /etc/mysql/my.cnf
[email protected]:~$ cat /etc/mysql/my.cnf
#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
# 
[mysqld]
#
# * Basic Settings
#
user   = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket  = /var/run/mysqld/mysqld.sock
port   = 3306
basedir  = /usr
datadir  = /var/lib/mysql
tmpdir  = /tmp
language = /usr/share/mysql/english
skip-external-locking
  1. Tìm “datadir” , đây là nơi MySQL lưu trữ dữ liệu trong hệ thống Linux.


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Kiểm tra xem cơ sở dữ liệu có tồn tại (MySQL) hay không và nếu không tạo nó bằng PHP

  2. Thứ tự tìm kiếm toàn văn bản MYSQL theo mức độ liên quan

  3. PHP / MySQL - thuật toán được xếp hạng cao nhất

  4. Laravel Eloquent THAM GIA TRÁI Ở ĐÂU KHÔNG ĐỦ

  5. Truy vấn chèn MySQL không hoạt động với mệnh đề WHERE