1

Temat: Problem z instalacją mariaDB

Dzisiaj skompilowałem sobie pakiet maria DB. Ale pakiet zwraca mi taki bląd.

 mysql_install_db --basedir=/usr
Installing MariaDB/MySQL system tables in '/mnt/data/mysql/' ...
2018-05-03 15:31:56 3069240476 [Note] Using unique option prefix 'key_buffer' is                                                                                                                                                              error-prone and can break in the future. Please use the full name 'key_buffer_s                                                                                                                                                             ize' instead.
2018-05-03 15:31:56 3069240476 [Note] /usr/bin/mysqld (mysqld 10.1.32-MariaDB) s                                                                                                                                                             tarting as process 22656 ...
2018-05-03 15:31:56 3069240476 [Note] InnoDB: innodb_empty_free_list_algorithm h                                                                                                                                                             as been changed to legacy because of small buffer pool size. In order to use bac                                                                                                                                                             koff, increase buffer pool at least up to 20MB.

2018-05-03 15:31:56 3069240476 [Note] InnoDB: Using mutexes to ref count buffer                                                                                                                                                              pool pages
2018-05-03 15:31:56 3069240476 [Note] InnoDB: The InnoDB memory heap is disabled
2018-05-03 15:31:56 3069240476 [Note] InnoDB: Mutexes and rw_locks use GCC atomi                                                                                                                                                             c builtins
2018-05-03 15:31:56 3069240476 [Note] InnoDB: GCC builtin __atomic_thread_fence(                                                                                                                                                             ) is used for memory barrier
2018-05-03 15:31:56 3069240476 [Note] InnoDB: Compressed tables use zlib 1.2.11
2018-05-03 15:31:56 3069240476 [Note] InnoDB: Using Linux native AIO
2018-05-03 15:31:56 3069240476 [Note] InnoDB: Using generic crc32 instructions
2018-05-03 15:31:56 3069240476 [ERROR] mysqld: Can't create/write to file '/mnt/                                                                                                                                                             data/tmp/ibXXXXXX' (Errcode: 2 "No such file or directory")
2018-05-03 15:31:56 b6f0e49c  InnoDB: Error: unable to create temporary file; er                                                                                                                                                             rno: 2
2018-05-03 15:31:56 3069240476 [ERROR] Plugin 'InnoDB' init function returned er                                                                                                                                                             ror.
2018-05-03 15:31:56 3069240476 [ERROR] Plugin 'InnoDB' registration as a STORAGE                                                                                                                                                              ENGINE failed.
2018-05-03 15:31:56 3069240476 [ERROR] Unknown/unsupported storage engine: InnoD                                                                                                                                                             B
2018-05-03 15:31:56 3069240476 [ERROR] Aborting


Installation of system tables failed!  Examine the logs in
/mnt/data/mysql/ for more information.

The problem could be conflicting information in an external
my.cnf files. You can ignore these by doing:

    shell> /usr/bin/mysql_install_db --defaults-file=~/.my.cnf

You can also try to start the mysqld daemon with:

    shell> /usr/bin/mysqld --skip-grant-tables --general-log &

and use the command line tool /usr/bin/mysql
to connect to the mysql database and look at the grant tables:

    shell> /usr/bin/mysql -u root mysql
    mysql> show tables;

Try 'mysqld --help' if you have problems with paths.  Using
--general-log gives you a log in /mnt/data/mysql/ that may be helpful.

The latest information about mysql_install_db is available at
https://mariadb.com/kb/en/installing-system-tables-mysql_install_db
You can find the latest source at https://downloads.mariadb.org and
the maria-discuss email list at https://launchpad.net/~maria-discuss

Please check all of the above before submitting a bug report
at http://mariadb.org/jira

Co robić?

2

Odp: Problem z instalacją mariaDB

katalog /mnt/data/tmp/ masz utworzony? prawa dostępu sprawdzałeś?

3

Odp: Problem z instalacją mariaDB

Ciągla mam błędy co robić jak to uruchomić?

mysql_install_db --basedir=/usr --force
Installing MariaDB/MySQL system tables in '/mnt/data/mysql/' ...
2018-05-03 19:43:40 3069514908 [Note] Using unique option prefix 'key_buffer' is error-prone and can break in the future. Please use the full name 'key_buffer_size' instead.
2018-05-03 19:43:40 3069514908 [Note] Using unique option prefix 'key_buffer' is error-prone and can break in the future. Please use the full name 'key_buffer_size' instead.
2018-05-03 19:43:40 3069514908 [Note] /usr/bin/mysqld (mysqld 10.1.32-MariaDB) starting as process 24589 ...
2018-05-03 19:43:40 3069514908 [ERROR] mysqld: Can't lock aria control file '/mnt/data/mysql/aria_log_control' for exclusive use, error: 11. Will retry for 30 seconds
2018-05-03 19:44:11 3069514908 [ERROR] mysqld: Got error 'Could not get an exclusive lock; file is probably in use by another process' when trying to use aria control file '/mnt/data/mysql/aria_log_control'
2018-05-03 19:44:11 3069514908 [ERROR] Plugin 'Aria' init function returned error.
2018-05-03 19:44:11 3069514908 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2018-05-03 19:44:11 3069514908 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.

2018-05-03 19:44:11 3069514908 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-05-03 19:44:11 3069514908 [Note] InnoDB: The InnoDB memory heap is disabled
2018-05-03 19:44:11 3069514908 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-05-03 19:44:11 3069514908 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2018-05-03 19:44:11 3069514908 [Note] InnoDB: Compressed tables use zlib 1.2.11
2018-05-03 19:44:11 3069514908 [Note] InnoDB: Using Linux native AIO
2018-05-03 19:44:11 3069514908 [Note] InnoDB: Using generic crc32 instructions
2018-05-03 19:44:11 b6f5149c InnoDB: Error: Linux Native AIO interface is not supported on this platform. Please check your OS documentation and install appropriate binary of InnoDB.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
2018-05-03 19:44:11 3069514908 [Warning] InnoDB: Linux Native AIO disabled.
2018-05-03 19:44:11 3069514908 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-05-03 19:44:11 3069514908 [Note] InnoDB: Completed initialization of buffer pool
2018-05-03 19:44:11 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:11 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:11 3069514908 [Note] InnoDB: Retrying to lock the first data file
2018-05-03 19:44:12 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:12 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:13 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:13 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:14 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:14 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:15 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:15 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:16 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:16 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:17 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:17 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:18 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:18 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:19 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:19 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:20 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:20 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:21 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:21 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:22 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:22 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:23 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:23 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:24 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:24 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:25 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:25 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:26 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:26 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:27 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:27 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:28 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:28 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:29 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:29 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:30 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:30 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:31 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:31 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:32 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:32 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:33 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:33 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:34 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:34 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:35 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:35 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:36 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:36 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:37 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:37 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:38 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:38 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:39 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:39 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:40 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:40 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:41 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:41 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:42 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:42 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:43 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:43 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:44 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:44 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:45 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:45 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:46 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:46 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:47 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:47 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:48 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:48 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:49 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:49 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:50 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:50 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:51 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:51 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:52 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:52 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:53 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:53 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:54 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:54 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:55 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:55 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:56 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:56 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:57 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:57 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:58 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:58 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:44:59 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:44:59 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:00 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:00 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:01 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:01 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:02 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:02 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:03 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:03 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:04 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:04 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:05 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:05 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:06 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:06 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:07 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:07 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:08 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:08 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:09 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:09 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:10 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:10 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:11 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:11 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:12 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:12 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:13 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:13 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:14 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:14 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:15 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:15 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:16 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:16 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:17 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:17 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:18 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:18 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:19 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:19 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:20 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:20 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:21 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:21 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:22 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:22 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:23 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:23 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:24 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:24 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:25 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:25 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:26 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:26 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:27 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:27 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:28 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:28 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:29 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:29 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:30 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:30 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:31 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:31 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:32 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:32 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:33 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:33 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:34 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:34 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:35 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:35 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:36 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:36 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:37 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:37 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:38 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:38 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:39 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:39 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:40 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:40 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:41 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:41 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:42 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:42 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:43 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:43 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:44 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:44 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:45 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:45 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:46 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:46 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:47 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:47 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:48 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:48 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:49 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:49 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:50 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:50 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:51 3069514908 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2018-05-03 19:45:51 3069514908 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2018-05-03 19:45:51 3069514908 [Note] InnoDB: Unable to open the first data file
2018-05-03 19:45:51 b6f5149c  InnoDB: Operating system error number 11 in a file operation.
InnoDB: Error number 11 means 'Resource temporarily unavailable'.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/operating-system-error-codes.html
2018-05-03 19:45:51 3069514908 [ERROR] InnoDB: Can't open './ibdata1'
2018-05-03 19:45:51 3069514908 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data!
2018-05-03 19:45:51 3069514908 [ERROR] Plugin 'InnoDB' init function returned error.
2018-05-03 19:45:51 3069514908 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2018-05-03 19:45:51 3069514908 [ERROR] Unknown/unsupported storage engine: InnoDB
2018-05-03 19:45:51 3069514908 [ERROR] Aborting


Installation of system tables failed!  Examine the logs in
/mnt/data/mysql/ for more information.

The problem could be conflicting information in an external
my.cnf files. You can ignore these by doing:

    shell> /usr/bin/mysql_install_db --defaults-file=~/.my.cnf

You can also try to start the mysqld daemon with:

    shell> /usr/bin/mysqld --skip-grant-tables --general-log &

and use the command line tool /usr/bin/mysql
to connect to the mysql database and look at the grant tables:

    shell> /usr/bin/mysql -u root mysql
    mysql> show tables;

Try 'mysqld --help' if you have problems with paths.  Using
--general-log gives you a log in /mnt/data/mysql/ that may be helpful.

The latest information about mysql_install_db is available at
https://mariadb.com/kb/en/installing-system-tables-mysql_install_db
You can find the latest source at https://downloads.mariadb.org and
the maria-discuss email list at https://launchpad.net/~maria-discuss

Please check all of the above before submitting a bug report
at http://mariadb.org/jira

4

Odp: Problem z instalacją mariaDB

Sprawdź czy ci nie wisi już proces w tle (ps)

PS. Wszystko z wersji stabilnej jest kompilowane z mysql 5.1, więc nawet jak zainstalujesz mariadb to i tak biblioteki do programów które zainstalujesz podciągnie od mysql. Wiesz o tym?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

5

Odp: Problem z instalacją mariaDB

Czyli i tak Phpmyadmin nie ruszy?

6

Odp: Problem z instalacją mariaDB

Ruszy, przecież jedno z drugim jest kompatybilne przynajmniej na tym normalnym poziomie.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.