History cleanup not working in mysql 5.6

tecseguridad 4 years ago

After upgrading to mysql version 5.6 when I run the clear history commands I get the following error:

mysql: [Warning] Using a password on the command line interface can be insecure.

I tried to make the modifications that are shown in the mysql manual but I have not been able to make it work, has someone been able to solve the problem, that can guide me, thank you very much.

Anton Tananaev 4 years ago

That's not an error. That's expected warning message.

tecseguridad 4 years ago

Hi Anton, what you say is correct, but since the update and since that warning began to appear, the commands are no longer cleaning the database. in fact I noticed this because of the sudden increase in its size. So I think that maybe in addition to the warning the commands are not being executed correctly since mysql 5.6 update

Anton Tananaev 4 years ago

It could be, but then you need to find the actual error.

tecseguridad 4 years ago

Thank you, i l ltry

Richard Acosta 4 years ago

Mysql made several serious changes in the past versions, you may need to re-read and re-learn some stuff. (maybe a lot)