Home > Database > Mysql Tutorial > body text

DB Browser的使用_MySQL

WBOY
Release: 2016-05-31 08:46:41
Original
4177 people have browsed it

1.DB Browser的作用

可以在MyEclipse中,显示和操作数据库的内容,方便对后台数据库内容的管理,不用频繁的切换MyEclipse和数据库

2.如何添加DB Browser

DB Browser,可以通过菜单:MyEclipse->Preferences->MyEclipse->Database Explorer->Database Driver右侧的DB Brower连接打开。当然你也可以通过show view打开。

3.如何使用DB Browser

(1)右击MyEclipse Derby,选择new,显示如下:



Driver template:选择你所采用的数据库

Driver name:名字你可以自己取

Connection URL:其中为必填内容,前者一般填的是loaclhost,后者填的是端口号

User name:数据库用户名

Password:填你所用数据库的密码

(2)点击add JARs

选择你所连接数据库所用的jar文件

如:


(3)Finish

(4)在你所在项目新建一个后缀为.sql的文件


打开CE.sql,选择对应的项目,数据库,编写sql语句,选中sql语句点击绿色按钮执行,结果见SQL Results





source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!