[enrico@localhost ~]$
- Code: Select all
mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
AND
- Code: Select all
[root@localhost ~]# mysqld status
2017-11-30 13:29:05 140641586747456 [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.
2017-11-30 13:29:05 140641586747456 [Note] mysqld (mysqld 10.1.28-MariaDB) starting as process 12697 ...
handlersocket: initialized
2017-11-30 13:29:05 140641586747456 [ERROR] mysqld: Can't lock aria control file '/var/lib/mysql/aria_log_control' for exclusive use, error: 11. Will retry for 30 seconds
2017-11-30 13:29:36 140641586747456 [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 '/var/lib/mysql/aria_log_control'
2017-11-30 13:29:36 140641586747456 [ERROR] Plugin 'Aria' init function returned error.
2017-11-30 13:29:36 140641586747456 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2017-11-30 13:29:36 140641586747456 [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.
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: The InnoDB memory heap is disabled
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: Compressed tables use zlib 1.2.11
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: Using Linux native AIO
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: Using SSE crc32 instructions
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: Completed initialization of buffer pool
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: Highest supported file format is Barracuda.
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: 128 rollback segment(s) are active.
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: Waiting for purge to start
2017-11-30 13:29:36 140641586747456 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.36-82.2 started; log sequence number 1600657
2017-11-30 13:29:36 140641048721152 [Note] InnoDB: Dumping buffer pool(s) not yet started
2017-11-30 13:29:36 140641586747456 [Warning] mysqld: GSSAPI plugin : default principal 'mariadb/localhost@' not found in keytab
2017-11-30 13:29:36 140641586747456 [ERROR] mysqld: Server GSSAPI error (major 851968, minor 2529639093) : gss_acquire_cred failed -Unspecified GSS failure. Minor code may provide more information. Keytab FILE:/etc/krb5.keytab is nonexistent or empty.
2017-11-30 13:29:36 140641586747456 [ERROR] Plugin 'gssapi' init function returned error.
171130 13:29:36 server_audit: MariaDB Audit Plugin version 1.4.2 STARTED.
171130 13:29:36 server_audit: Query cache is enabled with the TABLE events. Some table reads can be veiled.mysqld: Too many arguments (first extra is 'status').
2017-11-30 13:29:36 140641586747456 [ERROR] Aborting
171130 13:29:36 server_audit: STOPPED
handlersocket: terminated
------------------
some tips?
Thank you
Enrico