Greetings! To access MySQL db from terminal it is necessary to give its root password Since i forgot its root password, i ended up with the following error Error: ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: NO) Then i followed the below steps to reset it Steps: 1. [root@venus ~]# service mysqld [...]
Archive for August, 2011
How to reset MySQL root password ?
Posted in Uncategorized on August 10, 2011 | 1 Comment »
MySQL connection error and its solution
Posted in Uncategorized on August 6, 2011 | Leave a Comment »
Hai, today i faced a mysql connection problem while logging in to mysql prompt from the terminal I am running on Fedora 14 Here i posted the error and its solution Error: ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2) Solution: To solve the above error, it is necessary to [...]
How to check Linux Desktop Environment – GNOME or KDE ?
Posted in Uncategorized on August 4, 2011 | 1 Comment »
Hai, though i am 70% confirmed in using GNOME environment, but bit doubtful regarding, “Whether iam using Gnome or Kde desktop environment in Fedora 14″ To check it, did a bit surfing and confirmed with GNOME. You can verify it using gui or terminal Using GUI: On Fedora, form the top panel click on System [...]