- 1、本文档共18页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
mssql和mysql的安全性分析(Security analysis of MSSQL and MySQL)
mssql和mysql的安全性分析(Security analysis of MSSQL and MySQL)
Security analysis of Mssql and Mysql
Asp tutorial - secure encryption
Databases are the foundation of e-commerce, finance, and ERP systems, and often maintain important business partners and
Customer information. Most enterprises, organizations and government departments keep their electronic data in various databases
Keep some personal data in these databases and have sensitive financial data. But databases are usually no image
Operating systems and networks are highly valued for security. Data is the lifeblood of an enterprise, an organization, and therefore a choice
A secure database is critical. Large sites generally use Oracle or DB2, while small and medium-sized websites are large
Most use a more flexible, compact MSSQL database or MySQL database. Then, under the same conditions, micro
Which is more secure, the soft MSSQL and the free MySQL?
I use the administrator account on my machine, and MSSQL and MySQL are installed by default to measure in the same situation
Try their safety. My system configuration is as follows: operating system Microsoft Windows 2000 Version5.0,
SP4, FTP services, and IIS services are installed to support ASP and php. The system has only one administrator account, admin, guest
Account is not disabled.
I. internal security analysis of the system
1.mysql database authority control problem
The permissions control of MySQL is based on the MySQL database, called the authorization table, which includes six tables
Columns_priv, DB, func, host, tables_priv, and user. First use the desc user command to view non -
The structure of the often important user table so that you can query the content, you can now view his permissions settings.
Using commands select, host, user, password, delete_priv, update_priv, drop_priv, from, user;
This command looks at several of the more dangerous permissions and shows the following:
Mysql, select, host, user, password, delete_priv, update_priv, drop_priv,
您可能关注的文档
- joo1(joo1).doc
- java面试纠错题目大全(Java interview error correction topics).doc
- jorinde and joringel(jorinde和joringel).doc
- js document对象(i document对象).doc
- jdbc 访问各种数据库 url 语法(总结篇)(JDBC access various database URL syntax (summary)).doc
- java面象对象编程(Java object like programming).doc
- jsp input限制输入(JSP input restrict input).doc
- js语句及语法(JS statements and syntax).doc
- juniper基本配置入门(Introduction to basic configuration of juniper).doc
- js语法(JS syntax).doc
文档评论(0)