代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/124877/14530792
txt mysql.txt
DROP TABLE IF EXISTS bbs1;
CREATE TABLE bbs1 (
AnnounceID int(11) NOT NULL auto_increment,
ParentID int(11) NOT NULL default '0',
Child int(11) NOT NULL default '0',
BoardID int(11) NOT N
www.eeworm.com/read/223878/14614961
sql mysql.sql
# phpMyAdmin SQL Dump
# version 2.5.6-rc1
# http://www.phpmyadmin.net
#
# Host: localhost
# Generation Time: Mar 06, 2004 at 11:59 AM
# Server version: 4.0.15
# PHP Version: 4.2.3
#
# Databa
www.eeworm.com/read/122946/14655158
h mysql.h
/* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Publ
www.eeworm.com/read/122946/14655343
create_mysql
# Copyright (C) 2000 Carnegie Mellon University
#
# Author(s): Jed Pickel ,
# Todd Schrubb
# Roman Danyliw ,
www.eeworm.com/read/222034/14710175
gif mysql.gif
www.eeworm.com/read/116838/14951973
mysql gb.mysql
### 留言板
### 建表sql
### use YourDbName;
### drop table if exists scud_gb;
create table scud_gb
(
user_id int not null, ### 0 方便向多用户扩展
g_id int not null auto_increment, ### 1 id
g
www.eeworm.com/read/114089/15114600
create_mysql
# Copyright (C) 2000 Carnegie Mellon University
#
# Author(s): Jed Pickel , Todd Schrubb
#
# This program is free software; you can redistribute it and/or modify
#
www.eeworm.com/read/211772/15174056
h mysql.h
/* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General P
www.eeworm.com/read/211772/15174059
pro mysql.pro
#############################################################
#
# mysql 通用跨平台mysql数据库插件
#
#############################################################
TARGET = mysql
TEMPLATE = lib
LANGUAGE