代码搜索:databases
找到约 1,381 项符合「databases」的源代码
代码结果 1,381
www.eeworm.com/read/403922/11506389
html ref.pdo-mysql.connection.html
Connecting to MySQL databases
www.eeworm.com/read/221024/14770278
edu^~gupta^ http:^^www.cs.nmsu.edu^~gupta^
Date: Monday, 25-Nov-96 21:52:54 GMT
Server: NCSA/1.1
MIME-version: 1.0
Content-type: text/html
Last-modified: Tuesday, 29-Oct-96 21:17:25 GMT
Laboratory for Logic,Databases and
www.eeworm.com/read/180137/5290280
chr string.chr
# Generic character map.
#
# $Id: string.chr,v 1.4 1999/09/07 07:19:21 adam Exp $
# Define the basic value-set. *Beware* of changing this without re-indexing
# your databases.
lowercase {0-9}{a-y}鼁驿
www.eeworm.com/read/314660/3630253
so open.so
m4_comment([$Id: open.so,v 10.19 2003/10/18 19:16:01 bostic Exp $])
m4_ref_title(Environment,
Opening databases within the environment,, env/create, env/error)
m4_p([dnl
Once the environment has
www.eeworm.com/read/314660/3630506
so upgrade.so
m4_comment([$Id: upgrade.so,v 10.17 2001/03/10 19:05:22 bostic Exp $])
m4_ref_title(Access Methods,
Database upgrade, @upgrading databases, am/truncate, am/verify)
m4_p([dnl
When upgrading to a
www.eeworm.com/read/382755/9002870
html sqlite.html
sqlite3: A command-line access program for SQLite databases
www.eeworm.com/read/378220/9240753
txt 常用mysql命令.txt
常用MySQL命令
启动:net start mySql;
进入:mysql -u root -p/mysql -h localhost -u root -p databaseName;
列出数据库:show databases;
选择数据库:use databaseName;
列出表格:show tables;
显示表格列的属性:show columns f