Input point location error in MYSQL

Asked

Viewed 234 times

0

What could be this mistake?

inserir a descrição da imagem aqui

I tried everything and I couldn’t fix it...

  • need to provide more details, what steps you took until this error appears?

  • I just opened the front and error appeared, outside this error, I can not connect with my banks.

  • well, I’m sorry about what I said there, but, one question, where the picture is the answer, and just above has the name of the error and where the error is, I don’t need to give a context where the img is the context itself, and the tag is the relation of the error. '-'

2 answers

3


Apparently, mysqlfront.exe is looking for a procedure mysql_drop_db deprecated and does not exist in your current Mysql library.

Go to a library of dll's, look for a previous version of libmySQL.dll which contains the procedure mysql_drop_db and replace (without losing the original).

If that doesn’t fix, try installing another Mysql IDE that was developed directly by the Oracle team and which from my experience works perfectly for all kinds of projects and problems:
Mysql Workbench

  • I managed to solve version, as you said, I searched for a more current version of libmysql, and reinstalled mysql.

1

It may be the wrong version of the DLL or that you don’t think the correct version of it (maybe you have other reasons as well). Check out these two things. A dll is in c: windows system32?

  • I checked, and it’s there!

  • 1

    What about the "wrong DLL version"? Also checked?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.