firewall is off and i cant login to mysql db using root.

im getting this error
ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.x.x' (113)
settings in /etc
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
skip-name-resolve
skip-host-cache
max_connections=200

[mysql.server]
user=mysql
basedir=/var/lib

bind-address=192.168.x.x
port=3306

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
account being used (created new one)
| % | r00t | 39aa9eb5065367ed |
| localhost | r00t | 39aa9eb5065367ed |