Linux General

Wednesday, May 19th, 2010

TIP 1: NTP Is NTP Working?

STEP 1 (Test the current server):

Try issuing the following command:

$ ntpq -pn

remote refid st t when poll reach delay offset jitter =================================================== tock.usno.navy Read More...

Tuesday, May 11th, 2010

How to resolve mysql_connect() Error

Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘username’@'localhost’ (using password: YES)

Possible root cause for this problem is proper priviliges not assigned Read More...