Jump to content

wtech

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by wtech

  1. [!--quoteo(post=339508:date=Jan 24 2006, 02:15 PM:name=fenway)--][div class=\'quotetop\']QUOTE(fenway @ Jan 24 2006, 02:15 PM) [snapback]339508[/snapback][/div][div class=\'quotemain\'][!--quotec--] Not sure why you chose the FILE permission -- you need the REPLICATION permission. I suggest you re-read [a href=\"http://dev.mysql.com/doc/refman/5.0/en/replication-howto.html\" target=\"_blank\"]this tutorial[/a] on getting replication up and running. Hope that helps. [/quote] Hi Thanks for ur reply. Replication is working fine in both the servers. If there is any problem in one server. replication will stop. logging following error into log file resumed in log 'wtjobser-bin.003' at position 16380 how can i replicate the data from this position. Shashi Kumar
  2. hello My log file is full of these errors? can someone explain to me what they mean 050921 7:36:22 Aborted connection 395971 to db: 'unitnet' user: 'paries' host: `local.flanders' (Got an error reading communication packets) 050921 7:36:24 Aborted connection 395977 to db: 'unitnet' user: 'paries' host: `local.flanders' (Got an error reading communication packets) 050921 7:36:38 Aborted connection 396008 to db: 'unitnet' user: 'paries' host: `local.flanders' (Got an error reading communication packets) 050921 7:38:45 Aborted connection 396249 to db: 'unitnet' user: 'paries' host: `local.flanders' (Got an error reading communication packets) 050921 7:39:53 Aborted connection 396396 to db: 'unitnet' user: 'paries' host: `local.flanders' (Got an error reading communication packets) 050921 7:45:17 Aborted connection 397043 to db: 'unitnet' user: 'paries' host: `local.flanders' (Got an error reading communication packets) 050921 7:45:49 Aborted connection 397084 to db: 'unitnet' user: 'paries' host: `local.flanders' (Got an error reading communication packets) 050921 7:46:03 Aborted connection 397101 to db: 'unitnet' user: 'paries' host: `local.flanders' (Got an error reading communication packets) 050921 7:46:52 Aborted connection 397191 to db: 'unitnet' user: 'paries' host: `local.krusty' (Got an error reading communication packets) 050921 7:47:01 Aborted connection 397217 to db: 'unitnet' user: 'paries' host: `local.krusty' (Got an error reading communication packets) Shashi
  3. Hi Am using Windows-2000 Apache-2.0.52 Mysql-4.0.20 PHP-4.3.8 Versions in two servers. I would like to synchronize the my local database to the remote database server. for that We need to add some lines to the my.cnf file. /mysql/etc/my.cnf(path). [b]Master[/b] 1) I created one user for replication with file permissions. like GRANT FILE ON *.* TO repl@"%" IDENTIFIED BY '<password>'; 2) Added these lines to my.cnf file of server log-bin server-id=1 [b]Slave[/b] 1) master-host=myhost master-user=myuser master-password=**** master-port=3306 server-id=2 After restarting the both mysql servers actually replication should start. But replication is not wokring. I have checked the log files on both the systems. No errorl messages r thr. I could not understand wts the problem here. Can anybody please suggest me... thanks Regards ShashiKumar Bandari
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.