P
P
Pallam2015-12-12 22:25:56
MySQL
Pallam, 2015-12-12 22:25:56

What's with the weird connection in MySQL?

A strange MySQL connection appeared in the logs without a connection address.
Strange for two reasons, because it is not done by someone who would have access to the server, but also because it drops my tables, which I only have time to backup.
An example of "weirdness":

73460 Connect	[email protected] on
    73460 Query	SET NAMES utf8
    73460 Query	show databases
    73460 Query	SELECT table_name FROM information_schema.tables WHERE table_schema='auth'
    73460 Query	DROP DATABASE auth

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Rikcon, 2015-12-12
@Rikcon

Admit it, the freelancer did not get paid extra? )

R
Rsa97, 2015-12-12
@Rsa97

Connect [email protected]
So the server itself is broken. Change the root password in the system, set the password to [email protected] in MySQL. See /var/log/auth.log

L
LittleFatNinja, 2015-12-12
@LittleFatNinja

lol

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question