mysql2 nForge설치 - CentOS - mySql 1. CentOS 설치 2. MySQL을 설치합니다. yum install mysql-serverservice mysqld startmysql -u root -p mysql기존비밀번호가 없으므로 그냥 enter를 친다update user set password=password('새로운비밀번호') where user='root';flush privileges;quit; 3. nForge를 다운로드 받는다. 4. nForge설치 후 웹브라우저로 접속한다. 5. 혹시 서버를 재부팅한후 접속이 안될경우 sh nforge.Xx.sh 를 다시 실행하면 관련 서비스들이 기동됨 관련 서비스 목록을 다 파악못했음..ㅡㅡ; service svnserve restart service mysqld restart service.. 2020. 4. 24. Install mysql on CentOS [ 설치 , 백업 , 복구 ] Install mysql on CentOS [ 설치 , 백업 , 복구 ] 1. 설치 yum -y install mysql mysql-server mysql-connector-odbc mysql-devel 서비스로 등록 [root@ctrtopen-in ~]# chkconfig --list mysqld mysqld 0:off 1:off 2:off 3:off 4:off 5:off 6:off [root@ctrtopen-in ~]# chkconfig mysqld on [root@ctrtopen-in ~]# chkconfig --list mysqld mysqld 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@ctrtopen-in ~]# # service mysqld start --서.. 2020. 4. 24. 이전 1 다음 반응형