Hi,

[root@localhost root]# perror 111
Error code 111:  Connection refused

You don't seem to have the mysql server running.
First, be shure that your mysqld is up and running.
Then, correct your command: to reload the server from the command line
you should use "mysqladmin" command instead of "mysql". Like:

# mysqladmin -hlocalhost -p reload


On Mon, 2003-01-20 at 13:22, [EMAIL PROTECTED] wrote:
> Hello,
> When I reload mysql server settings with 
> 'mysql -hlocalhost -p reload --port 3306'
> 'Enter password: *****'
> 
> or
> 
> 'mysql -hlocalhost -p reload'
> 'Enter password: *****'
> 
> I get error: 'ERROR 2003: Can't connect to MySQL server on 'localhost' (111)'
> 
> I tried with new, old and no password!
> 
> So?
-- 
Diana Soares


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to