Re: [Leopardcrm-development] Web Hosting Provider Installation Help Needed
Brought to you by:
dan_harper
|
From: Dan H. <te...@da...> - 2005-04-11 21:20:43
|
Hi Anthony, The best way to do it would be to modify the database script that comes=20= with Leopard CRM: - Remove the line that says "create database leopard" - Replace it with "use database xxxx" - xxxx =3D the database name at=20= your hosting provider - Then the rest of the script will insert tables into your standard=20= database. NOTE: The only problem I can think of is if you have multiple tables=20 of the same name used by another program. Just check through the=20 script and make sure, Leopard uses fairly generic table names,=20 "customer", etc. so that may be a problem if you want to use Leopard=20 alongside another system that has the same table name. Hope that helps, let me know if I can help further. Regards, Dan On 12/04/2005, at 3:07 AM, Anthony wrote: > How can Leopard be configured to use existing MySQL database? Web=20 > hosting > service only provides single MySQL database. Any clues appreciated.=20 > TIA. > > --=20 > Anthony > www.Pucho.com > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real=20 > users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=3Dclick > _______________________________________________ > Leopardcrm-development mailing list > Leo...@li... > https://lists.sourceforge.net/lists/listinfo/leopardcrm-development > > > Dan Harper http://danharper.org/ |