表示 进入内容 741 去 750 的 837 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: update (reset) Jun 16 2015 [转]阿里云配置mysql远程连接 Posted by mysql-云栖社区 on Tue 16 Jun 2015 14:50 UTC Tags: Blog, update, grant, MySQL, 数据库, 配置, 远程连接, account, oschina [转]阿里云配置mysql远程连接 默认是不能用客户端远程连接的,阿里云提供的help.docx里面做了设置说明,mysql密码默认存放在/alidata/account.log 首先登录: mysql -u root -h localhost -p use mysql ... 【mysql】 【数据库】 【配置】 【远程连接】 【grant】 【update】 …[获取更多] May 30 2015 Host is not allowed to connect to this MySQL server 错误的处理方法 Posted by mysql-云栖社区 on Sat 30 May 2015 01:46 UTC Tags: update, server, grant, by, MySQL 1. mysql>use mysql; mysql>update user set host = '%' where user = 'root'; mysql>select host, user from user; 2. 【mysql】 【BY】 【Server】 【grant】 【update】 点击查看原文> May 18 2015 mysql update case when和where之间的注意事项 Posted by mysql-云栖社区 on Mon 18 May 2015 07:31 UTC Tags: update, varchar, TYPE, MySQL, 测试, 数据类型, transfer 在日常开发中由于业务逻辑较为复杂,常常需要用到UPDATE和CASE...WHEN...THEN...ELSE...END一起做一些复杂的更新。有时候因为对这几个字句理解得不透彻会带来很大的困扰。 【mysql】 【测试】 【Transfer】 【update】 【type】 【varchar】 【数据类型】 …[获取更多] May 12 2015 mysql数据类型 Posted by mysql-云栖社区 on Tue 12 May 2015 10:35 UTC Tags: update, timestamp, TYPE, MySQL, create, 数据类型 --mysql中的int分为有符号与无符号类型 对于int类型,其无符号类型最大为4294967295(大约42亿),如果数据量增大,则其不够用,注意 --在建立int类型数据时,建议不要使... 【mysql】 【Create】 【timestamp】 【update】 【type】 【数据类型】 点击查看原文> May 10 2015 如何让您的php也支持pthreads多线程 Posted by mysql-云栖社区 on Sun 10 May 2015 06:59 UTC Tags: PHP, update, MySQL, 线程, 安全, 多线程 我们常常会碰到这样一种情况,开发环境在windows下开发,而生产环境确是linux。windows下能正常运行,上传到linux后却无法好好地玩耍了。然后开始了一轮尼玛式的疯狂的查找原因,最后发现是服务器环境问题。 【php】 【安全】 【mysql】 【线程】 【多线程】 【update】 点击查看原文> May 09 2015 Mysql学习笔记(一)数据类型 Posted by mysql-云栖社区 on Sat 09 May 2015 03:46 UTC Tags: update, timestamp, varchar, MySQL, 数据库, 索引, 字符集, 服务器, 存储, 数据类型 原文:Mysql学习笔记(一)数据类型 学习内容: Mysql基本数据类型. 1.数字类型.. i.整型 Mysql数据类型 含义(有符号) tinyint(m) 一个字节 范围(-128~127) smallint(m) ... 【服务器】 【mysql】 【数据库】 【索引】 【字符集】 …[获取更多] May 02 2015 Mysql 常用命令总结 Posted by mysql-云栖社区 on Sat 02 May 2015 17:22 UTC Tags: sql, database, update, grant, MySQL, 数据库, 主机, 控制台, 数据结构 Mysql安装目录数据库目录/var/lib/mysql/配置文件/usr/share/mysql(mysql.server命令及配置文件)相关命令/usr/bin(mysqladmin mysqldump等命令)启动脚本/etc/init.d/mysql(启动脚本文件mysql的目录) 系统管理连接MySQL格式: mysql -h 主机地址 -u用户名 -p用户密码例 1:连接到本机上的 MySQL。 【mysql】 【SQL】 【数据库】 【主机】 【控制台】 【grant】 …[获取更多] Apr 11 2015 mysql update操作 Posted by mysql-云栖社区 on Sat 11 Apr 2015 08:30 UTC Tags: update, MySQL, 表达式 update语法 Single-table语法: UPDATE [LOW_PRIORITY] [IGNORE] tbl_name SET col_name1=expr1 [, col_name2=expr2 . 【mysql】 【表达式】 【update】 点击查看原文> Apr 01 2015 MySQL 体系结构 Posted by mysql-云栖社区 on Wed 01 Apr 2015 15:17 UTC Tags: update, lock, MySQL, 数据库, 存储, 架构 2015-10-27 21:51 by pursuer.chen, 4218 阅读, 7 评论, 收藏, 编辑 标签:MYSQL/数据库/查询原理/体系结构 概述 学习一门数据库系统首先得了解它的架构,明白它的架构原理对于后期的分析问题和性能调优都有很大的帮助,接下来就通过分析架构图来认识它。 【架构】 【mysql】 【数据库】 【lock】 【update】 【存储】 …[获取更多] Mar 20 2015 MySql:局域网和权限用户管理 Posted by mysql-云栖社区 on Fri 20 Mar 2015 04:59 UTC Tags: update, plugin, http, XP, MySQL, 数据库 MySql 5.6(XP)/5.7(win7) 添加用户和设置局域访问权限操作.请在 http://sourceforge.net/ 下载MySql Control Center(不是安装版本). use mysql; select * from user; update user set authentication_string=password('0214 【mysql】 【http】 【数据库】 【plugin】 【update】 【XP】 点击查看原文> 表示 进入内容 741 去 750 的 837 « 先前的 10 新的记录 | 下一步 10 较早的记录 » 最热门的前20位作者 約翰·史密斯 (1) Oracle MySQL Blogs Oracle's MySQL Blog (27) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums