Community journal The latest from the MySQL community Ideas, releases, practical guides, and perspectives from the people building with MySQL. Follow the feed Entries per page 51025 Showing entries 2361 to 2370 of 15691 « Previous | Next » Search Planet MySQL Go Dec 26 2017 2.13. Spring boot with MySQL Posted by mysql-云栖社区 on Tue 26 Dec 2017 03:08 UTC Tags: Web, api, plugin, jdbc, spring, Class, Maven, string, bind, MySQL, annotation, scope 2.13.1. Maven pom.xml 【mysql】 【spring】 【web】 【Maven】 【API】 【string】 【Annotation】 【JDBC】 【class】 【scope】 …[获取更多] Dec 26 2017 [mysql]mysql grant 用户权限总结 Posted by mysql-云栖社区 on Tue 26 Dec 2017 02:21 UTC Tags: Replication, update, index, grant, file, view, lock, MySQL, 数据库, create 一.权限表 mysql数据库中的3个权限表:user 、db、 host 权限表的存取过程是: 1)先从user表中的host、 user、 password这3个字段中判断连接的IP、用户名、密码是否存在表中,存在则通过身份验证; 2)通过权限验证,进行权限分配时,按照useràdbàtables_privàcolumns_priv的顺序进行分配。 【mysql】 【数据库】 【lock】 【grant】 【replication】 …[获取更多] Dec 25 2017 Mysql数据导入导出 Posted by mysql-云栖社区 on Mon 25 Dec 2017 16:00 UTC Tags: xml, database, source, test, MySQL, 数据库 导出导入数据库 导出 mysqldump方法 mysqldump -u用户名 -p密码名 database [table]> 目标文件 导入 mysql -uroot -proot use database source 目标文件; PS: 这种方法是导出整个表数据,并且带着建表信息,假如导入... 【mysql】 【数据库】 【xml】 【test】 【database】 【source】 点击查看原文> 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】 …[获取更多] « Previous | Next » Get Started Contributing Contributing to MySQL Developer Guide Events MySQL Event Calendar Suggest An Event MySQL Showcase Browse the Showcase Suggest a Project 最热门的前20位作者 Libing Song (5) Oracle MySQL Blogs Oracle's MySQL Blog (32) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums