代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/413713/2159730
readme_for_app
Pre-requisites :
--------------
Ruby 1.8.6-26 or above
Rails 2.0.2
MySQL 4.0 or above
mysql gem
WEBrick or any other HTTP server
Database Creation:
-----------------
Modify config/data
www.eeworm.com/read/398634/2373533
pl ndb_size.pl
#!/usr/bin/perl -w
use strict;
use DBI;
use POSIX;
use HTML::Template;
# MySQL Cluster size estimator
# ----------------------------
#
# (C)2005 MySQL AB
#
#
# The purpose of this tool is to work o
www.eeworm.com/read/377940/2694878
props apidb.props
driver=org.gjt.mm.mysql.Driver
database=jdbc:mysql://dbserver.mydomain.org/APIDB
user=my_user_name
password=my_secret_password
www.eeworm.com/read/377803/2696224
makefile
#
# Make file to build the MySQL Database Driver for DBConnect API
# Copyright (c) Johnathan Ingram 2002
#
# dynamic: Build the driver requiring the mysql dynamic link library.
# static: Build the dr
www.eeworm.com/read/377803/2696235
in makefile.in
#
# Make file to build the MySQL Database Driver for DBConnect API
# Copyright (c) Johnathan Ingram 2002
#
# dynamic: Build the driver requiring the mysql dynamic link library.
# static: Build the dr
www.eeworm.com/read/373880/2757389
props apidb.props
driver=org.gjt.mm.mysql.Driver
database=jdbc:mysql://dbserver.mydomain.org/APIDB
user=my_user_name
password=my_secret_password
www.eeworm.com/read/263415/4302764
props apidb.props
driver=org.gjt.mm.mysql.Driver
database=jdbc:mysql://dbserver.mydomain.org/APIDB
user=my_user_name
password=my_secret_password