• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to deploy a MySQL application

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As anyone ever tried the Connector-mxj to deploy a MySQL application ?
Are there better alternatives ?

Thanks
Antoine
 
Antoine Maranghi
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I developed a simple J2SE app that connects to MySQL using Connector/J.
It works.

Now, the problem is how to deploy the application to another pc where there is no MySQL installed. I read on the MySQL documentation that Connector/MXJ is the solution for deploying the MySQL database engine from within a Java package.

As I get errors in using Connector/MXJ and found very poor discussion on the Web about this driver, I wonder if anyone has ever tried it successfully.

Have you ever tried it ? Can you suggest any alternative for deploying the MySQL database engine ?

Thanks for any hint.
 
reply
    Bookmark Topic Watch Topic
  • New Topic