摘要:
本地root连接mysql 显示错误 host '127.0.0.1' is not allowed to connect to this mysql server 登录数据库 mysql -u root -p use mysql grant all privileges on *.* to 'ro 阅读全文
摘要:
编译安装Nginx Compiling and Installing from SourceCompiling NGINX Open Source from source affords more flexibility than prebuilt packages: you can add par 阅读全文
摘要:
1.DDL(Data Definition Language)数据库定义语言statements are used to define the database structure or schema. DDL是SQL语言的四大功能之一。用于定义数据库的三级结构,包括外模式、概念模式、内模式及其相互 阅读全文