Thursday, July 28, 2016

created the sql user but able to login without password.

mysql_secure_installation




answer the following yes and next time you login with sql user, it won't allow empty password.


Reload privilege tables now? [Y/n] Y
 ... Success!

Wednesday, July 20, 2016

Solved : Qt Creator Welcome Mode not work in VM






As mentioned here, the solution is to do the following:
  1. In Qt Creator, go to Help -> About Plugins...
  2. Uncheck Qt Creator --> Welcome
  3. Restart Qt Creator
Worked for me.

Friday, July 15, 2016

Solved : symbols: DSO missing from command line

I was compiling program with boost library and got this. ( i was using boost_thread only)

Solution:

Add boost_system to the linker and you shall be fine.

Solved : Failed to deploy OVF package: The task was canceled by a user

  1. deleted the .mf
  2. open the *.OVF file and change following from
vmware.cdrom.iso

to

vmware.cdrom.atapi

Now retry the deployment of OVF.

- Mihir