Am using the following packages
-rw-r--r-- 1 root root 4117403 May 3 2007
mysql-administrator-5.0r12-1rhel4.i386.rpm
-rw-r--r-- 1 root root310923 Aug 20 17:53
mysql-gui-tools-5.0r12-195.1.x86_64.rpm
-rw-r--r-- 1 root root 6265000 May 3 2007
mysql-gui-tools-5.0r12-1rhel4.i386.rpm
-rw
I did the following to resolve this issue
[EMAIL PROTECTED] download]# rpm -Uvh
mysql-migration-toolkit-5.0r12-1rhel4.i386.rpm
error: Failed dependencies:
libjvm.so(SUNWprivate_1.1) is needed by
mysql-migration-toolkit-5.0r12-1rhel4.i386
[EMAIL PROTECTED] download]# rpm -ivh --nodeps
mysql-
Hi,
On May 26, 2005, at 5:03 PM, David Griffiths wrote:
This isn't exactly the right spot, but I can't find any info on the
MySQL web site.
Anyone know who maintains the MySQL Migration Tool (or who is
developing it, as it is currently Apha)?
MySQL AB is actively developing it (hence why i
Hello Hans,
a few weeks ago i had a similar task to accomplish, porting a mySQL
DB over to IBM's DB2 for S/390, so i can relate to this kind of
*most exciting* job.
Anyway, from my experience I wouldn't recommend anything like a bulk
copy or mass import/export. Because when you are switching
At 10:39 AM -0700 8/25/01, Hans Zaunere wrote:
>We have about 300,000 records currently in a MySQL
>database. A new system has been built on Oracle, and
>now we must migrate the data from MySQL to Oracle (I
>know, it's not something I wanted to do.) What is the
>best way to do this? Import into
MySQL does have a program mysqlimport. I, myself, being a scripting gal would most
probably dump my Oracle DB into a comma delimited file or straight out raw SQL and
make the text substitions to match the INSERT and CREATE TABLE syntax. Post a sample
of your dump file and I can help you forge
Hello Hans,
a few weeks ago i had a similar task to accomplish, porting a mySQL
DB over to IBM's DB2 for S/390, so i can relate to this kind of
*most exciting* job.
Anyway, from my experience I wouldn't recommend anything like a bulk
copy or mass import/export. Because when you are switching