Error installing Mariadb

Asked

Viewed 117 times

0

I am trying to install mariadb and the system returns the following error My question is the following, how to install in a directory other than the /var/cache...

Erro

1 answer

1


The image indicates that it is without space, need to clean it:

First, check /tmp is empty.

Then try to link the space of /home for /var/cache/yum/base/packages

mount --bind /home/yum /var/cache/yum/base/packages

Then add an entry in the part /etc/fstab thus:

/home/yum /var/cache/yum/base/packages none,rw bind 0 0

after you’ve done that, turn: df -h he will show /var/cache/yum/base/packages

with this you can try to install again

Browser other questions tagged

You are not signed in. Login or sign up in order to post.