====== Database Creation ====== create database subtend_gocarma; flush privileges; grant all on subtend_gobiowiki.* to 'subtend_gowik'@'10.0.16.2' identified by 'let-me-in-password'; that command create the user at the same time --^ select * from db where db='dotproject';