表示 进入内容 71 去 80 的 108 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: code (reset) Aug 12 2016 Table 'performance_schema.session_variables' doesn't exist. Posted by mysql-云栖社区 on Fri 12 Aug 2016 12:50 UTC Tags: code, database, update, server, MySQL, 数据库 原因 需要更新mysql 措施 sudo mysql_upgrade -u root -p –force 出现以下内容成功 Checking server version. Running queries to upgrade MySQL server. Checking system database. ….. ….. 【mysql】 【数据库】 【code】 【Server】 【database】 【update】 点击查看原文> Jul 29 2016 mysql定时器 Posted by mysql-云栖社区 on Fri 29 Jul 2016 08:11 UTC Tags: code, update, MySQL, create CREATE DEFINER = 地址 EVENT 事件名 ON SCHEDULE EVERY 1 DAY STARTS ‘2016-03-08 00:00:00’ ON COMPLETION PRESERVE ENABLE DO UPDATE cus_base b SET b. 【mysql】 【code】 【Create】 【update】 点击查看原文> Jul 11 2016 mysql 排名 Posted by mysql-云栖社区 on Mon 11 Jul 2016 06:41 UTC Tags: code, group, by, MySQL, 排序 #排名(原文) 需求:获取分类平均值的名次? 比如10个班级的平均分,按照班级名称排序,后面跟着名次。 记录表:table_test ; 字段:banji 班级;AvgS 平均分;pm 排名; 解决方法: FROM ( SELECT A. 【mysql】 【code】 【排序】 【BY】 【Group】 点击查看原文> Jun 27 2016 Mybatis 入门 -- 最简单的引入和使用 Posted by mysql-云栖社区 on Mon 27 Jun 2016 15:12 UTC Tags: code, Blog, Apache, xml, jdbc, utf-8, session, view, test, Maven, ibatis, mybatis, MySQL, junit 参考:http://www.mybatis.org/mybatis-3/zh/getting-started.html 从今天开始学习官方文档。 1.项目搭建 项目结构: 首先,搭建一个maven项目。 【mysql】 【Apache】 【code】 【Maven】 【JDBC】 【xml】 【test】 【session】 …[获取更多] May 16 2016 linux[ubuntu]下mysql字符集设置 Posted by mysql-云栖社区 on Mon 16 May 2016 03:54 UTC Tags: code, Linux, ubuntu, variables, socket, MySQL, 字符集 1.安装mysql $ sudo apt-get install mysql-server 2.字符集设置 $ sudo vim /etc/mysql/my.cnf 追加如下内容 [client] default-character-set=utf8 #增加这一行,指定 socket=/var/run/mysqld/mysqld.sock [mysqld] 【linux】 【mysql】 【ubuntu】 【code】 【字符集】 【variables】 【Socket】 …[获取更多] Apr 17 2016 Sqoop基础学习(1) Posted by mysql-云栖社区 on Sun 17 Apr 2016 13:07 UTC Tags: Java, code, jdbc, MapReduce, varchar, sqoop, string, MySQL, hdfs, 数据库, 数据类型, 序列, input 1. Sqoop的导入过程 在开始导入之前,Sqoop会通过JDBC来获得所需要的数据库元数据 1.导入表的列名、数据类型等; 2.接着这些数据库的数据类型(varchar、number等)会把映射成Java的数据类型(String、int等),根据这些信息,Sqoop会生成一个与表名同名的类用来完成反序列的工作,保持表中的每一行记录; 3.Sqoop启动MapRedu 【java】 【mysql】 【hdfs】 【数据库】 【code】 …[获取更多] Mar 16 2016 Mysql优化 Posted by mysql-云栖社区 on Wed 16 Mar 2016 08:34 UTC Tags: code, demo, MySQL, 查询优化 mysql的优化demo 查询优化 1、使用 select xx,xxx,xxx from xtable比 select * from xtable 好。 $(function () { $('pre. 【mysql】 【code】 【demo】 【查询优化】 点击查看原文> Mar 01 2016 [解决] Error Code: 1044. Access denied for user 'root'@'%' to database Posted by mysql-云栖社区 on Tue 01 Mar 2016 03:27 UTC Tags: code, database, access, MySQL, 集群 今天在测试集群用的mysql上,遇到个权限的问题: SQLException : SQL state: 42000 com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user 'root'@'... 【mysql】 【集群】 【code】 【database】 【Access】 点击查看原文> Jan 22 2016 手动配置lnmp环境 Posted by mysql-云栖社区 on Fri 22 Jan 2016 08:21 UTC Tags: PHP, code, Nginx, server, Class, MySQL, 配置 做php开发的,想要进一步提升自己,手动搭建开发环境,我想是必须经历的一个坎。虽然说有很多第三方集成环境可供使用,但我想说的是在你没有自己搭建过一次环境的时候,你没有太多的资本去“偷懒”。 【nginx】 【php】 【mysql】 【配置】 【code】 【Server】 【class】 …[获取更多] Jan 22 2016 手动配置lnmp环境 Posted by mysql-云栖社区 on Fri 22 Jan 2016 08:21 UTC Tags: PHP, code, Nginx, server, Class, MySQL, 配置 做php开发的,想要进一步提升自己,手动搭建开发环境,我想是必须经历的一个坎。虽然说有很多第三方集成环境可供使用,但我想说的是在你没有自己搭建过一次环境的时候,你没有太多的资本去“偷懒”。 【nginx】 【php】 【mysql】 【配置】 【code】 【Server】 【class】 …[获取更多] 表示 进入内容 71 去 80 的 108 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (41) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums