Page 1 of 1

Xampp MySql wont start (Fedora 22)

PostPosted: 02. October 2015 18:09
by malonso2k11
Hello everyone,

I am a beginner working with Xampp, I manage to install it easily but MySql is not starting. I went to check the logs and this is whats displaying all the time:


Code: Select all
2015-09-30 18:14:48 2985 mysqld_safe Starting mysqld daemon with databases from /opt/lampp/var/mysql
2015-09-30 18:14:49 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
2015-09-30 18:14:49 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2015-09-30 18:14:49 0 [Note] /opt/lampp/sbin/mysqld (mysqld 5.6.26) starting as process 3394 ...
2015-09-30 18:14:49 3394 [Note] Plugin 'FEDERATED' is disabled.
2015-09-30 18:14:49 3394 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2015-09-30 18:14:49 3394 [Note] InnoDB: The InnoDB memory heap is disabled
2015-09-30 18:14:49 3394 [Note] InnoDB: Mutexes and rw_locks use InnoDB's own implementation
2015-09-30 18:14:49 3394 [Note] InnoDB: Memory barrier is not used
2015-09-30 18:14:49 3394 [Note] InnoDB: Compressed tables use zlib 1.2.8
2015-09-30 18:14:49 3394 [Note] InnoDB: Not using CPU crc32 instructions
2015-09-30 18:14:49 3394 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2015-09-30 18:14:49 3394 [Note] InnoDB: Completed initialization of buffer pool
2015-09-30 18:14:49 3394 [ERROR] InnoDB: Unable to lock /opt/lampp/var/mysql/ibdata1, error: 11
2015-09-30 18:14:49 3394 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.


I have tried to google as much as possible but there are not many substantials advice on the matter. I will appreciate any help.

Thanks!

Re: Xampp MySql wont start (Fedora 22)

PostPosted: 02. October 2015 19:52
by Nobbie
Open a terminal, change to /opt/lampp/var/mysql and run a "ls -la". Show us the output.