Eclipse Subversion 계정정보 경로(XP)

C:\Documents and Settings\계정\Application Data\Subversion\auth\svn.simple


Repository 등록된 갯수 만큼 파일이 존재 한다.

메모장 같은 것으로 열어서 확인 후 삭제 하면 된다.

create database dbname default character set utf8 collate utf8_general_ci;


create user 'userid'@'%' identified by '1234';

grant all privileges on dbname .* to 'userid'@'%';

flush privileges;



/*
Create User ID Identified by PWD
default tablespace users
temporary tablespace temp
quota unlimited on users
quota unlimited on temp;
*/
grant connect, resource to ID

+ Recent posts