Jerome Macaranas schrieb:
> im trying to setup mysql slave but the things is it wont start because of
> this errror:
>
> --> ERROR 1200 (HY000): The server is not configured as slave; fix in config
> file or with CHANGE MASTER TO
>
> after some testing.. i saw the server-id = 0
> through > show
If the server-id in your variables is not what you have in your
config, then either:
a) that is not the config file mysql is using
or
b) your build of mysql is seriously broken.
If you are able toget the server configured correctly, there still
will be the matter of synchronizing the data fro
im trying to setup mysql slave but the things is it wont start because of
this errror:
--> ERROR 1200 (HY000): The server is not configured as slave; fix in config
file or with CHANGE MASTER TO
after some testing.. i saw the server-id = 0
through > show variables like 'server_id'
went to check