Hi Team,
Firstly Wanted to say it is one of the best communities I have seen for any product, thanks a lot for answering queries quickly.
We installed xtradb cluster 8.0.28 using rpms and wanted to change mysql service account which is mysql and having permission /usr/lib/mysql dir/subdir and files. We tried to change using mysql doc and tried following steps.
Stop mysqld service
chown -R new_user:new_user /var/lib/mysql
added in my.cnf “user=new_user”
started the services
But we got error while starting the service and have to roll-back.
Can you please guide how to change service account to new account.
Also wanted to know if we build from Source using “…/build-ps/./build-binary.sh ./pxc-build” will this command also creates RPMs?
Also along with changing user(mysql) how to change all 4 ports used by percona xtradb cluster from default as mentioned below to some other ports.
3306
4444
4567
4568
@matthewb, Thanks a lot, changing user and group in /etc/systemd/system/mysqld.service fixed the issue and was able to start mysqld service but now unable to bootstrap first node, I have added more details regarding this in new post link below, can you please suggest.