Re: Port 3306

2001-02-05 Thread Kevin . Brown
What OS? If Linux or *BSD, they have firewall software (ipchains on linux, don't recall what it is on BSD) > I'm new to MySQL, this may be a simple question; > > How do I turn off listen on port 3306?, I don't want to serve MySQL on the > net, I only need it for local > (server side) access. >

Re: PHP does not work after upgrading MySQL to 3.23.32

2001-02-03 Thread Kevin . Brown
Uhhh... You probably need to either recompile Apache and or PHP with your new version of MySQL. Copying the old library over the new one is going to cause problems. > I have no experience with recompiling libraries (I know this must > sound dumb). I am a bit desperate, so I tried some other thi

Re: Second email asking for assistance!

2001-01-31 Thread Kevin . Brown
I don't know if this is a solution, but you could try using the latest stable source code 3.23.32 and see if it fixed the problem. > >We're installing Mysql source mysql-3.23.8-alpha on AIX 4.3.3.0. We were > >able to run configure without a problem but have problem once make is run, > >we rec

Re: Repairing a table?

2001-01-29 Thread Kevin . Brown
> > I'm running mysql v3.22.32 and encountered a corrupt key file for a table. I > > searched the documentation on the site, but it doesn't seem to pertain to this > > version of mysql any longer. I'm hesitant to upgrade to 3.23.32 until I can > > figure out what it might break. Does anyone hav

Repairing a table?

2001-01-29 Thread Kevin . Brown
I'm running mysql v3.22.32 and encountered a corrupt key file for a table. I searched the documentation on the site, but it doesn't seem to pertain to this version of mysql any longer. I'm hesitant to upgrade to 3.23.32 until I can figure out what it might break. Does anyone have the steps that

Replication questions

2001-01-24 Thread Kevin . Brown
I'm doing NIDS work as a small part of my job and have setup MySQL 3.22.32 for logging of alerts. My problem is that when a user accesses the db it gets locked and the NIDS hangs if the read takes too long, forcing a reboot of the NIDS box. I'm trying to determine if I replicate the db and do th

Re: Connection to remote Mysql Server.

2001-01-24 Thread Kevin . Brown
www.ssh.com > > where will I get SSH client for Windows, so that it can interact with > Linux > > Mysql server. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Re: Connection Refused

2001-01-19 Thread Kevin . Brown
The line is 127.0.0.1 localhost.localdomain localhost > Do you hae the line > > 127.0.0.1 localhost.mydomain localhost > > in your /etc/hosts file? > It sounds like your resolver is not working. > > [EMAIL PROTECTED] wrote: > > > > Doing that was just a test, and I didn't think it would w

Re: Connection Refused

2001-01-19 Thread Kevin . Brown
Doing that was just a test, and I didn't think it would work since Inetd is not running on the box at all. In fact the only way to get to these boxen (aside from walking over) is via SSH. I find it interesting that on the box that I want to actually do the logging to I can telnet to port 3306 if

Re: Connection Refused

2001-01-18 Thread Kevin . Brown
The grant was done by: # echo "grant INSERT,SELECT on snort.* to snortdb@'XXX.XXX.0.0/255.255.0.0';" | mysql -u root -p The system has TCP wrappers setup and the hosts.allow file is empty and hosts.deny is set to ALL:ALL. next time I'm at work I'll try putting in hosts.allow the ip address of t

Connection Refused

2001-01-17 Thread Kevin . Brown
I've spent most of this day reading and rereading the documents on setting up MySQL. I'm currently working on NIDS and have setup MySQL on the same box as the sensor for logging of packets to verify that I had the NIDS setup correctly for db logging. I then installed MySQL (binary rpm version) o