# 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…
Posts tagged as “Linux”
How to login single user mode in Ubuntu 1. Go to GRUB screen and pass “e” key 2. See ro change to rw init=/bin/bash and…