Hello, I need a help with mysql. I currently have two servers and i want on each server to run mysql with the same database\same content. is it a way to mirror mysql? please help me with that. my linux: centos5 mysql 5
@ Stephan Falko wrote a easy to follow, two pages tutorial for mysql replication. You can find it here http://www.howtoforge.net/mysql_database_replication Good luck Robert
Did you use this command to import the SQL dump on the slave? Code: mysql -u root -p<password> exampledb < /path/to/exampledb.sql Did you see any errors?
And why exactly do you think that replication isn't working? What's the output of Code: SHOW SLAVE STATUS\G on the slave?
i'll try again later this day... yesterday i tried interworx clustering panel and it sucks, my web site worked 3 times slower with it... so now I'm formating the system again please check your pm