我为什么在linux下连不到Mysql???

我为什么在linux下连不到Mysql???

我mysql已经启动起来了,但一连mysql就出现下面的log,我已经创建了jsp库了,很奇怪的,我把服务器上hosts都改成了127.0.0.1    localhost还是不行,望有大侠救我!!

Cannot connect to MySQL server on localhost:3306. Is there a MySQL server running on the machine/port you are trying to connect to? (java.net.ConnectException)

我的配置
jdbc:mysql://localhost/jsp?useUnicode=true&characterEncoding =8859_1      
我是装一个网上面的论坛啊,,
里面有一个WEB-INF\classes\db可以改的


drivers=org.gjt.mm.mysql.Driver
logfile=/usr/log/log.log

mysql.url=jdbc:mysql://localhost:3306/jsp?useUnicode=true&characterEncoding =8859_1
mysql.maxconn=1000
mysql.user=
mysql.password=      
提示时找不到数据库
把3306去掉,或者看看你的firewall是否允许3306端口的访问,再或者看看mysql是否启动了,是否监听3306      
netstat -l 看服务里面有没有3306 或者mysql顼