解决的问题:安装mysql server和mysql client
5.5新建远程账户远程访问权限MYSQL默认字符集修改为UTF8检查防火墙一、安装BTW:可以使用查找命令查看安装包sudo apt-安装命令sudo
apt-get install mysql-server-5.5 回车 (有一个...
分类:
数据库 时间:
2014-05-29 04:19:12
阅读次数:
437
【英】ben Forta著1 1.0 选择数据库 use eg: use 数据库名; 2.0
show命令查看信息: show databases; show tables; show columns from 表名;(显示表中列的属性信息) ...
分类:
数据库 时间:
2014-05-29 04:16:15
阅读次数:
309
今天做实验的时候,想起我那台yum安装的nginx+php-fpm+mysql服务器上的nginx版本有点低了,并且还要加两个第3方模块,就去nginx官网下载了最新稳定版nginx-1.0.6,好了,废话不多说看教程吧.
系统版本: centos 5.6 ip: 192.168.1.200 需要的...
分类:
其他好文 时间:
2014-05-29 03:59:41
阅读次数:
300
在虚拟机syfdemo的applmgr角色下执行appstart.sh脚本时依次执行以下过程:------------------------------------------------脚本
用途adopmnctl.sh start, stop and check the status of ....
分类:
其他好文 时间:
2014-05-29 03:54:32
阅读次数:
221
GBK: create database test2 DEFAULT CHARACTER SET
gbk COLLATE gbk_chinese_ci;UTF8: CREATE DATABASE `test2` DEFAULT CHARACTER SET
utf8 COLLATE utf8_gene...
分类:
数据库 时间:
2014-05-29 03:39:08
阅读次数:
306
##一.Join语法概述join 用于多表中字段之间的联系,语法如下: ... FROM table1
INNER|LEFT|RIGHT JOIN table2 ON conditiona table1:左表;table2:右表。JOIN
按照功能大致分为如下三类:INNER JOIN(...
分类:
数据库 时间:
2014-05-29 01:51:56
阅读次数:
383
The following MySQL error might occur if you are
using MySQL replication and binary logs.mysql> show binary logs;ERROR 1381
(HY000): You are not using...
分类:
其他好文 时间:
2014-05-29 01:42:38
阅读次数:
518
注:本文翻译自Google官方的Android Developers
Training文档,译者技术一般,由于喜爱安卓而产生了翻译的念头,纯属个人兴趣爱好。原文链接:http://developer.android.com/training/location/geofencing.html地理围栏可...
分类:
移动开发 时间:
2014-05-28 22:54:50
阅读次数:
708
http://www.orczhou.com/index.php/2010/02/innodb-double-write/http://www.mysqlperformanceblog.com/2006/08/04/innodb-double-write/http://dev.mysql.com/d...
分类:
数据库 时间:
2014-05-28 22:29:09
阅读次数:
323
1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3
import urllib2 4 import json 5 import subprocess 6 import threading 7 8
#统计10个最长访问的ip 9 ip_raw =.....
分类:
编程语言 时间:
2014-05-28 21:47:39
阅读次数:
386