I cant add more website in EE VPS (Linode 1Gb)

I have a web using EE, already have 2 website running in it, and i want add more website in there via command: ee site create domain.com --wpfc --pagespeed but when i create db it FAIL and report:

Running pre-update checks, please wait… Setting up NGINX configuration [Done] Setting up webroot [Done] Downloading WordPress [Done] Setting up database Oops Something went wrong !! Calling cleanup actions … ‘ee_mysql_grant_host’

How can i fix it ? Thanks for help , i think i’ve got sth with ee_mysql_grant_host

Can you show some more Infos? Please show the logfile:

tail /var/log/ee/ee.log -n100

Maybe there is a hint?

here ,plz help me :frowning: . Can u using TeamView and fix it for me ? <img src="/uploads/default/original/2X/b/b00575308a7425a5fb511f2698ea1a7509f096a7.png" width=“690” height=“436”

Seems that your mysql-server is not running (or not listening on localhost). Look at Message from 18:02:00,119) mysqladmin can’t connect to your mysql database. Please check first if it is installed and running with

     ee stack status

If it is there and running, look at the connection type (via socket or via tcp) mysql-server is configured

     service mysql status

Will also show the connection type:

root@master:~# service mysql status
 * /usr/bin/mysqladmin  Ver 9.1 Distrib 10.1.13-MariaDB, for debian-linux-gnu on x86_64
Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.

Server version          10.1.13-MariaDB-1~trusty
Protocol version        10
Connection              Localhost via UNIX socket
UNIX socket             /var/run/mysqld/mysqld.sock
Uptime:                 49 sec

Threads: 1  Questions: 460  Slow queries: 0  Opens: 156  Flush tables: 1  Open tables: 30  Queries per second avg: 9.387