'컴퓨터이야기/Mysql'에 해당되는 글 1건

  1. 2010/04/26 mysql 사용자 추가
grant select, insert, delete, update, create, drop, alter on 테이타베이스명.* to 사용자아이디@localhost identified by '비밀번호'; mysql>flush privileges;
Posted by LestSong