Peter Beckman wrote:
> On Wed, 21 Feb 2007, James Garfield wrote:
>
>> I've got 5.0.27-standard installed on an Intel Mac, using the
>> preinstalled version of Apache and my own installation of PHP 4.4.4. I
>> use this machine for development work and don't make it available to
>> anyone else. I'
On Wed, 21 Feb 2007, James Garfield wrote:
I've got 5.0.27-standard installed on an Intel Mac, using the preinstalled
version of Apache and my own installation of PHP 4.4.4. I use this machine
for development work and don't make it available to anyone else. I've got an
instance of a PHP applic
I've got 5.0.27-standard installed on an Intel Mac, using the
preinstalled version of Apache and my own installation of PHP 4.4.4. I
use this machine for development work and don't make it available to
anyone else. I've got an instance of a PHP application running, and it
works...but not all of
I did set the veriables just in another script that includes this swcript
"Mikhail U. Petrov" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi!
> I think you not set this variables. Try to read your full errorlog but
> not only one part.
>
>
> Saturday, June 26, 2004, 7:37:36 PM, wa
Hi!
I think you not set this variables. Try to read your full errorlog but
not only one part.
Saturday, June 26, 2004, 7:37:36 PM, water_foul wrote:
w> i get this error:
w> Warning: Access denied for user: '[EMAIL PROTECTED]' (Using
w> password: YES) in
w> C:\Inetpub\localroot\aichlmayr.net\site
i get this error:
Warning: Access denied for user: '[EMAIL PROTECTED]' (Using
password: YES) in
C:\Inetpub\localroot\aichlmayr.net\sites\aaron\module\runescape\runerunner\s
ervices.php on line 3
and the code up to line 3 is:
http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
this problem seems to have appeared after a system upgrade ...
command line works fine
mysql -uschool -pbonfire school
BUT
/* Connecting, selecting database */
$link = mysql_connect("localhost", "school", "bonfire")
or die("Could not connect : " . mysql_error());
print
Warning: MySQL Connection Failed: Access denied for user: 'rehab@localhost' (Using
password: YES) in /home/sites/site92/web/mall/confirmregistration.php on line 14
Error connecting to host localhost, by user rehab
should i use this:
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP
ON