Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - luciferxe

Pages: [1]
1
CentOS 7 Problems / Re: can't move mysql datadir
« on: November 07, 2017, 06:05:12 PM »
I have tried but I get errors saying to check my password in the config files.
The password is the same one it generated on install.
This is on a fresh install as well.
Is there something I am missing?
service mysqld stop
cd /var/lib
mv mysql YOUR_NEW_LOCATION_PATH
ln -s YOUR_NEW_LOCATION_PATH mysql
chown -R mysql:mysql YOUR_NEW_LOCATION_PATH
service mysqld start
is

2
CentOS 7 Problems / Change SQL DB folder
« on: November 07, 2017, 05:53:25 PM »
Hello,

 I am trying to move the SQL db's to my sad
 
When following the wiki I get errors.
After a fresh install and following the wiki I get errors saying to please check my password is right in the my.cnf.
The password is what cwp auto generated on install.
I symlinked and changed ownership.
Is there something missing in the tutorial?
Or is there a way to chose what folder it will use for the SQL db's?



Pages: [1]