代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/205740/5023727
pm mysql.pm
# -*- tab-width: 4 perl-indent-level: 4-*- ###############################
#
# $Id: Mysql.pm,v 1.2 2006/04/26 10:53:17 hellwolf Exp $
# This program is free software; you can redistribute it and/or m
www.eeworm.com/read/204643/5031497
mysql install.mysql
The MySQL driver is not distributed from apache.org due to licensing issues.
If you wish to build the driver, download apr_dbd_mysql.c from
http://apache.webthing.com/database/
and copy it into the d
www.eeworm.com/read/198364/5087643
cs mysql.cs
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|03 Nov 2003 03:17:13 -0000
vti_extenderversion:SR|4.0.2.6513
www.eeworm.com/read/188910/5204847
js mysql.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/187332/5224306
mysql init.mysql
USE ser;
CREATE TABLE IF NOT EXISTS cpl ( user VARCHAR(50) NOT NULL PRIMARY KEY,
cpl_xml BLOB, cpl_bin BLOB, UNIQUE (user));
www.eeworm.com/read/184888/5243944
mysql init.mysql
USE ser;
CREATE TABLE `cpl` (
`username` varchar(64) NOT NULL,
`domain` varchar(64) NOT NULL default '',
`cpl_xml` blob,
`cpl_bin` blob,
PRIMARY KEY (`username`,`domain`)
) ENGINE=MyISAM
www.eeworm.com/read/181202/5277915
h mysql.h
/* Copyright (C) 2000-2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softwar