User Tools

Site Tools


tech:mysql

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';
tech/mysql.txt · Last modified: 2014/06/24 05:40 (external edit)