Skip to main content



      Home
Home » Archived » BIRT » How to get database from PhpMyadmin
icon8.gif  How to get database from PhpMyadmin [message #988587] Fri, 30 November 2012 10:39 Go to next message
Eclipse UserFriend
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 16:31 Go to previous messageGo to next message
Eclipse UserFriend
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 08:53 Go to previous message
Eclipse UserFriend
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: Sun Mar 16 08:09:12 EDT 2025

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

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

Back to the top