• 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

Using connector/MXJ

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey, I created a database application for a library using mysql connector/J. It works fine.. But the thing is where ever I want to install it i have to set up mysql. I thought connector/MXJ would be a better alternative. Can you give me a few steps on how to get started?? I've got no idea on what mxj is. k..
 
Ranch Hand
Posts: 407
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
mxj works... You just need to follow the directions here : http://www.jroller.com/mmatthews/entry/yes_it_really_is_this



I have another question.

I had an mxj app working for a while, and now im getting the following error

"com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown database 'test'"

Any ideas ?
reply
    Bookmark Topic Watch Topic
  • New Topic