
数据库
PamBlog
记录大脑([email protected])
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
数据库基础知识
数据库的发展: 萌芽期:文件系统 用磁盘文件来存储数据 初期: 第一代数据库 网状、层次模型的数据库 中期:第二代数据库 关系型数据库(横行纵列表)和结构化查询语言(sql) 高期:新一代数据库 “关系-对象”数据库 DBMS:数据库管理系统软件 DBA:数据库管理、维护、设计(数据库管理员) 数据库管理系统的基本功能 数...原创 2019-02-16 12:27:21 · 957 阅读 · 4 评论 -
centos中安装mysql(mariadb)
1、下载 http://www.mysql.com http://mariadb.org 官方文档: http://dev.mysql.com/doc/ http://mariadb.com/kb/en/ 版本演变: (centos6默认)mysql: 5.1 5.5 5.6 5.7 (centos7默认)mariadb: 5.5 10.0 ...原创 2019-02-17 12:53:56 · 610 阅读 · 0 评论 -
服务器上安装mysql
转载:https://blog.csdn.net/bianchengxiaoma/article/details/80800622 ,保存以便方便查找 CentOS 7 版本将MySQL数据库软件从默认的程序列表中移除,用MariaDB代替了,MariaDB数据库管理系统是MySQL的一个分支,主要由开源社区在维护,采用GPL授权许可。开发这个分支的原因之一是:甲骨文公司收购了MySQL后,有...转载 2019-05-22 19:19:29 · 10673 阅读 · 0 评论 -
阿里云服务器上安装mysql后需要注意事项
1、修改root密码 (1)、找到临时root密码: grep "password" /var/log/mysqld.log B&t/5qw**acq即为临时密码 (2)、降低密码权限设置(想设置一个简单的密码) 转载:https://blog.csdn.net/hello_world_qwp/article/details/79551789 关于这个问题是在 《 ...原创 2019-05-22 19:53:45 · 1827 阅读 · 0 评论