Wednesday, August 5, 2015

type initializer for 'HtmlRenderer.Utils.FontsUtils' threw an exception : MYSQL WORKBENCH [FIXED]

The bug doesn't does not let you start connections, connect to the database.
It throws this error

"
MySQL Workbench has encountered a problem:
The type initializer for 'HtmlRenderer.Utils.FontsUtils' threw an exception.
....
"

I'm glad it was an easy fix.

Steps to fix:
Close the workbench if its open.
I had to replace the file HtmlRenderer.dll in the ProgramFiles/MYSQL/MySQL Workbench 6.3 CE/
Restart the workbench


That's it!


Original source I used as a reference to fix: CLICK HERE

Saturday, August 1, 2015

everything about git- installation

Installation on Ubuntu:

Open Terminal,
Type "sudo apt-get install git"
Press Y if prompted to enter, while installed

Thats, it!!

To know about git commands, type " git help <command-name>"


Monday, July 27, 2015

conduct free surveys

You can now have your own surveys done with the help of surveymonkey

http://www.surveymonkey.com/

Check out the site and signup to create and share your surveys.

Fixes for errors in WAMP

port 80 being used by other application(may be skype)

you will get this error when you select " test port 80" option in wamp.
Right click wamp icon->apache->service->test port 80

Possible and simple solution is Uninstall Skype(Alternative: Try completely closing the skype and run restart wamp services again).

page not found: 404 error->Localhost,forbidden error->phpmyadmin (permission denied to open the page)

when you get this error on opening the localhost page in wamp server. 

Solution:
open "Services.msc" and then browse the list for "Web application deployment service" and right click on it, to select "Stop".

Now restart the wamp services. You will see wamp server icon turning green.

Local host also starts working. 
But you will receive a new error when you open the "phpmyadmin" page. To resolve this

Go to C:/wamp/alias
and open phpmyadmin file of type CONF.and browse down the file and remove the line of code "Deny from all, allow from 127.0.0.1" to "Allow from all"

Save the file.
Restart the wamp services.

Hola!!