NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
SWhetsel
Jan 24, 2011Aspirant
How to install Joomla on ReadyNAS - Walkthrough
To install Joomla 1.5 on the ReadyNAS, you’ll need to do the following. (detailed steps below) 1. Create a share on the ReadyNAS where you will run Joomla 1.5 and enable Internet access to the sha...
kraeks
Jun 09, 2012Aspirant
I believe the default datastore is /var/lib/mysql, but you can change this as you please. Just do as follows:
Comment out this line with a hashtag
and copypaste another one underneath where you change the dir to wherever you want to place it.
Then:
however, you should delete ib_arch_log_0000000000, ib_logfile0 etc. from the new directory.
After that you'll be able to just go ahead and restart the sql service with
sudo /etc/init.d/mysql stop
sudo vi /etc/mysql/my.cnf
Comment out this line with a hashtag
datadir = /var/lib/mysql
and copypaste another one underneath where you change the dir to wherever you want to place it.
Then:
cp /var/lib/mysq /where/you/wat/the/data
sudo chown -R mysql:mysql /where/you/want/the/data/*
however, you should delete ib_arch_log_0000000000, ib_logfile0 etc. from the new directory.
After that you'll be able to just go ahead and restart the sql service with
sudo /etc/init.d/mysql start
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!