On Fri, Jul 3, 2020 at 10:37 AM Chris Murphy <li...@colorremedies.com> wrote:

> To give the nodatacow suggestion a try:
> ## shutdown the database
> # mkdir /var/lib/mysql2
> # chattr +C /var/lib/mysql2
> # cp /var/lib/mysql/* /var/lib/mysql2/
> # rm /var/lib/mysql/

# rm -rf /var/lib/mysql/

> # mv /var/lib/mysql2/ /var/lib/mysql/
> ## resume operation

BTW this should be proofread/sanity checked, especially because
there's an rm command (that will fail in the original).

-- 
Chris Murphy
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to