表示 进入内容 2331 去 2340 的 14827 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: MySQL (reset) Dec 25 2017 MySQL常见命令 [转] Posted by mysql-云栖社区 on Mon 25 Dec 2017 16:00 UTC Tags: sql, database, update, MySQL, 数据库, create, 主机, 空格 转自:http://www.cnblogs.com/longdouhzt/archive/2012/05/01/2478226.html#top 服务器或VPS用户如何用命令创建MYSQL数据库 一、连接MYSQL 格式: mysql -h主机地址 -u用户名 -p用户密码 1、 连接到本机上的MYSQL。 【mysql】 【SQL】 【数据库】 【主机】 【空格】 【Create】 【database】 …[获取更多] Dec 25 2017 安装mysql Posted by mysql-云栖社区 on Mon 25 Dec 2017 15:27 UTC Tags: sql, database, test, service, MySQL, 数据库, 数据类型 安装mysql 【mysql】 【SQL】 【数据库】 【test】 【database】 【service】 【数据类型】 点击查看原文> Dec 25 2017 Linux5下安装MySQL过程记录 Posted by mysql-云栖社区 on Mon 25 Dec 2017 08:32 UTC Tags: Oracle, server, TYPE, MySQL, 数据库 1)下载: 在mysql的网站上,下载 mysql-5.6.13-linux-glibc2.5-x86_64.tar.gz 比如拷贝到 /soft/mysql5/ 目录下。 2)解压: [root@server local]#cd /usr/local[root@server local]#tar zxvf /soft/mysql5/mysql-5. 【mysql】 【Oracle】 【数据库】 【Server】 【type】 点击查看原文> Dec 25 2017 MySQL下建立表 Posted by mysql-云栖社区 on Mon 25 Dec 2017 08:29 UTC Tags: html, database, server, varchar, MySQL, create 连接到MySQL之后, 执行: mysql> use mysql; Reading table information for completion of table and column names You can turn off this feature to get a quicker... 【mysql】 【Server】 【Create】 【database】 【html】 【varchar】 点击查看原文> Dec 25 2017 远端访问MySQL Posted by mysql-云栖社区 on Mon 25 Dec 2017 08:29 UTC Tags: Oracle, server, grant, TYPE, MySQL, 服务器 首先,服务器和客户机都需要安装mysql。 然后,在服务器端,启动Mysql之后,进行权限设置: mysql> GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword' WITH GRANT OPTION; Query OK, 0 rows affected (0. 【服务器】 【mysql】 【Oracle】 【Server】 【grant】 【type】 点击查看原文> Dec 25 2017 14.2. 接口注解 Posted by mysql-云栖社区 on Mon 25 Dec 2017 06:35 UTC Tags: Apache, jdbc, utf-8, session, Class, TYPE, string, ibatis, mybatis, MySQL <?xml version="1.0" encoding="UTF-8"?>br /> 【mysql】 【Apache】 【string】 【JDBC】 【class】 【session】 【ibatis】 【type】 【mybatis】 …[获取更多] Dec 25 2017 第 14 章 MyBatis Posted by mysql-云栖社区 on Mon 25 Dec 2017 06:34 UTC Tags: Apache, xml, utf-8, session, mapping, Maven, string, ibatis, mybatis, MySQL, create, void 14.1. Mybatis 入门 创建数据库与表并插入测试数据 CREATE DATABASE `mybatis` /*!40100 COLLATE 'utf8_general_ci' */; CREATE USER 'mybatis'@'192. 【mysql】 【Apache】 【Maven】 【string】 【xml】 【void】 【Create】 【session】 …[获取更多] Dec 25 2017 5.13. Spring boot with MySQL Posted by mysql-云栖社区 on Mon 25 Dec 2017 05:55 UTC Tags: Web, api, plugin, jdbc, spring, Class, Maven, string, bind, MySQL, annotation, scope 5.13.1. Maven pom.xml 【mysql】 【spring】 【web】 【Maven】 【API】 【string】 【Annotation】 【JDBC】 【class】 【scope】 …[获取更多] Dec 25 2017 5.11. Connection and Statement Pooling Posted by mysql-云栖社区 on Mon 25 Dec 2017 05:54 UTC Tags: Apache, jdbc, spring, tomcat, TYPE, MySQL, alibaba 注意:下面的实例仅限 Spring boot 1.3.0.RELEASE 5.11.1. org.apache.tomcat.jdbc.pool.DataSource 默认连接池,可以忽略配置 spring. 【mysql】 【Apache】 【spring】 【tomcat】 【JDBC】 【type】 【alibaba】 点击查看原文> Dec 25 2017 推荐几本学习MySQL的好书 Posted by mysql-云栖社区 on Mon 25 Dec 2017 05:44 UTC Tags: innodb, DBA, server, mariadb, MySQL, 索引, 存储, 源码, 高性能 转载:http://mingxinglai.com/cn/2015/12/material-of-mysql/ 我这里推荐几本MySQL的好书,应该能够有效避免学习MySQL的弯路,并且达到一个不错的水平。 【mysql】 【innodb】 【源码】 【Server】 【索引】 【Mariadb】 【DBA】 【高性能】 …[获取更多] 表示 进入内容 2331 去 2340 的 14827 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (45) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums