[ee] Do you plan to implement 1 DBuser / Wordpress install?

Hello,

First, thank for your tutorii. I learned how to setup Linux/Nginx/MySQL/WP because you took time to write very clear/succinct/useful information.

I scripted some files to install WP, create redirect & create DB... and discovered your new "ee" yesterday :) My script is very very poor compared to what you posted. I have one question about your script :

Do you plan to create a new user with granted permission for each new DB? I find it useful to have separate DB user/pwd for each DB. Don't you think so? And is it possible yet? Is it planned?

My "Script":

mysql -u root -p$password -e "create database $dbname;"  
mysql -u root -p$password -e "grant all privileges on $dbname.* to $dbuser@localhost identified by '$dbpassword';"  

Thank you very much :)

@Mathieu

Creating a new database user per site is planned feature for easyengine.

You can track progress on this using - https://github.com/rtCamp/easyengine/issues/67

Awesome, thank you :slight_smile:

What is the licence plan for ee? DO you plan to keep it open source & free?

Regards :slight_smile:

easyengine will remain free and open-source.

It was developed internally to make it easy to provide our managed wordpress-nginx hosting http://rtcamp.com/wordpress-nginx/managed-hosting/

So this “in-profit-from-day-1” project! :wink:

We will add license formally. We are debating if we should go with MIT or GPL or something else.