Press "Enter" to skip to content

Posts published in “Uncategorized”

How to move database directory for mariadb

# Create new directory for MySQL data mkdir /new/dir/for/mysql # Set ownership of new directory to match existing one chown --reference=/var/lib/mysql /new/dir/for/mysql # Set permissions…

Setup client windows update to WSUS server

setup client windows update to WSUS server 1. Press windows + “r” and add gpedit.msc in text box 2. Go to Administrative Templates >> Windows…