代码搜索:mySQL

找到约 10,000 项符合「mySQL」的源代码

代码结果 10,000
www.eeworm.com/read/226376/4785615

sql mysql.sql

CREATE DATABASE blog; GRANT ALL ON blog.* TO blog@localhost IDENTIFIED BY "blog"; USE blog; CREATE TABLE userinfo ( id VARCHAR(32) NOT NULL, name VARCHAR(32) NOT NULL, password VARCH
www.eeworm.com/read/224936/4800832

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/224860/4802316

sql mysql.sql

CREATE DATABASE tools; GRANT ALL ON tools.* TO tools@localhost IDENTIFIED BY "tools";
www.eeworm.com/read/224860/4802377

sql mysql.sql

CREATE DATABASE message; GRANT ALL ON message.* TO message@localhost IDENTIFIED BY "message"; USE message; CREATE TABLE userinfo ( id VARCHAR(32) NOT NULL, name VARCHAR(32) NOT NULL,
www.eeworm.com/read/223584/4809200

sql mysql.sql

drop table if exists OS_PROPERTYENTRY cascade; create table OS_PROPERTYENTRY ( GLOBAL_KEY varchar(250) NOT NULL, ITEM_KEY varchar(250) NOT NULL, ITEM_TYPE tinyint, STRING_VALUE varchar(255), DATE
www.eeworm.com/read/222917/4815743

h mysql.h

/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB This file is public domain and comes with NO WARRANTY of any kind */ /* defines for the libmysql library */ #ifndef _my
www.eeworm.com/read/222917/4815759

mak mysql.mak

# Temporarily here -- later may go into some batch file # which will set this as an environment variable PROJECT_ROOT = ..\.. # Module details MODULE_NAME = phpmysql MODULE_DESC = "PHP MySQL Extensio
www.eeworm.com/read/222917/4815760

dsp mysql.dsp

# Microsoft Developer Studio Project File - Name="mysql" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dyn
www.eeworm.com/read/218586/4856640

sql mysql.sql

-- -- Table structure for table `tag` -- CREATE TABLE `tag_tag` ( `tag_id` int(10) unsigned NOT NULL auto_increment, `tag_term` varchar(64) /* BINARY */ NOT NULL default '',
www.eeworm.com/read/218586/4856808

sql mysql.sql

-- phpMyAdmin SQL Dump -- version 2.6.4-pl4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: May 07, 2006 at 01:26 PM -- Server version: 5.0.16 -- PHP Version: 5.1.0 --