Peter Amiri wrote:
> One is that similar to the NT environment that the user ID the service is
> running under must at times have network privileges in order to use network
> resources, the user CF is running under on linux must have some special
> privileges before the CF engine can talk to the mySQL engine using the
> Merant mySQL Driver. Can anyone support or deny this theory?

This is not the case.

Write a template which has a simple CFQUERY tag using the mySQL data
source.  You will get a better error diagnostic that should lead you
toward a solution.

Example template:

<cfquery Name="q" DataSource="d1844_net">
select * from table
</cfquery>


-- 
Tom Jordahl                     [EMAIL PROTECTED]
Allaire Development             http://www.allaire.com
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to