i am wanting to change the max connections from 100 to 200 so i found this code
/usr/libexec/mysqld -O max_connections=200 --skip-locking
how ever every time i run it i get the below resopnse
020305 15:24:34 Can't start server: Bind on TCP/IP port: Address already in use
020305 15:24:34 Do you already have another mysqld server running on port: 3306 ?
020305 15:24:34 Aborting
how do i make the change work
Thanks Darren