sorry but i've wrote wrong in the last msg. all folders and files are in the /data/mysql but it won't works<br>in the primitive if i setting /var/lib/mysql it works fine but if i change it, it won't work!<br><br>
<div class="gmail_quote">2011/6/12 imnotpc <span dir="ltr"><<a href="mailto:imnotpc@rock3d.net">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 class="im">On Sunday, June 12, 2011 10:12:40 Alfredo Parisi wrote:<br>
> Hi Jeff,<br>
> i've changed all the primitives and i've returned to the initial<br>
> 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<br>
> 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<br>
> shared db<br>
<br>
</div>So drbd mount point is /data and the path to the mysql data files is<br>
/data/mysql/var/lib/mysql/? That won't work because my.cnf is set to<br>
/data/mysql/. You need to remove /var/lib/mysql/ from /data/mysql/ then copy<br>
all the files from /var/lib/mysql/ into /data/mysql/. Make sure the owner|group<br>
and permissions of /data/mysql/ and everything in it match /var/lib/mysql/<br>
exactly. That should work.<br>
<div><div></div><div class="h5"><br>
Jeff<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>