Access denied for user 'UNKNOWN_MYSQL_USER'

Support/Development for MySQL, MariaDB, and other database systems
Garcia65
New Forum User
New Forum User
Posts: 3
Joined: Tue Mar 24, 2015 4:01 am
Location: USA

Access denied for user 'UNKNOWN_MYSQL_USER'

Unread post by Garcia65 »

I have had this problem show up recently and just became aware of it. I have searched for the solution and have come up empty so far. I will add the mysql.sock file is missing too. Could someone steer me in the right direction. Thanks

Code: Select all

150720 15:34:32 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
150720 15:34:34 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
150720 15:34:34 [Note] libgovernor.so not found
150720 15:34:34 [Note] /usr/libexec/mysqld (mysqld 5.5.44-cll-lve) starting as process 25704 ...
150720 15:34:34 [Note] Plugin 'FEDERATED' is disabled.
150720 15:34:34 InnoDB: The InnoDB memory heap is disabled
150720 15:34:34 InnoDB: Mutexes and rw_locks use GCC atomic builtins
150720 15:34:34 InnoDB: Compressed tables use zlib 1.2.3
150720 15:34:34 InnoDB: Using Linux native AIO
150720 15:34:34 InnoDB: Initializing buffer pool, size = 128.0M
150720 15:34:34 InnoDB: Completed initialization of buffer pool
150720 15:34:34 InnoDB: highest supported file format is Barracuda.
150720 15:34:34  InnoDB: Waiting for the background threads to start
150720 15:34:35 InnoDB: 5.5.44 started; log sequence number 16799857938
150720 15:34:35 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
150720 15:34:35 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
150720 15:34:35 [Note] Server socket created on IP: '127.0.0.1'.
150720 15:34:35 [Note] Event Scheduler: Loaded 0 events
150720 15:34:35 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.5.44-cll-lve'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MySQL Community Server (GPL) by Atomicorp
150720 15:34:35 [Warning] Access denied for user 'UNKNOWN_MYSQL_USER'@'localhost' (using password: NO)
150720 15:34:39 [Warning] Access denied for user ''@'localhost' (using password: NO)
150720 15:34:39 [Warning] Access denied for user ''@'localhost' (using password: NO)
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Access denied for user 'UNKNOWN_MYSQL_USER'

Unread post by scott »

Looks like its in the mysqld init script:

http://forums.mysql.com/read.php?10,518642
Post Reply