Home  >  Article  >  Database  >  怎么验证mysql的密码正确与否?(是数据库本身的密码而不是存在数据表中的密码)

怎么验证mysql的密码正确与否?(是数据库本身的密码而不是存在数据表中的密码)

WBOY
WBOYOriginal
2016-06-06 09:41:572213browse

mysql密码数据库

我在写一个程序,其中要求用户输入数据库的账号密码:图片说明
密码正确则可以对数据库进行从操作(如导出数据增删改等等……)
问题是,获取了输入的用户名和密码后我该怎么判断数据库的密码是否正确呢?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn