1
vote
0answers
90 views

How I can connect the syslog-ng with a mysql database?

Hi guys I want to use a syslog-ng server for logging data from the firewall and I get Data from the Firewall in the file /var/firewall.log but now I want that the logs go to a database. For this I ...
0
votes
1answer
547 views

How do I find my firewall is blocking mysql?

I'm very new to Ubuntu. I couldn't able to connect to mysql via my programming language. I know all my property file in my code is correct. But still I couldn't able to connect to mysql. I guess my ...
2
votes
1answer
2k views

MySQL server not accessible from remote machine

I have installed MySQL server in my local Ubuntu server (11.10). I can't connect to the server from a remote machine. When I tried:- nmap localhost , It shows the following PORT STATE SERVICE ...
1
vote
1answer
363 views

Different responses when telnetting into mysql's port via hostname

I'm trying to connect to mysql server installed on my computer. When I enter "telnet localhost 3306", I get some garbage characters meaning that I'm connected to the server. But when I enter "telnet ...