2013-05-07 6 views
16

मैं आसान पीएचपी का उपयोग करके MySQL शुरू करने का प्रयास कर रहा हूं: प्रतिक्रिया लॉग फ़ाइल में एक चेतावनी विंडो है। मुख्य त्रुटि < - प्लगइन 'फेडेरेटेड' अक्षम है ->प्लगइन 'फेडेरेटेड' अक्षम है

ऑनलाइन शोध के माध्यम से मैंने पाया कि समाधान संघीय विकल्प को my.ini फ़ाइल में जोड़ना है। मैंने यह किया, लेकिन यह अभी भी काम नहीं कर रहा है।

2013-05-03 14:12:57 3776 [Note] Plugin 'FEDERATED' is disabled. 
2013-05-03 14:12:57 1b4c InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator. 
2013-05-03 14:12:57 3776 [Note] InnoDB: The InnoDB memory heap is disabled 
2013-05-03 14:12:57 3776 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 
2013-05-03 14:12:57 3776 [Note] InnoDB: Compressed tables use zlib 1.2.3 
2013-05-03 14:12:57 3776 [Note] InnoDB: Not using CPU crc32 instructions 
2013-05-03 14:12:57 3776 [Note] InnoDB: Initializing buffer pool, size = 16.0M 
2013-05-03 14:12:57 3776 [Note] InnoDB: Completed initialization of buffer pool 
2013-05-03 14:12:57 3776 [Note] InnoDB: The first specified data file .\ibdata1 did not exist: a new database to be created! 
2013-05-03 14:12:57 3776 [Note] InnoDB: Setting file .\ibdata1 size to 12 MB 
2013-05-03 14:12:57 3776 [Note] InnoDB: Database physically writes the file full: wait... 
2013-05-03 14:12:57 3776 [Note] InnoDB: Setting log file .\ib_logfile101 size to 5 MB 
2013-05-03 14:12:57 3776 [Note] InnoDB: Setting log file .\ib_logfile1 size to 5 MB 
2013-05-03 14:12:57 3776 [Note] InnoDB: Renaming log file .\ib_logfile101 to .\ib_logfile0 
2013-05-03 14:12:57 3776 [Warning] InnoDB: New log files created, LSN=45781 
2013-05-03 14:12:57 3776 [Note] InnoDB: Doublewrite buffer not found: creating new 
2013-05-03 14:12:57 3776 [Note] InnoDB: Doublewrite buffer created 
2013-05-03 14:12:57 3776 [Note] InnoDB: 128 rollback segment(s) are active. 
2013-05-03 14:12:57 3776 [Warning] InnoDB: Creating foreign key constraint system tables. 
2013-05-03 14:12:57 3776 [Note] InnoDB: Foreign key constraint system tables created 
2013-05-03 14:12:57 3776 [Note] InnoDB: Creating tablespace and datafile system tables. 
2013-05-03 14:12:57 3776 [Note] InnoDB: Tablespace and datafile system tables created. 
2013-05-03 14:12:57 3776 [Note] InnoDB: Waiting for purge to start 
2013-05-03 14:12:57 3776 [Note] InnoDB: 5.6.11 started; log sequence number 0 
2013-05-03 14:12:58 3776 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: cadcd135-b3ea-11e2-92bc-e0db55e1304d. 
2013-05-03 14:12:58 3776 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306 
2013-05-03 14:12:58 3776 [Note] - '127.0.0.1' resolves to '127.0.0.1'; 
2013-05-03 14:12:58 3776 [Note] Server socket created on IP: '127.0.0.1'. 
2013-05-03 14:12:58 3776 [Warning] InnoDB: Cannot open table mysql/slave_master_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem. 
2013-05-03 14:12:58 3776 [Warning] Info table is not ready to be used. Table 'mysql.slave_master_info' cannot be opened. 
2013-05-03 14:12:58 3776 [Warning] InnoDB: Cannot open table mysql/slave_worker_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem. 
2013-05-03 14:12:58 3776 [Warning] InnoDB: Cannot open table mysql/slave_relay_log_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem. 
2013-05-03 14:12:58 3776 [Warning] Info table is not ready to be used. Table 'mysql.slave_relay_log_info' cannot be opened. 
2013-05-03 14:12:58 3776 [Note] Event Scheduler: Loaded 0 events 
2013-05-03 14:12:58 3776 [Note] C:\PROGRA~1\EASYPH~1.1VC\binaries\mysql\bin\mysqld.exe: ready for connections. 
Version: '5.6.11-log' socket: '' port: 3306 MySQL Community Server (GPL) 
2013-05-03 14:15:59 3776 [Note] C:\PROGRA~1\EASYPH~1.1VC\binaries\mysql\bin\mysqld.exe: Normal shutdown 
+1

वह एक त्रुटि नहीं है - यह एक नोटिस के रूप में रिपोर्ट किया जा रहा है। क्या आपको संघीय इंजन की आवश्यकता है? यह क्या है कि आप ठीक करने की कोशिश कर रहे हैं जिससे आप लॉग फ़ाइल को देख सकते हैं? – symcbean

+0

मुझे बस इतना करना है कि बस MySQL को EasyPHP से लॉन्च करें। दरअसल मेरे पास हर बार एक चेतावनी बॉक्स होता है "MySQL का अप्रत्याशित अंत ... लॉग फ़ाइल देखें?"। – enzo

+0

लॉग में अंतिम प्रविष्टि को देखें - सर्वर बंद कर दिया गया था। (दुर्घटनाग्रस्त नहीं हुआ)। – symcbean

उत्तर

33

संघीय विकलांग के बारे में संदेश एक त्रुटि नहीं है:

यहाँ अधिक जानकारी के लिए लॉग फ़ाइल से एक उद्धरण है। इसका मतलब यह था कि फेडेटेड इंजन आपके mysql सर्वर के लिए चालू नहीं है। इसका उपयोग डिफ़ॉल्ट रूप से नहीं किया जाता है। अगर आपको इसकी आवश्यकता नहीं है, तो इस संदेश की परवाह नहीं है।

संघीय भंडारण इंजन MySQL 5.0.3 के साथ शुरुआत उपलब्ध है। यह एक स्टोरेज इंजन है जो स्थानीय टेबल की बजाय दूरस्थ डेटाबेस की तालिकाओं में डेटा तक पहुंचता है। फ़ेडरेटेड इंजन पर

अधिक जानकारी के लिए इस लिंक पर पाया जा सकता:

संबंधित मुद्दे