라라곤 6.0 데이타베이스 패스워드 설정하기
데이타베이스 패스워드 설정부분을 다시 테스트함.( 제일 마지막에..)
- 최신 버전 Download 하기 ( https://sir.kr/g5_tip/20403 과 같음)
https://github.com/leokhoa/laragon/releases - Mariadb 다운로드
https://mariadb.com/kb/en/mariadb-server-11-1-2/
zip file로 다운로드해서, 압축풀어서
laragon/bin/mysql 아래로 디렉토리를 copy & paste함.

#password=your_password에서 \#을 없애고 패스워드를 **root1234**로 바꿈.
[client]
password=root1234
- Laragon에서 Terminal을 실행시킨후. (Laragon에서 Start all을 실행해서 mariadb가 동작되게 만듬)
[code]
mysql -u root -p
#password는 enter로
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('root1234');
FLUSH PRIVILEGES;
# exit한후에
mysql -u root -p
로 확인요망
[/code]
원하는 PHP버전과 DB버전을 선택해서
https://windows.php.net/download/
PHP옛날 버전은 https://windows.php.net/downloads/releases/archives/
댓글 1개
2년 전
감사 합니다.
게시판 목록
개발자팁
개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.
질문은 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 5276 | 2년 전 | 1331 | |||
| 5275 | 2년 전 | 1401 | |||
| 5274 | 기타 | 2년 전 | 815 | ||
| 5273 | JavaScript |
swallow
|
2년 전 | 1045 | |
| 5272 | node.js |
swallow
|
2년 전 | 741 | |
| 5271 | JavaScript |
swallow
|
2년 전 | 1495 | |
| 5270 | PHP |
swallow
|
2년 전 | 844 | |
| 5269 | node.js |
swallow
|
2년 전 | 679 | |
| 5268 | node.js |
swallow
|
2년 전 | 1208 | |
| 5267 | PHP |
swallow
|
2년 전 | 1588 | |
| 5266 | MySQL |
swallow
|
2년 전 | 1088 | |
| 5265 | PHP |
swallow
|
2년 전 | 2028 | |
| 5264 | JavaScript |
swallow
|
2년 전 | 858 | |
| 5263 | 기타 |
swallow
|
2년 전 | 2980 | |
| 5262 | 기타 |
swallow
|
2년 전 | 667 | |
| 5261 | node.js |
swallow
|
2년 전 | 1059 | |
| 5260 | JavaScript |
swallow
|
2년 전 | 1508 | |
| 5259 | node.js |
swallow
|
2년 전 | 728 | |
| 5258 | node.js |
swallow
|
2년 전 | 1741 | |
| 5257 | node.js |
swallow
|
2년 전 | 1292 | |
| 5256 | PHP |
swallow
|
2년 전 | 1938 | |
| 5255 | node.js |
swallow
|
2년 전 | 684 | |
| 5254 | PHP |
swallow
|
2년 전 | 3010 | |
| 5253 | node.js |
swallow
|
2년 전 | 675 | |
| 5252 | 정규표현식 |
swallow
|
2년 전 | 621 | |
| 5251 | node.js |
swallow
|
2년 전 | 876 | |
| 5250 | PHP |
swallow
|
2년 전 | 1110 | |
| 5249 | node.js |
swallow
|
2년 전 | 1059 | |
| 5248 | PHP |
swallow
|
2년 전 | 1409 | |
| 5247 | node.js |
swallow
|
2년 전 | 1014 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기