How do I share an mySQL database? -


i developing wordpress sites , each requires mysql database. small , unique each site. have development activity in studio on several windows stations , publish production sites on web. far.

the windows pc's each have own install of xampp , share htdocs folder , databases can work on site.

i copied htdocs folder nas drive , repointed references in httpd.conf location , works great.

for databases, copied c:\xampp\mysql folder nas , edited "my.ini" file repoint directory references local c drive location on nas. when launch mysql xampp control panel, works. mysql.error.log records: "the log sequence numbers 1665234 , 1665234 in ibdata files not match log sequence number 1665244 in ib_logfiles!"

everything returns normal , working when restore saved my.ini file.

so question - there else should @ cleanly steer mysql read , write location on nas? or bad idea?

thanks in advance!


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -