How to create shortcut or hot key to enable and disable firewall in windows 7/Vista ? was uploaded by: techglimpsedotcomDuration: 246Rating:
How to customize computer manufacture information (system properties) in windows ? was uploaded by: techglimpsedotcomDuration: 207Rating:
Vista Switcher - An replacement for ALT TAB in windows vista or windows 7 ? was uploaded by: techglimpsedotcomDuration: 204Rating:
What happens if you forget your MySQL root password ?. Actually its very simple to reset, below are the steps to achieve that, First you have to kill all the mysqld instances that are currently running, #killall mysqld Now start the mysql daemon as below, #/usr/libexec/mysqld -Sg --user=root & You may also try the below command, mysqld --skip-grant-tables --user=root