Cannot Locate mysql folder
-
wrote on 28 Sept 2015, 11:51 last edited by
I know the exact procedure to connect my sql driver as I did last time. But i have reinstalled Ubuntu and Qt and can't seem to locate the mysql folder anymore. Reinstalled Qt a couple of times.
Please help. -
wrote on 28 Sept 2015, 19:57 last edited by
There are commands you can use to find the location of executables. One or all of these should return something:
whereis mysql
which mysql
find /usr -name "mysql" -
wrote on 29 Sept 2015, 07:41 last edited by
To be specific I found some mysql folders.
They contain libraries such as libqsqlite.so, libqsqlmysql.so and libqsqlpsql.so
But nowhere can I locate mysql.pro on my PC. -
Hi,
If you want to rebuild the MySQL Qt plugin, you first need to get Qt's sources
-
wrote on 29 Sept 2015, 09:39 last edited by
How do I get all of Qt's sources. I am using the same installer package which I used on my last Ubuntu. Everything seemed to work fine that time.
-
Check the option in the installer
-
wrote on 29 Sept 2015, 10:20 last edited by
Everything is checked in that sir. Both times I installed.
-
And you don't have a Src folder created in your installation folder ?
-
wrote on 1 Oct 2015, 04:09 last edited by
No sir, there is no Src folder.
-
wrote on 1 Oct 2015, 04:34 last edited by
It is sorted, Thank you SIr. Apparently checking from the top doesn't guarantee all sub options to be checked as well.
-
No indeed, when there's a pre-selection you generally have to click twice to select everything.
10/11