文章列表
cmd
远程登陆服务器数据库命令
进入本机
mysql
bin
目录
->mysql -h
192.168.1.231 -u root -p
(
-
h
中
h
代表
host)
登陆本机用
mysql -u root -p
,
后面不能直接加密码,可以加要登陆的数据库名即
mysql - u root -p dbname;
几个常用用例:
1.
导出整个数据库
在
cmd
根目录即
C:\Documents and
Settings\Administrator& ...
<!-- ibatis2.3 + spring2.5 -->
<bean id="sqlMapClientTemplate"
class="org.springframework.orm.ibatis.SqlMapClientTemplate">
<property name="sqlMapClient" ref="ibatis_client"/>
</bean>
&l ...
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class MyEclipseGen {
private static final String LL = "Decompiling this copyrighted software is a violation of both your license agreement and the Digital Millenium Copyright Act of 1998 (h ...
- 2009-09-02 22:32
- 浏览 1051
- 评论(0)