- Saturday, February 27, 2010, 23:03
- Databases FAQ, Tech Tips
- 158 views
Microsoft is now releasing an online services global criminal compliance handbook, which may be called as a spy guide for law enforcement detailing what data Microsoft has, keeps and can relinquish. Since most of us use Microsoft in our daily life, we need to know how to use Xbox, hotmail and other Microsoft tools.
"The Global Criminal Compliance Handbook" is a ...
Full story
- Friday, January 1, 2010, 12:22
- Databases FAQ, Tech Tips
- 171 views
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
Full story