程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> 關於MYSQL數據庫 >> my.cnf文件解釋

my.cnf文件解釋

編輯:關於MYSQL數據庫
bin/sh -c 'cd /usr/local/mysql ; ./bin/safe_mysqld --user=MySQL &'
你也可以在全局文件/etc/my.cnf中為MySQL.server添加選項。典型的
`/etc/my.cnf'如下:

[MySQLd]
datadir=/usr/local/MySQL/var
socket=/var/tmp/MySQL.sock
port=3306
user=MySQL
[MySQL.server]
basedir=/usr/local/MySQL

MySQL.server腳本可以識別下列選項: datadir, basedir和pidfile。
下列表格是啟動腳本從選項中讀取的選項組:

Script Option groups
mysqld MySQLd and server
mysql.server mysql.server, MySQLd, and server
safe_mysqld mysql.server, MySQLd, and server
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved