আমি উবুন্টু সার্ভার চালাচ্ছি। আমি যখন মাইএসকিএল-এ লগইন করার চেষ্টা করেছি (যা চলছে), আমি নিম্নলিখিত ত্রুটিটি পেয়েছি
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
কমান্ড কার্যকর করার সময় , আমি বুঝতে পারি যে মাইএসকিএল সার্ভার চালু হচ্ছে না।
আমি তখন ব্যবহার করে মাইএসকিএল সার্ভার পুনরায় চালু করার চেষ্টা করেছি
service mysql start
service mysql restart
/etc/init.d/mysql start
তবে, সমস্ত তিনটি ক্ষেত্রে প্রারম্ভিক প্রক্রিয়া ব্যর্থ হয়েছিল।
/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*
?