워드프레스 DB백업용 mysql 절대경로 알아내는 방법
- Blog
- 2011. 10. 25.
워드프레스 DB백업용 mysql 절대경로 알아내는 방법
워드프레스에는 데이터베이스를 백업 할 수 있는 플러그인이 있는데 이 플러그인을 사용하여 디비를 백업하기 위해서는 mysql이 설치된 절대경로를 알아야 합니다.
결론적으로
이렇게 입력해주시면 됩니다.
운영체제마다 설치경로가 좀 다를 수 있는데..
ssh 로 호스팅에 접속하여 해당 경로를 유추하여
Note
Windows Server For mysqldump path, you can try 'mysqldump.exe'. For mysql path, you can try 'mysql.exe'. |
Linux Server For mysqldump path, normally is just 'mysqldump'. For mysql path, normally is just 'mysql'. |
Note |