MySQL listen on one IP only

2004-01-22 Thread Andrew Boothman
Hi! I've got a box that has several IP addresses assigned to it, but I'd like MySQL to listen on just one of those. Could someone point me in the right direction if this is possible? Thanks! Andrew -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Re: Certification Test Questions

2004-01-19 Thread Andrew Boothman
Carsten Pedersen wrote: I have heard from some candidates that they regard the Core exam as being more of a "memorization" exam than Professional. Which only goes to show, once again, that perceptions differ quite a bit as people come out of the testing room. Carsten, Do you know when the Profess

Re: MySQL with LinuxThreads under FreeBSD 5.x?

2004-01-18 Thread Andrew Boothman
Jan Stary wrote: Hello, is there any use under FreeBSD 5.x for having MySQL compiled WITH_LINUXTHREADS? I only have one processor (does it have anything to do with that?), running 5.1, and 256MB of memory. Are there some benchmarks published wrt this? I believe that is still the recommended way t

Re: Connecting to remote server

2004-01-13 Thread Andrew Boothman
Mike Tuller wrote: I have a shell script that is supposed to connect to a remote server running MySql 3.23.53. It comes up with an error "ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)" The script looks like this: /usr/local/mysql/bin/mysql --user=$username --passwo

Re: Please help with syntax for mysqldump

2004-01-13 Thread Andrew Boothman
Matthew Stuart wrote: mysqldump is run at the system command-line, not within the mysql client environment. This is most likely to be my problem then. I assumed that what is called the system command line to be the mysql client environment. The tutorial book that I have been going through ins