表示 进入内容 211 去 220 的 223 « 先前的 10 新的记录 | 下一步 3 较早的记录 » Displaying posts with tag: https (reset) Oct 22 2016 MySQL 增量同步到 PostgreSQL Posted by mysql-云栖社区 on Sat 22 Oct 2016 07:33 UTC Tags: postgresql, binlog, http, github, https, MySQL, 同步, 数据库迁移, 数据同步, Digoal MySQL 增量同步到 PostgreSQL 作者 digoal 日期 2016-10-20 标签 PostgreSQL , MySQL , 数据同步 , binlog 背景 接触到越来越多MySQL的数据库迁移到PostgreSQL的需求,整理了一些从MySQL增量迁移到PostgreS... 【PostgreSQL】 【mysql】 【HTTPS】 【http】 【同步】 【数据库迁移】 …[获取更多] Oct 20 2016 MySQL之父Michael Wideneus:有自己的电脑,我可以做任何事情 Posted by mysql-云栖社区 on Thu 20 Oct 2016 03:40 UTC Tags: https, MySQL, 数据库, 阿里云, 云栖社区, AliSQL, 云栖大会, Michael, 褚霸, 云数据库RDS, Wideneus “开场前还有20分钟,他就一个人打开电脑开始写代码,我问他需要什么,他说I am a programmer , I have my computer so i can do everything , I am good.” 【云栖社区】 【阿里云】 【mysql】 【HTTPS】 【云栖大会】 【数据库】 【褚霸】 …[获取更多] May 27 2016 phabricator在mac上的搭建(转) Posted by mysql-云栖社区 on Fri 27 May 2016 08:30 UTC Tags: PHP, html, index, Nginx, Mac, facebook, server, git, http, https, MySQL, 数据库, 配置, 根目录, 域名 环境:OS X Yosemite 10.10.5 前提:phabricator主要是由php写的,而且是以website方式运行的,所以mac上要先安装好 php + nginx(或apache) + mysql(很多配置会保存在数据库里) php/nginx/mysql的环境搭建可参考: http://blog. 【nginx】 【php】 【mac】 【域名】 【mysql】 【HTTPS】 【根目录】 …[获取更多] Mar 07 2016 Lua 数据库访问(转) Posted by mysql-云栖社区 on Mon 07 Mar 2016 05:55 UTC Tags: postgresql, lua, file, http, github, bootstrap, https, MySQL, REQUIRE, 数据库, fetch, 源码 本文主要为大家介绍 Lua 数据库的操作库:LuaSQL。他是开源的,支持的数据库有:ODBC, ADO, Oracle, MySQL, SQLite 和 PostgreSQL。 本文为大家介绍MySQL的数据库连接。 【PostgreSQL】 【mysql】 【HTTPS】 【http】 【require】 【源码】 【数据库】 …[获取更多] Feb 29 2016 搭建 Linux 下 GitLab 服务器(转) Posted by mysql-云栖社区 on Mon 29 Feb 2016 13:00 UTC Tags: postgres, Linux, database, SQLite, Nginx, git, github, https, MySQL, 数据库, create, 配置, gitlab, 服务器, 脚本 这两天因为项目需求需要搭建一个GitLab服务器,遇到了很多问题,参考了很多网络资料,终于搭建成功,在此把这个过程记录一下,利人利己。 一、最终目的 1,在Linux下创建GitLab服务器,客户端能够完成git 的 clone,pull,commit,push操作。 【nginx】 【linux】 【服务器】 【mysql】 【postgres】 【HTTPS】 …[获取更多] Feb 02 2016 你用什么作为app应用的后台服务? Posted by mysql-云栖社区 on Tue 02 Feb 2016 08:19 UTC Tags: PHP, Wordpress, ruby, rails, android, http, github, service, https, MySQL, baas 你用什么作为app应用的后台服务? Ruby on Rails还是PHP? PHP+Mysql作为Android app的后台:http://www. 【php】 【android】 【mysql】 【HTTPS】 【http】 【WordPress】 【baas】 【ruby】 …[获取更多] Jan 09 2016 phabricator在mac上的搭建 Posted by mysql-云栖社区 on Sat 09 Jan 2016 12:23 UTC Tags: PHP, Blog, index, Nginx, Mac, facebook, server, git, http, https, MySQL, 数据库, 配置, 根目录, 域名 环境:OS X Yosemite 10.10.5 前提:phabricator主要是由php写的,而且是以website方式运行的,所以mac上要先安装好 php + nginx(或apache) + mysql(很多配置会保存在数据库里) php/nginx/mysql的环境搭建可参考: http://blog. 【nginx】 【php】 【mac】 【域名】 【mysql】 【HTTPS】 【根目录】 …[获取更多] Sep 23 2015 mysql 存在update不存在insert Posted by mysql-云栖社区 on Wed 23 Sep 2015 03:11 UTC Tags: html, update, test, https, MySQL, 索引 如果在INSERT语句末尾指定了ON DUPLICATE KEY UPDATE,并且插入行后会导致在一个UNIQUE索引或PRIMARY KEY中出现重复值,则在出现重复值的行执行UPDATE;如果不会导致唯一值列重复的问题,则插入新行。 【mysql】 【HTTPS】 【索引】 【test】 【update】 【html】 点击查看原文> Jun 22 2015 Scut初识之HelloWorld Posted by mysql-云栖社区 on Mon 22 Jun 2015 07:15 UTC Tags: c#, cache, iis, https, MySQL, 数据库, 服务器, 脚本 前序:又是好久没动手写写博客了,意味着好久没有自己研究一些新东西了,每天回来都比较晚,可能也比较累,都懒的打开电脑了,最近公司给所有的程序都配置了一台surface,欣喜若狂,轻便小巧,利用三天假期的时间终于可以好好利用一番,偶然的机会看到scut开原游戏服务器(一款基于. 【服务器】 【mysql】 【HTTPS】 【数据库】 【Cache】 【IIS】 …[获取更多] Feb 09 2015 如何在Ubuntu上安装Apache,MySQL,PHP,Nginx,HAProxy,以及如何在docker上安装LAMP Posted by mysql-云栖社区 on Mon 09 Feb 2015 07:10 UTC Tags: PHP, html, Blog, Apache, ubuntu, Nginx, http, github, https, MySQL, Docker, digitalocean 如何在Ubuntu上安装Apache,MySQL,PHP,Nginx,HAProxy,以及如何在docker上安装LAMP 在Ubuntu上安装LAMP: https://help. 【nginx】 【php】 【docker】 【mysql】 【ubuntu】 【HTTPS】 【Apache】 【http】 …[获取更多] 表示 进入内容 211 去 220 的 223 « 先前的 10 新的记录 | 下一步 3 较早的记录 » 最热门的前20位作者 約翰·史密斯 (1) Oracle MySQL Blogs Oracle's MySQL Blog (33) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums