代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/429152/1950867
java databaseconnection.java
package cn.mldn.lxh.dbc ;
import java.sql.* ;
public class DataBaseConnection
{
private final String DBDRIVER = "org.gjt.mm.mysql.Driver" ;
private final String DBURL = "jdbc:mysql://localho
www.eeworm.com/read/429152/1950875
java databaseconnection.java
package cn.mldn.lxh.dbc ;
import java.sql.* ;
public class DataBaseConnection
{
private final String DBDRIVER = "org.gjt.mm.mysql.Driver" ;
private final String DBURL = "jdbc:mysql://localho
www.eeworm.com/read/422060/2043713
phpt common.phpt
--TEST--
MySQL
--SKIPIF--
--REDIRECTTEST--
# magic auto-configuration
$config = array(
www.eeworm.com/read/422060/2043715
phpt bug_37445.phpt
--TEST--
PDO MySQL Bug #37445 (Premature stmt object destruction)
--SKIPIF--
www.eeworm.com/read/368173/2824332
properties db.properties
DRIVER = org.gjt.mm.mysql.Driver
URL1 = jdbc:mysql://localhost/
URL2= user=root&password=tony&useUnicode=true&characterEncoding=gb2312k
www.eeworm.com/read/133928/14017660
txt function.txt
#
# MySQL-Function-list: used by MySQL-Front on opening a connection.
#
# you can add or delete entrys as you want - perhaps you want only
# a few of them shown in the functions-Popup-Menu
#
# O
www.eeworm.com/read/358128/3004440
dat init_file.dat
select * from mysql.user as t1, mysql.user as t2, mysql.user as t3;
use test;
drop table if exists t1;
create table t1 (x int);
drop table if exists t2;
create table t2 (y int);
drop procedure if ex
www.eeworm.com/read/119608/14825475
am makefile.am
INCLUDES = -DCONFIG_DIR=\"$(sysconfdir)\"
bin_PROGRAMS = sm
noinst_HEADERS = sm.h
sm_SOURCES = aci.c \
dispatch.c \
feature.c \
main.c \
mm.c \