Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » How to get database from PhpMyadmin
icon8.gif  How to get database from PhpMyadmin [message #988587] Fri, 30 November 2012 15:39 Go to next message
Moojan Kh is currently offline Moojan KhFriend
Messages: 4
Registered: November 2012
Junior Member
I want to know, is it possible to import a database from PhpMyadmin to the BIRT?
I mean, how can I get access to my database which created in PhpMyadmin within my aclipse?

I will be glad if you help me with that...
Re: How to get database from PhpMyadmin [message #988714 is a reply to message #988587] Sat, 01 December 2012 21:31 Go to previous messageGo to next message
Patrick Trabocchi is currently offline Patrick TrabocchiFriend
Messages: 8
Registered: November 2012
Junior Member
Hi Moojan Kh, to use the databasde created by phpmyadmin, you need the
mysql driver for jdbc and have the permission to connect from another
host outside the net than db server run. When you have this
requirements, you need to configure the datasource as mysql db, and go on
Re: How to get database from PhpMyadmin [message #1007786 is a reply to message #988714] Thu, 07 February 2013 13:53 Go to previous message
salman farooqi is currently offline salman farooqiFriend
Messages: 1
Registered: February 2013
Junior Member
you have to download the jar file from the mysql dev and keep it at ur machine then u have to set up the datasource for the report you are going to design there u will see the manage drivers tab onclicking on this tab a window will be opened there u will see two tabs one is jar files and other is driver. click on the jar files u will see there add link click on it and upload the mysql jar file from the location you have kept and then click ok now you have mysql database driver integrated with birt.
now select your driver class which in my case is "com.mysql.jdbc.driver(v5.1)"
now proive the database url which is in mycase "jdbc:mysql://localhost:3306/db name"
now provide the user name which is ur phpmyadmin username
now provide the password which is ur phpmyadmin passowrd

u have successfully integrated your mysql db with birt

Previous Topic:Where can I find the source code for birt-tests-suite-4_2_1?
Next Topic:Hierarchy error
Goto Forum:
  


Current Time: Thu Apr 25 12:04:02 GMT 2024

Powered by FUDForum. Page generated in 0.03347 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top