Hello.


> Could not see skip-networking anywhere.



--skip-networking can be specified as the command line option. Use:



  show variables like 'skip_networking';



to check if it is enabled.





Jan Roehrich <[EMAIL PROTECTED]> wrote:

>> Please send your configuration files for master and slave. Check that

>> 

>> you don't have skip-networking in your slave's configuration file.

> 

> Master:

> ------------------------------

> [mysqld]

> datadir=/var/lib/mysql

> socket=/var/lib/mysql/mysql.sock

> log-bin=bin-log

> server-id=1

> 

> [mysql.server]

> user=mysql

> basedir=/var/lib

> 

> [safe_mysqld]

> err-log=/var/log/mysqld.log

> pid-file=/var/run/mysqld/mysqld.pid

> -------------------------------

> 

> Slave:

> -------------------------------

> [mysqld]

> datadir=/var/lib/mysql

> socket=/var/lib/mysql/mysql.sock

> old_passwords=1

> server-id=2

> master-host=82.165.25.207

> master-port=3306

> master-user=replication

> master-password=hw4Gabfy

> 

> 

> [mysql.server]

> user=mysql

> basedir=/var/lib

> 

> [mysqld_safe]

> err-log=/var/log/mysqld.log

> pid-file=/var/run/mysqld/mysqld.pid

> ----------------------------------

> 

> Could not see skip-networking anywhere.

> 

> Greetings Jan

> 

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to