그누보드 백업시 오류메시지
처음 db백업 하는데 오류가 많이 발생합니다.
]$ mysqldump -u testuser -p test_pa test_db > test1.sql
로 입력했습니다.
그런데 아래와 같은 오류메시지가 나옵니다.
mysqldump: Got error: 1045: Access denied for user 'teoadmin'@'localhost' (using password: YES) when trying to connect
--------------
확인해 보니 test1.sql은 만들어져 있는것으로 리스트에는 나옵니다.
위의 오류메시지는 무엇이 잘못된것이낙요?
]$ mysqldump -u testuser -p test_pa test_db > test1.sql
로 입력했습니다.
그런데 아래와 같은 오류메시지가 나옵니다.
mysqldump: Got error: 1045: Access denied for user 'teoadmin'@'localhost' (using password: YES) when trying to connect
--------------
확인해 보니 test1.sql은 만들어져 있는것으로 리스트에는 나옵니다.
위의 오류메시지는 무엇이 잘못된것이낙요?
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 1개
즉
mysqldump -u testuser -p test_pa test_db>test1.sql
안될시는 ./mysqldump ~~~~~~~~~~~