जवाबों:
इसे ट्रेस करने के लिए कोई आंतरिक MySQL कमांड नहीं है, यह थोड़ा बहुत सार है। फ़ाइल 5 (या अधिक?) स्थानों में हो सकती है, और वे सभी मान्य होंगे क्योंकि वे कैस्केडिंग लोड करते हैं।
वे डिफ़ॉल्ट स्थान हैं जिन पर MySQL दिखता है। यदि यह एक से अधिक पाया जाता है, तो यह उनमें से प्रत्येक को लोड करेगा और मान एक-दूसरे को ओवरराइड करेंगे (सूचीबद्ध क्रम में, मुझे लगता है)। इसके अलावा, --defaults-file
पैरामीटर पूरी चीज़ को ओवरराइड कर सकता है, इसलिए ... मूल रूप से, यह बट में बहुत बड़ा दर्द है।
लेकिन यह इतना भ्रामक होने के लिए धन्यवाद, यह सिर्फ /etc/my.cnf में एक अच्छा मौका है।
(यदि आप केवल मान देखना चाहते हैं: SHOW VARIABLES
लेकिन आपको ऐसा करने के लिए अनुमतियों की आवश्यकता होगी।)
/etc/init.d/mysqld restart
:।
my.cnf
में स्थित है /etc/mysql/my.cnf
।
mysql --help
और आप देखेंगे Default options are read from the following files in the given order: /etc/my.cnf /etc/mysql/my.cnf /usr/local/etc/my.cnf ~/.my.cnf
etc/mysql/my.cnf
किसी अन्य सिमिलिंक की ओर इशारा करता है /etc/alternatives/my.cnf
जो इंगित करता है etc/mysql/mysql.cnf
।
ls /etc/my.cnf /etc/mysql/my.cnf /usr/local/etc/my.cnf ~/.my.cnf
आप वास्तव में उन सभी स्थानों की सूची के लिए MySQL का "अनुरोध" कर सकते हैं जहां यह my.cnf (या विंडोज पर my.ini) की खोज करता है। हालाँकि यह SQL क्वेरी नहीं है। बल्कि, निष्पादित करें:
$ mysqladmin --help
या, पहले 5.7:
$ mysqld --help --verbose
पहली ही पंक्तियों में आपको एक संदेश मिलेगा जिसमें सभी my.cnf स्थानों की सूची दिखाई देगी। मेरी मशीन पर यह है:
Default options are read from the following files in the given order:
/etc/my.cnf
/etc/mysql/my.cnf
/usr/etc/my.cnf
~/.my.cnf
या, विंडोज पर:
Default options are read from the following files in the given order:
C:\Windows\my.ini
C:\Windows\my.cnf
C:\my.ini
C:\my.cnf
C:\Program Files\MySQL\MySQL Server 5.5\my.ini
C:\Program Files\MySQL\MySQL Server 5.5\my.cnf
हालाँकि, ध्यान दें कि ऐसा हो सकता है कि इनमें से किसी भी स्थान पर my.cnf फ़ाइल न हो । तो, आप अपने दम पर फ़ाइल बना सकते हैं - MySQL वितरण के साथ प्रदान की गई एक नमूना विन्यास फाइल का उपयोग करें (लिनक्स पर - /usr/share/mysql/*.cnf
फाइलें देखें और जो भी आपके लिए उपयुक्त हो - उसे कॉपी करें /etc/my.cnf
और फिर आवश्यकतानुसार संशोधित करें)।
इसके अलावा, ध्यान दें कि एक कमांड लाइन विकल्प भी है--defaults-file
जो my.cnf या my.ini फ़ाइल में कस्टम पथ को परिभाषित कर सकता है। उदाहरण के लिए, यह विंडोज़ पर MySQL 5.5 के लिए मामला है - यह डेटा निर्देशिका में एक my.ini फ़ाइल की ओर इशारा करता है, जो सामान्य रूप से साथ नहीं हैmysqld --help --verbose
। विंडोज पर - यह जानने के लिए कि क्या आपके लिए मामला है, सेवा गुण देखें।
अंत में, https://dev.mysql.com/doc/refman/8.0/en/option-files.html चेक करें - यह वहां पर अधिक विवरण में वर्णित है।
Default options are read from the following files in the given order: /etc/mysql/my.cnf /etc/my.cnf ~/.my.cnf
- मुझे रिवर्स ऑर्डर में पहले 2 फाइलों की उम्मीद थी।
mysqld --help --verbose
contradicts द्वारा पोस्ट की गई है जो dev.mysql.com/doc/refman/5.5/en/option-files.html में बताई गई है । संस्करण 5.6 के साथ मेरे "हाल ही में आज के" अनुभव में, वेबसाइट में जानकारी सबसे सही और प्रासंगिक है। हेल्प कमांड द्वारा दी गई फाइल लोकेशन की प्राथमिकता भ्रामक है और इससे नकारात्मक परिणाम सामने आएंगे।
आप हमेशा एक टर्मिनल में पा सकते हैं।
find / -name my.cnf
find / -name my.cnf
आपकी सबसे अच्छी शर्त है, लेकिन आप अपने घर की डायरेक्टरी और /etc/mysql/my.conf भी देख सकते हैं। आप यह भी देख सकते हैं कि आपका MYSQL_HOME echo $MYSQL_HOME
किसी टर्मिनल में टाइप करके सेट है या नहीं
~/.my.cnf
- फ़ाइल के नाम में अग्रणी बिंदु पर ध्यान दें। जब तक आप रूट नहीं होते हैं, तब तक पूरे फाइल सिस्टम पर एक खोज चलाने से आमतौर पर "अनुमति अस्वीकृत" त्रुटियों के निशान उत्पन्न होंगे। तो खोज कमांड होनी चाहिए find / -name '*my.cnf' 2>/dev/null
।
आप उपयोग कर सकते हैं :
locate my.cnf
whereis my.cnf
find . -name my.cnf
whereis
यहाँ काम नहीं करेगा; यह कमांड के अनुरूप स्थानों को खोजता है , और मनमानी फाइलें नहीं खोज सकता।
यह काम कर सकता है:
strace mysql ";" 2>&1 | grep cnf
मेरी मशीन पर यह आउटपुट:
stat64("/etc/my.cnf", 0xbf9faafc) = -1 ENOENT (No such file or directory)
stat64("/etc/mysql/my.cnf", {st_mode=S_IFREG|0644, st_size=4271, ...}) = 0
open("/etc/mysql/my.cnf", O_RDONLY|O_LARGEFILE) = 3
read(3, "# /etc/mysql/my.cnf: The global "..., 4096) = 4096
stat64("/home/xxxxx/.my.cnf", 0xbf9faafc) = -1 ENOENT (No such file or directory)
तो ऐसा लगता है कि /etc/mysql/my.cnf एक है क्योंकि यह स्टेट64 () और पढ़ा () सफल थे।
mysql --help | grep /my.cnf | xargs ls
आपको बताएगा कि my.cnf
मैक / लिनक्स पर कहां स्थित है
ls: cannot access '/etc/my.cnf': No such file or directory
ls: cannot access '~/.my.cnf': No such file or directory
/etc/mysql/my.cnf
इस मामले में, यह अंदर है /etc/mysql/my.cnf
ls: /etc/my.cnf: No such file or directory
ls: /etc/mysql/my.cnf: No such file or directory
ls: ~/.my.cnf: No such file or directory
/usr/local/etc/my.cnf
इस मामले में, यह अंदर है /usr/local/etc/my.cnf
डिफ़ॉल्ट रूप से, mysql my.cnf को सबसे पहले / etc फोल्डर में खोजें। यदि इस फ़ोल्डर के अंदर कोई /etc/my.cnf फ़ाइल नहीं है, तो मैं आपको सलाह देता हूं कि आप इस फ़ोल्डर में नया बनाएँ जैसा कि प्रलेखन द्वारा इंगित किया गया है ( https://dev.mysql.com/doc/refman/5.6/en/option -files.html )।
आप अपने mysql इंस्टॉलेशन द्वारा सुसज्जित मौजूदा my.cnf को भी खोज सकते हैं। आप निम्न कमांड लॉन्च कर सकते हैं
sudo find / -name "*.cnf"
आप myisam तालिका के साथ और बिना इनसाइड mysql सपोर्ट के साथ निम्न कॉन्फ़िगरेशन फ़ाइल का उपयोग कर सकते हैं (mac os x maverick पर mysql के पोर्ट इंस्टॉलेशन से)। कृपया इस कॉन्फ़िगरेशन फ़ाइल में प्रत्येक कमांड को सत्यापित करें।
# Example MySQL config file for large systems.
#
# This is for a large system with memory = 512M where the system runs mainly
# MySQL.
#
# MySQL programs look for option files in a set of
# locations which depend on the deployment platform.
# You can copy this option file to one of those
# locations. For information about these locations, see:
# http://dev.mysql.com/doc/mysql/en/option-files.html
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
# with the "--help" option.
# The following options will be passed to all MySQL clients
[client]
#password = your_password
port = 3306
socket = /opt/local/var/run/mysql5/mysqld.sock
# Here follows entries for some specific programs
# The MySQL server
[mysqld]
port = 3306
socket = /opt/local/var/run/mysql5/mysqld.sock
skip-locking
key_buffer_size = 256M
max_allowed_packet = 1M
table_open_cache = 256
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 4M
myisam_sort_buffer_size = 64M
thread_cache_size = 8
query_cache_size= 16M
# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 8
# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host.
# All interaction with mysqld must be made via Unix sockets or named pipes.
# Note that using this option without enabling named pipes on Windows
# (via the "enable-named-pipe" option) will render mysqld useless!
#
#skip-networking
# Replication Master Server (default)
# binary logging is required for replication
log-bin=mysql-bin
# binary logging format - mixed recommended
binlog_format=mixed
# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set
# but will not function as a master if omitted
server-id = 1
# Replication Slave (comment out master section to use this)
#
# To configure this host as a replication slave, you can choose between
# two methods :
#
# 1) Use the CHANGE MASTER TO command (fully described in our manual) -
# the syntax is:
#
# CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
# MASTER_USER=<user>, MASTER_PASSWORD=<password> ;
#
# where you replace <host>, <user>, <password> by quoted strings and
# <port> by the master's port number (3306 by default).
#
# Example:
#
# CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
# MASTER_USER='joe', MASTER_PASSWORD='secret';
#
# OR
#
# 2) Set the variables below. However, in case you choose this method, then
# start replication for the first time (even unsuccessfully, for example
# if you mistyped the password in master-password and the slave fails to
# connect), the slave will create a master.info file, and any later
# change in this file to the variables' values below will be ignored and
# overridden by the content of the master.info file, unless you shutdown
# the slave server, delete master.info and restart the slaver server.
# For that reason, you may want to leave the lines below untouched
# (commented) and instead use CHANGE MASTER TO (see above)
#
# required unique id between 2 and 2^32 - 1
# (and different from the master)
# defaults to 2 if master-host is set
# but will not function as a slave if omitted
#server-id = 2
#
# The replication master for this slave - required
#master-host = <hostname>
#
# The username the slave will use for authentication when connecting
# to the master - required
#master-user = <username>
#
# The password the slave will authenticate with when connecting to
# the master - required
#master-password = <password>
#
# The port the master is listening on.
# optional - defaults to 3306
#master-port = <port>
#
# binary logging - not required for slaves, but recommended
#log-bin=mysql-bin
# Uncomment the following if you are using InnoDB tables
#innodb_data_home_dir = /opt/local/var/db/mysql5
#innodb_data_file_path = ibdata1:10M:autoextend
#innodb_log_group_home_dir = /opt/local/var/db/mysql5
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
#innodb_buffer_pool_size = 256M
#innodb_additional_mem_pool_size = 20M
# Set .._log_file_size to 25 % of buffer pool size
#innodb_log_file_size = 64M
#innodb_log_buffer_size = 8M
#innodb_flush_log_at_trx_commit = 1
#innodb_lock_wait_timeout = 50
[mysqldump]
quick
max_allowed_packet = 16M
[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates
[myisamchk]
key_buffer_size = 128M
sort_buffer_size = 128M
read_buffer = 2M
write_buffer = 2M
[mysqlhotcopy]
interactive-timeout
जैसा कि कोन्याक ने नोट किया है आप उन स्थानों की सूची प्राप्त कर सकते हैं जो mysql my.cnf
चलाकर आपकी फ़ाइल की तलाश करेंगे mysqladmin --help
। चूँकि यह बहुत अच्छी क्रिया है, जिससे आप उस भाग को प्राप्त कर सकते हैं जिसकी आप जल्दी से देखभाल करते हैं:
$ mysqladmin --help | grep -A1 'Default options'
यह आपको निम्न के समान आउटपुट देगा:
Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf /usr/local/etc/my.cnf ~/.my.cnf
इस बात पर निर्भर करता है कि आपने mysql कैसे स्थापित किया है यह संभव है कि इनमें से कोई भी फाइल अभी तक मौजूद नहीं है। आप cat
उन्हें यह देखने के लिए कर सकते हैं कि आपका कॉन्फ़िगरेशन कैसे बनाया जा रहा है और my.cnf
अपनी पसंद के स्थान पर अपनी ज़रूरत बनाएं ।
Ubuntu 16 के लिए: /etc/mysql/mysql.conf.d/mysqld.cnf
For Ubuntu 16: /etc/mysql/mysql.conf.d/mysqld.cnf
मुझे नहीं पता कि आपने अपने लिनक्स वातावरण पर MySQL सेटअप कैसे किया है लेकिन क्या आपने जाँच की है?
दौड़ने की कोशिश करो mysqld --help --verbose | grep my.cnf | tr " " "\n"
आउटपुट कुछ इस तरह होगा
/etc/my.cnf
/etc/mysql/my.cnf
/usr/local/etc/my.cnf
~/.my.cnf
यदि आप होमब्रे के साथ मैक पर हैं, तो उपयोग करें
काढ़ा जानकारी mysql
आपको कुछ ऐसा दिखाई देगा
$ brew info mysql
mysql: stable 5.6.13 (bottled)
http://dev.mysql.com/doc/refman/5.6/en/
Conflicts with: mariadb, mysql-cluster, percona-server
/usr/local/Cellar/mysql/5.6.13 (9381 files, 354M) *
वह अंतिम पंक्ति INSTALLERDIR
प्रति MySQL डॉक्स है
आपको MySQL के संस्करण के आधार पर विभिन्न स्थानों को देखना होगा।
mysqld --help -verbose | grep my.cnf
For Homebrew:
/usr/local/Cellar/mysql/8.0.11/bin/mysqld (mysqld 8.0.11)
Default possible locations:
/etc/my.cnf
/etc/mysql/my.cnf
~/.my.cnf
Found mine here:
/usr/local/etc/my.cnf
आप यह कमांड भी चला सकते हैं।
mysql --help | grep cnf
grep
साथ बदलना पड़ा findstr
: mysql --help | findstr cnf
और इसने जादू किया
उबंटू पर (सीधा संपादन):
$ sudo nano /etc/mysql.conf.d/mysqld.cnf
/etc/mysql/mysql.conf.d/mysqld.cnf
मैं के साथ XAMPP बंडल स्थापित apache, php and mysql
में ubuntu । वहाँ my.cnf
फ़ाइल में स्थित है /opt/lampp/etc/
फ़ोल्डर। आशा है कि यह किसी की मदद करेगा।
यदि आप VPS में हैं और पहले से चल रहे सर्वर पर my.cnf को संपादित करने का प्रयास कर रहे हैं, तो आप कोशिश कर सकते हैं:
ps aux | grep mysql
आपको यह दिखाया जाएगा कि mysql कमांड रन किया जा रहा है और कहां है --defaults-file
पॉइंट्स
ध्यान दें कि आपका सर्वर एक से अधिक MySQL / MariaDB सर्वर पर चल रहा हो। यदि आप --defaults-file
पैरामीटर के बिना एक पंक्ति देखते हैं , तो वह उदाहरण .cnf से कॉन्फ़िगरेशन को पुनः प्राप्त कर सकता है जो mysqladmin --help
अन्य लोगों द्वारा बताए गए हैं।
ज्ञात हो कि हालांकि mariadDB विभिन्न my.cnf फ़ाइलों से कॉन्फ़िगरेशन विवरण लोड करता है जैसा कि यहां अन्य उत्तरों में सूचीबद्ध है, यह उन्हें विभिन्न नामों के साथ अन्य फ़ाइलों से भी लोड कर सकता है।
इसका मतलब है कि यदि आप my.cnf फ़ाइलों में से किसी एक में परिवर्तन करते हैं, तो यह किसी अन्य नाम की किसी अन्य फ़ाइल द्वारा अधिलेखित हो सकती है। परिवर्तन की छड़ी बनाने के लिए, आपको इसे सही (अंतिम लोड की गई) कॉन्फ़िगर फ़ाइल में बदलने की आवश्यकता है - या, हो सकता है, उन सभी में इसे बदल दें।
तो आप सभी कॉन्फ़िगर फ़ाइलों को कैसे खोज सकते हैं जिन्हें लोड किया जा सकता है? My.cnf फ़ाइलों की तलाश करने के बजाय, चलने का प्रयास करें:
grep -r datadir /etc/mysql/
इसमें उन सभी स्थानों का पता चलेगा जिनमें दातादिर का उल्लेख है। मेरे मामले में, यह इस जवाब का उत्पादन करता है:
/etc/mysql/mariadb.conf.d/50-server.cnf:datadir = /var/lib/mysql
जब मैं डेटादिर के मान को बदलने के लिए उस फ़ाइल (/etc/mysql/mariadb.conf.d/50-server.cnf) को संपादित करता हूं, तो यह काम करता है, जबकि इसे my.cnf में बदलना नहीं है। इसलिए जो भी विकल्प आप बदलना चाहते हैं, उसे इस तरह से देखने की कोशिश करें।
यह आपकी पहुँच पर निर्भर करता है, लेकिन मेरे लिए यह phpmyadmin sql कंसोल पर काम करता है
शो वारियर्स;
फिर कुछ चर बदलने के बाद आप कर सकते हैं
SET GLOBAL max_connections = 1000;
या
SET @@ GLOBAL.max_connections = 1000;
कोशिश करो
locate my.cnf
का उपयोग यह पता लगाने के लिए कर सकते हैं कि ऐसे सभी फ़ाइल नाम