Powered By Blogger

Wednesday, December 8, 2010

Fixing MySQL error 1036: table is read only

Solution:

One needs super user privs to do this, most commonly sudo is uesed to acheve this.

in order too Change the owner of the files.

sudo chown -R mysql:mysql /var/lib/mysql


Reboot Mysql for the changes

sudo service mysql restart

Monday, December 6, 2010

NetBeans: No suitable Deployment Server is defined for the project or globally


This error can be easily solved by replacing pom.xml properties by replacing gfv3 to gfv3ee6 as shown in the picture above


it wil be generally gfv3... just replace this with gfv3ee6..


hope ur problem is solved...

Warm regards,
ram