Daniel,
Now that is just funny stuff...
Have you tried
http://lmgtfy.com/?q=access+denied+for+user+odbc+localhost
or the newer
http://www.lmbify.com/search.php?s=access+denied+for+user+odbc+localhost
"Daniel Brown" wrote in message
news:ab5568160906180636r239f214eh7e4871da7139c...@mail.g
On Thu, Jun 18, 2009 at 06:03, NADARAJAH SIVASUTHAN
NADARAJAH wrote:
>
> Warning: mysql_query() [function.mysql-query]: Access denied for user
> 'ODBC'@'localhost' (using password: NO) in
> C:\wamp\www\ap_v5\inc\profile.inc.php on line 285
http://google.com/search?q=Access%20denied%20for%20user%
On Thu, Jun 18, 2009 at 6:03 AM, NADARAJAH SIVASUTHAN
NADARAJAH wrote:
>
>
>
> Dear all,
>
> When I try to retrive data from two tables using JOIN OR INNER JOIN it
> display error message
>
> given below;
>
>
>
> Warning: mysql_query() [function.mysql-query]: Access denied for user
> 'ODBC
Dear all,
When I try to retrive data from two tables using JOIN OR INNER JOIN it
display error message
given below;
Warning: mysql_query() [function.mysql-query]: Access denied for user
'ODBC'@'localhost' (using password: NO) in
C:\wamp\www\ap_v5\inc\profile.inc.php on line 285
hello,
did you load the mysql module in your php.ini configuration file?
i.e. is the following line there:
extension=mysql.so
regards
On Thu, 13 May 2004 11:47:41 -0400
Jianping Zhu <[EMAIL PROTECTED]> wrote:
> have redhat 9.0 and Server version: Apache/2.0.40.
> i have installed rpms php-4.
have redhat 9.0 and Server version: Apache/2.0.40.
i have installed rpms php-4.2.2-17.2.i386.rpm
php-mysql-4.2.2-17.2.i386.rpm
After i create a database called mydb and serveral tables in mysql,
I tried to run following testdb.php script
--
On Friday 20 December 2002 00:56, Grant P. Kohler wrote:
> Hello,
>
> I seem to have a problem getting my PHP to work with MySQL.
> I have installed Redhat 7.3 on my system and I installed apache, php,
> and mysql from the redhat install cd via the RPMS. Now I know the PHP
> works just
Hello,
I seem to have a problem getting my PHP to work with MySQL.
I have installed Redhat 7.3 on my system and I installed apache, php,
and mysql from the redhat install cd via the RPMS. Now I know the PHP
works just fine normally, but when I start trying to use the MySQL
commands i
Hi Stefan,
> i've a problem with php and mysql.
> a mysql-server is running on my server on that i can access from
'outside'.
> but, if i want to connect to the server with a 'local' php skript (running
> on the same server), mysql refuses the login ('acces denied for user
> [...]'). the problem i
hi,
i've a problem with php and mysql.
a mysql-server is running on my server on that i can access from 'outside'.
but, if i want to connect to the server with a 'local' php skript (running
on the same server), mysql refuses the login ('acces denied for user
[...]'). the problem is that the login i
Hi Everyone,
Is it just me, or something is BADLY wrong with some MySQL functions?
Is there some rule in which order to call mysql functions?
I made following routine:
");
return 0;
};
if(mysql_affected_rows()==0) {
echo('No data.');
11 matches
Mail list logo