yes, i'm using the same my.cnf and i'm working on ubuntu 10.10 server.<br>i've removed the mysql startup (update-rc.d -f mysql remove), so mysql is managed only by pacemaker.<br>i've installed mysql-server by myself with phpmyadmin and php5.<br>
on each mode there is an installation of mysql-server but the same my.cnf file<br><br><div class="gmail_quote">2011/6/11 imnotpc <span dir="ltr"><<a href="mailto:imnotpc@rock3d.net">imnotpc@rock3d.net</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Saturday, June 11, 2011 14:29:54 Alfredo Parisi wrote:<br>
> If I start on mysql, in the /var/run/mysqld there is the .sock file...so I<br>
> think that the path is correct<br>
<br>
</div>How are you starting mysql? I thought you said mysql couldn't write to that<br>
directory and you had to create the file yourself to get mysql to work.<br>
<br>
I can't give you any advice about cluster configuration since I'm a beginner<br>
myself, but I know a bit about mysql and I think the problem here is you are<br>
trying to create a mysql cluster configuration using 3 different sources: the<br>
mysql site, the defaults in the pacemaker mysql script, and the distro<br>
defaults. For some reason these all have very different default values for the<br>
parameters you need, and the configuration you posted doesn't match any of<br>
them.<br>
<br>
A few thoughts:<br>
<br>
Are you using the mysql installation that came with the distro, did you<br>
install mysql yourself on each node, or did you install it on the drbd device?<br>
Each of these will change the default values and the settings you need.<br>
<br>
If you're using mysql from the distro, what distro are you using? Distros<br>
based on openSUSE and Redhat use the pid and socket directories I listed<br>
earlier. You can change them, but then you break all the mysql tools and<br>
clients that came with the distro. If you're going to use the distro version<br>
of mysql I don't know of a good reason to change the defaults.<br>
<br>
According to the documentation you need to use the same my.cnf for all the<br>
nodes and it must reside on the drbd. It should also have the same settings as<br>
the default my.cnf on each node if possible since any other setting will break<br>
the tools on that node.<br>
<br>
My suggestion: Unless you need to compile your own mysqld, I would install the<br>
distro version on each node and use the distro defaults for both my.cfn and<br>
pacemaker.<br>
<br>
Jeff<br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker" target="_blank">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker</a><br>
</div></div></blockquote></div><br>