C:\ProgramFiles\MySQL\MySQLServer5.5\bin>mysqladmin-uroot-p create basicjsp
•로컬호스트(localhost)에접근할수있는권한
grant select,insert,update,delete,create,drop,alter
on basicjsp.*to'jspid'@'localhost'
identified by 'jsppass';
•모든서버(%)에접근할수있는권한
grant select,insert,update,delete,create,drop,alter
on basicjsp.*to'jspid'@'%'
identified by 'jsppass';
'Computer > DB' 카테고리의 다른 글
MySQL 첫번째 또는 마지막 행 출력 예제 (0) | 2016.02.18 |
---|---|
오라클 계정 생성 및 삭제 (0) | 2015.05.07 |
MySQL 실행 및 관리자 접속 (0) | 2015.01.21 |
SQL cursor (0) | 2014.09.01 |
SQL 제약조건 (0) | 2014.09.01 |