카테고리 없음
centos mariadb datadir
1010
2019. 4. 29. 09:06
반응형
http://pseg.or.kr/pseg/infoinstall/8417
grant all privileges on kotidb.* to koti@'%';
grant all privileges on kotidb.* to 'koti'@'%' identified by '1234' with grant option;
flush privileges;