Skip to content

lucifer

  • System
    • centos
    • shell
    • Common service
    • kernel
  • O.S.O.S
    • Web Service
      • apache
      • nginx
    • LB & HA Cluster
      • LVS
      • keepalived
  • Databases
    • MariaDB

shell.6.1 bash脚本:向数据库插入随机数据

2018年6月8日2018年6月12日luciferLeave a comment

  脚本要求: =========== 数据库名:firstdb; 表名:class1; 字段:na…

Continue Reading

1.6 MariaDB 服务端命令(DML-DELETE、UPDATE基本用法)

2018年6月8日2018年6月8日luciferLeave a comment

  DELETE:操作对象是行,必须要指定WHERE子句,否则将会删除整张表; UPDATE:操作对…

Continue Reading

1.5 MariaDB 服务端命令(DML-SELECT基本用法)

2018年6月8日luciferLeave a comment

  1>返回指定表的所有数据; SELECT  *  FROM  tbl_name; 2&gt…

Continue Reading

1.4 MariaDB 服务端命令(DML-INSERT基本用法)

2018年6月8日2018年6月8日luciferLeave a comment

  语法格式: ================== {INSERT | REPLACE}  [IN…

Continue Reading

1.3 MariaDB 服务端命令(DDL)

2018年6月8日luciferLeave a comment

  1、数据类型; 表由行和列组成; 创建表时需要定义表中的字段; 定义字段时需要确定其数据类型; …

Continue Reading

1.2 MariaDB 特性、配置文件、客户端命令、服务端命令帮助

2018年6月8日luciferLeave a comment

  MySQL的衍生版:MariaDB、Percona-Server、AliSQL、TiDB; Ma…

Continue Reading

1.1 关系型数据库概述

2018年6月8日luciferLeave a comment

  1、数据管理模型:层次模型、网状模型、关系模型; 数据分类:结构化数据、半结构化数据、非结构化数…

Continue Reading

11.2 php-fpm

2018年6月8日2018年6月20日luciferLeave a comment

  1、MariaDB的YUM安装步骤: ========================== 安装…

Continue Reading

11.1 php相关配置文件

2018年6月8日2018年6月20日luciferLeave a comment

  PHP配置文件: php主配置文件:/etc/php.ini,/etc/php.d/*.ini;…

Continue Reading

1.9 LAMP(YUM)

2018年6月8日2018年6月20日luciferLeave a comment

  WEB的2种资源类型: 静态资源:原始数据的形式与响应内容一致; 动态资源:原始数据形式通常为程…

Continue Reading

文章导航

Previous Page 1 Page 2 Page 3 Page 4 … Page 11 Next

The steps you take don’t need to be big,they just need to take you in the right direction.

文章归档

分类目录

© 2025 lucifer | WordPress Theme: Lontano Free by CrestaProject.
粤ICP备18013254号-1