代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/235678/4646306
sql mysql.sql
CREATE TABLE TFILES (ID INT(4) NOT NULL, FILENAME VARCHAR(255), FILE LONGBLOB, PRIMARY KEY (ID));
INSERT TABLE TFILES (ID, FILENAME, FILE) VALUES (1,"sample",null);
www.eeworm.com/read/231203/4717630
txt mysql.txt
# MySQL script for CMR examples
#
# Author: Aslak Helles鴜 (aslak.nospam@users.sf.net)
#
# Requirements:
# - MySQL 3.23.43b with InnoDB enabled
# - MM.MySQL 2.0.9 (JDBC driver)
#
# Brief instal
www.eeworm.com/read/230432/4723137
sql mysql.sql
-- ********************************************************************
-- 梦想年华新闻系统 [DreamTimeNews]
-- MySQL数据库角本文件
-- 数据库: `dreamtimenews`
--
--
-- 数据库: `dreamtimenews`
--
DROP DATABASE
www.eeworm.com/read/227977/4767450
sql mysql.sql
-- $Header: /cvsroot/usebb/UseBB/install/schemas/mysql.sql,v 1.5 2007/02/20 18:27:11 pc_freak Exp $
--
-- Table structure for table `usebb_badwords`
--
CREATE TABLE usebb_badwords (
word varchar
www.eeworm.com/read/227686/4769228
java mysql.java
/* Sesame - Storage and Querying architecture for RDF and RDF Schema
* Copyright (C) 2001-2005 Aduna
*
* Contact:
* Aduna
* Prinses Julianaplein 14 b
* 3817 CS Amersfoort
* The Neth