代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/389774/2536613
mysql readme.mysql
As of apr-util version 1.2.11, MySQL DBD driver is shipped as part of the
distribution. However, to avoid licensing incompatibilities, it is not
built by default. To enable MySQL support, use the --
www.eeworm.com/read/388795/2546504
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 Softwar
www.eeworm.com/read/388095/2551802
java mysql.java
package fengyun.Fastmail.beans;
import java.sql.*;
/**
* 处理数据库的连接和访问
* @author sanware
* @version 1.01
*/
public class Mysql {
private Connection conn = null;
private Statement stmt
www.eeworm.com/read/388095/2551817
txt mysql.txt
CREATE DATABASE fastmail;
use fastmail;
CREATE TABLE alias (
userid varchar(20) DEFAULT '' NOT NULL,
alias varchar(100) DEFAULT '' NOT NULL,
alias_userid varchar(20) DEFAULT '' NOT NULL,