代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/473367/1399666
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/470938/1435770
sql mysql.sql
create table CMS_MODULE_ONLINE_MASTER (MASTER_ID VARCHAR(36) BINARY NOT NULL,
SUB_ID INT NOT NULL,
www.eeworm.com/read/470710/1455208
sql mysql.sql
# phpMyAdmin MySQL-Dump
# version 2.2.2
# http://phpwizard.net/phpMyAdmin/
# http://phpmyadmin.sourceforge.net/ (download page)
#
# Host: localhost
# Generation Time: Mar 21, 2002 at 08:25 PM
#
www.eeworm.com/read/467733/1496418
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/464823/1524705
create_mysql
# Copyright (C) 2000-2002 Carnegie Mellon University
#
# Maintainer: Roman Danyliw ,
#
# Original Author(s): Jed Pickel (2000-2001)
#
www.eeworm.com/read/464823/1524750
rules mysql.rules
# (C) Copyright 2001,2002, Martin Roesch, Brian Caswell, et al.
# All rights reserved.
# $Id$
#----------
# MYSQL RULES
#----------
#
# These signatures detect unusual and potentually malico
www.eeworm.com/read/462807/1542873
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 Sof
www.eeworm.com/read/462255/1546887
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);