Tom,

> When useing ESQL (via AxKit::XSP::ESQL) to connect to a 
MySQL datadase, I 
> have the connection details hard coded into the xsp page (username, 
> password etc.) This seems unsecure. I don't like the thought of having my 
> MySQL username and password hardcoded into the page. Is there some way I 
> can store these details elsewhere (preferably encryped) and reference then 
> from the xsp somehow?

I wouldn't have thought so. Any keys etc held in the xsp are just as 
open as the password would be.
What I would do is nail the permissions of the mysql user down to 
the bare minimum and only allow access to the db from the 
localhost.

John


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to