[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Use MYSQL on condor



On Fri, Nov 10, 2006 at 11:31:07AM +0100, peppealiberti@xxxxxxxxx wrote:
> > hi all,
> > 
> >  	
> > I have created a database in mysql and I would want to know as I can make to compile the program with the library mysql/mysql.h. Under c use the linked - L/usr/lib/mysql - lmysqlclient. In condor as I must make?
> > 
> > thanks all.
> > 
> > Giuseppe ALiberti
> > 
> > 
> 
> please help me:(
> 

I don't think anyone quite understands what you want to do.

If you want to access MySQL databases from vanilla jobs, there's nothing 
special you have to do, link your program as you usually would.

If you're trying to access MySQL jobs from the standard universe, you 
should stop right now, because that's almost certainly a bad idea. 
Checkpointing and databases are tricky to get to work together.

-Erik