Hi Jeff,<br>i&#39;ve changed all the primitives and i&#39;ve returned to the initial configuration and added the line on my.cnf and it works.<br>If i modify datadir on the primitive with /data/mysql (in this directory there is /var/lib/mysql) it doesn&#39;t works<br>
I need to share the database because after I&#39;ll install drupal and i need a shared db<br><br><div class="gmail_quote">
2011/6/12 imnotpc <span dir="ltr">&lt;<a href="mailto:imnotpc@rock3d.net" target="_blank">imnotpc@rock3d.net</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div><div></div><div>On Sunday, June 12, 2011 07:35:25 Alfredo Parisi wrote:<br>
&gt; This is my file my.cnf<br>
&gt; #<br>
&gt; # The MySQL database server configuration file.<br>
&gt; #<br>
&gt; # You can copy this to one of:<br>
&gt; # - &quot;/etc/mysql/my.cnf&quot; to set global options,<br>
&gt; # - &quot;~/.my.cnf&quot; to set user-specific options.<br>
&gt; #<br>
&gt; # One can use all long options that the program supports.<br>
&gt; # Run program with --help to get a list of available options and with<br>
&gt; # --print-defaults to see which it would actually understand and use.<br>
&gt; #<br>
&gt; # For explanations see<br>
&gt; # <a href="http://dev.mysql.com/doc/mysql/en/server-system-variables.html" target="_blank">http://dev.mysql.com/doc/mysql/en/server-system-variables.html</a><br>
&gt;<br>
&gt; # This will be passed to all mysql clients<br>
&gt; # It has been reported that passwords should be enclosed with ticks/quotes<br>
&gt; # escpecially if they contain &quot;#&quot; chars...<br>
&gt; # Remember to edit /etc/mysql/debian.cnf when changing the socket location.<br>
&gt; [client]<br>
&gt; port        = 3306<br>
&gt; socket        = /var/run/mysqld/mysqld.sock<br>
&gt;<br>
&gt; # Here is entries for some specific programs<br>
&gt; # The following values assume you have at least 32M ram<br>
&gt;<br>
&gt; # This was formally known as [safe_mysqld]. Both versions are currently<br>
&gt; parsed.<br>
&gt; [mysqld_safe]<br>
&gt; socket        = /var/run/mysqld/mysqld.sock<br>
&gt; nice        = 0<br>
<br>
</div></div>You set a pid file in pacemaker but I don&#39;t see one here. Try adding &quot;pid-<br>
file=/var/run/mysqld/mysqld.pid&quot; under [mysqld_safe]<br>
<br>
Does it run if you use the default data directory?<br>
<br>
Jeff<br>
<div><div></div><div><br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org" target="_blank">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>