Error trying to install myslq

I got this error , when I tryed to install MySQL:

# ee stack install --mysql

# dpkg: error processing package mariadb-server (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
 mariadb-server-10.1
 mariadb-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
2016-09-19 20:30:43,557 (INFO) ee : Oops Something went wrong!!
2016-09-19 20:30:43,559 (ERROR) ee : Check logs for reason `tail /var/log/ee/ee.log` & Try Again!!!

I tried to remove and reinstall manually and nothing is possible, any suggestions??

DPKG error 1 usually denotes a full disk.

Are you trying to install MySQL on a clean, brand new server? Is there enough disk for DPKG to save its temporary files and run?

Oh that’s maybe the problem , because before I have this problem I got a FullDisk. I will check if we can add a new partition for DB .

thank you