Home > database >  Qt connection mysql weird errors
Qt connection mysql weird errors

Time:09-21

With QT recently developed a software, connecting with the mysql server, after the success of the software development, with the root login mysql, the company more than a dozen computers and only a few can access, the rest are not access to state,
Can access the computer no regularity, there are 7 win10, some with 360 some 360
noOn the following measures can not access the computer
1) turn off the firewall, still can't access
2) find the port 3306, has not been occupied
3) to find a computer can't access, reshipment system still can't access
4) transfer QT from mingw compiler to MSVC still can not access

The most bizarre is that some computers can some computers can't, there is no rule to find, and two are the same purchase recently and one can access, one can't, hope to help me move the great god, according to your experience analysis analysis problem is a program or mysql setup, thanks

CodePudding user response:

Two new computer for Internet interface, see if the IP address limitations, I can think of only this kind of situation,,,

CodePudding user response:

But I open a hot spot to visit, also is not ok, as long as you do not have the access to the computer, whether it's corporate network or open a hotspot connection, is can not access, reshipment system also can not, very dizzy, I want to have a problem in mysql Settings or not, but there are part of the computer can access

CodePudding user response:

Look at the connection error message, check it,

CodePudding user response:

I made a new test, then not be able to connect to the client of the data is to show the driver did not load the success, that is even more strange, some success can load some can't

CodePudding user response:

Found, it is have a problem with mysql dynamic DLL

CodePudding user response:

much, but I still do not understand, can you care about the DLL what's the problem, I have never met this problem before, I am also learning,

CodePudding user response:

Is when released software pack needs in this folder in exe libmysql. DLL link libraries in, but the library is problematic, there are many online version, some version is only a part of a computer is available, then released on the Internet to find an ace, replace the original that, can use now

CodePudding user response:

Oh oh, I see, thank you!
  • Related