pymysql.err.OperationalError: (1045, "Access denied for user 'hang'@'localhost' (using password: YES)")
时间: 2023-09-25 22:16:57 浏览: 184
ERROR 1045 (28000): Access denied for user ”root”@”localhost” (using password: YES)实用解决方案
你遇到的错误是pymysql.err.OperationalError: (1045, "Access denied for user 'hang'@'localhost' (using password: YES)")。这个错误通常是由于没有正确的权限导致的。根据引用,这个错误可能是由于输入了错误的用户名或密码,或者是没有访问其他ip地址的权限。
解决这个问题的方法是使用root账号登录mysql,并修改相应的权限。根据引用和引用,你可以通过以下步骤来解决这个问题:
1. 使用root账号登录mysql服务器。
2. 修改hang用户在localhost上的访问权限,确保使用正确的用户名和密码。
请注意,确保你输入的用户名和密码是正确的,同时也确认hang用户有访问localhost的权限。如果问题仍然存在,你可能需要检查其他可能导致权限问题的因素。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* [解决mysql ERROR 1017:Can’t find file: ‘/xxx.frm’ 错误](https://download.csdn.net/download/weixin_38641339/13693619)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
- *2* *3* [pymysql.err.OperationalError: (1045, “Access denied for user ‘system‘@‘::1‘ (using password: ...](https://blog.csdn.net/kali_yao/article/details/123730755)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文