摘要:
. net start mysql --启动mysql. mysql -u 用户名 -p 密码 --登陆. show databases --显示数据库.use databaseName --使用当前数据库.alter tableName add colName colType,addcolName... 阅读全文
posted @ 2014-04-16 12:01
mr.g.
阅读(131)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2014-04-16 11:14
mr.g.
阅读(129)
评论(0)
推荐(0)
摘要:
server端packagetest.bwl;importjava.io.DataInputStream;importjava.io.DataOutputStream;importjava.io.IOException;importjava.net.ServerSocket;importjava.n... 阅读全文
posted @ 2014-04-16 11:04
mr.g.
阅读(262)
评论(0)
推荐(0)
摘要:
1.查询用户拥有的表的表名 select a.table_name from information_schema.tables a;2.查询用户拥有的某个数据库的表 select a.table_name from information_schema.tables a where a.tab... 阅读全文
posted @ 2014-04-16 09:43
mr.g.
阅读(135)
评论(0)
推荐(0)

浙公网安备 33010602011771号