<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
David Goodwin wrote:
<blockquote cite="mid:4A3A1785.6040204@codepoets.co.uk" type="cite">
  <pre wrap="">-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DragonMaster wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi all, I have set up a jailshell account on my server, and I can no 
longer access mysql from within my php scripts - I get an "access denied 
for user '&lt;user&gt;'@localhost" message.  however, I know I have enabled 
localhost access for the user as it works when I try accessing from 
mysql cli from a non-jailed user.

Does anyone have any ideas?
    </pre>
  </blockquote>
  <pre wrap=""><!---->

How are you trying to access mysql? via a socket file? or over the
network (localhost...)

  </pre>
</blockquote>
I am using mysql_connect("localhost", "name", "passwd");<br>
</body>
</html>