मैं ubuntu सर्वर चला रहा हूं। जब मैंने mysql (जो चल रहा था) में लॉगिन करने की कोशिश की, तो मुझे निम्नलिखित त्रुटि मिली
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
लेकिन mysqld.sock फ़ाइल /var/run/mysqld
फ़ोल्डर के अंदर मौजूद नहीं है । ps aux | grep mysql
कमांड निष्पादित करने पर , मुझे एहसास हुआ कि mysql सर्वर नहीं चल रहा था।
मैंने तब mysql सर्वर का उपयोग करके पुनः आरंभ करने का प्रयास किया
service mysql start
service mysql restart
/etc/init.d/mysql start
लेकिन, सभी 3 मामलों में प्रारंभ प्रक्रिया विफल रही।
/var/log/mysql/mysql.log
और /var/log/mysql/mysql.err
फाइलें खाली हैं।
लेकिन /var/log/error.log
निम्नलिखित जानकारी दिखाता है:
140425 12:49:05 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
140425 12:49:05 [Note] Plugin 'FEDERATED' is disabled.
140425 12:49:05 InnoDB: The InnoDB memory heap is disabled
140425 12:49:05 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140425 12:49:05 InnoDB: Compressed tables use zlib 1.2.8
140425 12:49:05 InnoDB: Using Linux native AIO
140425 12:49:05 InnoDB: Initializing buffer pool, size = 3.0G
140425 12:49:05 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 26214400 bytes!
140425 12:49:05 [ERROR] Plugin 'InnoDB' init function returned error.
140425 12:49:05 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
140425 12:49:05 [ERROR] /usr/sbin/mysqld: unknown variable 'record_buffer=64M'
140425 12:49:05 [ERROR] Aborting
140425 12:49:05 [Note] /usr/sbin/mysqld: Shutdown complete
ls /var/lib/mysql/ib_logfile*
?