Hi Jeff,<br>i've changed all the primitives and i'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't works<br>
I need to share the database because after I'll install drupal and i need a shared db<br><br><div class="gmail_quote">
2011/6/12 imnotpc <span dir="ltr"><<a href="mailto:imnotpc@rock3d.net" target="_blank">imnotpc@rock3d.net</a>></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>
> This is my file my.cnf<br>
> #<br>
> # The MySQL database server configuration file.<br>
> #<br>
> # You can copy this to one of:<br>
> # - "/etc/mysql/my.cnf" to set global options,<br>
> # - "~/.my.cnf" to set user-specific options.<br>
> #<br>
> # One can use all long options that the program supports.<br>
> # Run program with --help to get a list of available options and with<br>
> # --print-defaults to see which it would actually understand and use.<br>
> #<br>
> # For explanations see<br>
> # <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>
><br>
> # This will be passed to all mysql clients<br>
> # It has been reported that passwords should be enclosed with ticks/quotes<br>
> # escpecially if they contain "#" chars...<br>
> # Remember to edit /etc/mysql/debian.cnf when changing the socket location.<br>
> [client]<br>
> port        = 3306<br>
> socket        = /var/run/mysqld/mysqld.sock<br>
><br>
> # Here is entries for some specific programs<br>
> # The following values assume you have at least 32M ram<br>
><br>
> # This was formally known as [safe_mysqld]. Both versions are currently<br>
> parsed.<br>
> [mysqld_safe]<br>
> socket        = /var/run/mysqld/mysqld.sock<br>
> nice        = 0<br>
<br>
</div></div>You set a pid file in pacemaker but I don't see one here. Try adding "pid-<br>
file=/var/run/mysqld/mysqld.pid" 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>