表示 进入内容 1261 去 1270 的 15679 « 先前的 10 新的记录 | 下一步 10 较早的记录 » May 27 2018 MySql的基础知识之select Posted by mysql-云栖社区 on Sun 27 May 2018 02:17 UTC Tags: MySQL, 函数, 表达式 MySql的基础知识之select 一、select语法 1、 简单查询语句 select 字段 from 表名|视图 where 条件 order by 字段 desc|asc (|表示或,desc降序,asc升序,不写默认升序) 例如 : select * from user where n. 【mysql】 【函数】 【表达式】 点击查看原文> May 26 2018 Mac 安装 mysqlclient Posted by mysql-云栖社区 on Sat 26 May 2018 03:48 UTC Tags: Python, Mac, github, MySQL, brew, create, pip, 模块 尝试在虚拟环境下通过 pip 安装: pip install mysqlclient 然后报错:OSError: mysql_config not found 找到官方文档 https://github. 【python】 【mac】 【mysql】 【模块】 【pip】 【Create】 【github】 【brew】 …[获取更多] May 26 2018 阿里云mysql数据库连接不上 Posted by mysql-云栖社区 on Sat 26 May 2018 02:56 UTC Tags: Blog, update, server, MySQL, 数据库 报错信息: Host is not allowed to connect to this MySQL server 原因,没有权限 解决方法:https://blog.csdn.net/bingjianIT/article/details/54384299 在装有MySQL的机器上登录MySQL mysql -u root -p密码 执行use mysql; 执行update user set host = '%' where user = 'root';这一句执行完可能会报错,不用管它。 【mysql】 【数据库】 【Server】 【update】 【Blog】 点击查看原文> May 26 2018 Mysql8.0命令 Posted by mysql-云栖社区 on Sat 26 May 2018 02:55 UTC Tags: update, grant, by, MySQL, create, 加密 1.创建用户 create user 'username'@'localhost' identified by 'pwd' 2.修改访问权限 在mysql数据下修改user表用户host为'%' update user set host='%' where user='username' 3. 【mysql】 【加密】 【BY】 【grant】 【Create】 【update】 点击查看原文> May 26 2018 MySQL 学习笔记(三):完整性和触发器设计 Posted by mysql-云栖社区 on Sat 26 May 2018 00:55 UTC Tags: add, MySQL, 数据库, create, 测试 (一)完整性设计 方法一、在设计表时定义约束 删除数据库school,建立新数据库school1 drop database school; create database school; use school; 1. 【mysql】 【数据库】 【测试】 【ADD】 【Create】 点击查看原文> May 25 2018 mysql 存储过程 Posted by mysql-云栖社区 on Fri 25 May 2018 23:16 UTC Tags: list, varchar, MySQL, create, 存储过程, 函数, 数据类型 mysql 存储过程 直接点,代码为主: 1.创建表 CREATE TABLE `t_tree` ( `id` int(11) NOT NULL AUTO_INCREMENT, `park_id` int(11) NOT NULL COMMENT '园区id', `parent_id. 【mysql】 【函数】 【Create】 【list】 【存储过程】 【varchar】 【数据类型】 …[获取更多] May 25 2018 Hibernate-ORM:03.Hibernate主键生成策略 Posted by mysql-云栖社区 on Fri 25 May 2018 12:25 UTC Tags: Oracle, sql, Hibernate, Class, MySQL, 数据库, UUID, 服务器, 序列 ------------吾亦无他,唯手熟尔,谦卑若愚,好学若饥------------- 此篇博客简单记录五种常用的主键生成策咯: 不同的主键生成策略,生成的sql语句,以及hibernate的操作都是不同的! 3. 【服务器】 【mysql】 【Oracle】 【SQL】 【数据库】 【序列】 【class】 …[获取更多] May 25 2018 Hibernate-ORM:02.Hibernate增删改入门案例 Posted by mysql-云栖社区 on Fri 25 May 2018 12:04 UTC Tags: xml, Hibernate, session, Class, string, MySQL, 数据库, 配置, void, junit ------------吾亦无他,唯手熟尔,谦卑若愚,好学若饥------------- 本笔者使用的是Idea+mysql+maven做Hibernate的博客,本篇及其以后都是如此! 首先写好思路和流水,我说一下会讲什么: 1. 【mysql】 【数据库】 【配置】 【string】 【xml】 【class】 【void】 …[获取更多] May 25 2018 阿里云Kubernetes SpringCloud 实践进行时(6): 熔断器聚合监控 Posted by mysql-云栖社区 on Fri 25 May 2018 09:28 UTC Tags: Java, MySQL, 数据库, 分布式, Docker, 容器, 架构, Kubernetes, 微服务, 分布式系统与计算, springcloud, k8s, hystrix, 熔断器, turbine 讲述了在阿里云Kubernetes容器服务基础之上,如何快速搭建基于Spring Cloud的微服务架构中的基础设施之熔断器聚合监控Hystrix Turbine。 【分布式】 【架构】 【分布式系统与计算】 【java】 【docker】 【mysql】 【数据库】 【微服务】 …[获取更多] May 25 2018 阿里云Kubernetes SpringCloud 实践进行时(5): 弹性服务与容错处理 Posted by mysql-云栖社区 on Fri 25 May 2018 09:26 UTC Tags: Java, MySQL, 数据库, 分布式, Docker, 容器, 架构, 监控, Kubernetes, 微服务, 分布式系统与计算, springcloud, k8s, hystrix, 熔断器 讲述了在阿里云Kubernetes容器服务基础之上,如何快速搭建基于Spring Cloud的微服务架构中的基础设施之分布式弹性服务与容错处理框架Hystrix及其监控仪表板Hystrix Dashboard。 【分布式】 【架构】 【分布式系统与计算】 【java】 【监控】 【docker】 【mysql】 …[获取更多] 表示 进入内容 1261 去 1270 的 15679 « 先前的 10 新的记录 | 下一步 10 较早的记录 » 最热门的前20位作者 約翰·史密斯 (2) Oracle MySQL Blogs Oracle's MySQL Blog (29) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums