
Mysql
alaclp
这个作者很懒,什么都没留下…
展开
-
MySQL 5.0新特性教程 存储过程:第二讲
点击查看详细内容原创 2007-06-21 10:53:00 · 914 阅读 · 0 评论 -
Installing PHP and Zend Framework on Ubuntu
Installing PHP and Zend Framework on Ubuntu Tuesday, 19 July 2011 08:40 Bogdan Acostachioaie I had a lot of trouble setting up Zend Framework. The installation procedure is very simple, b转载 2012-07-21 10:43:17 · 941 阅读 · 0 评论 -
Installing Zend Server Community Edition (CE) on Ubuntu 10.04.3 LTS
Posted on September 7, 2011 by tommie Looking for a fast, reliable and easy PHP stack on Ubuntu? Look no further, the Zend Server is probably what you’re looking for. And if you’re developi转载 2012-07-21 10:45:22 · 1021 阅读 · 0 评论 -
MYSQL默认字符集UTF-8设置
mysql create database utf8 分类: dotproject 2008-12-11 15:20 7382人阅读 评论(0) 收藏 举报 1.创建数据库表 mysql>CREATE DATABASE IF NOT EXISTS my_db default charset utf8 COLLATE utf8_general_ci; #注意后面转载 2012-07-31 02:48:45 · 949 阅读 · 0 评论