Forums
This topic is locked
ULTRADEV ERROR
Posted 19 Apr 2002 21:49:57
1
has voted
19 Apr 2002 21:49:57 Omoniyi Ewete posted:
i'm developing an application that requires ultradev connecting tomysql database i had created but it keeps giving me this error.
the problem is that the ip addy 80.250.32.136 is the one assigned 2me on
connecting thru' the isp so pls what should i do?
what command should i issue to mysql server to grant access via any where on the net
invalid authorization specification : access denied for user:
' (using password:YES)
i'll need to grant priviledges for myself (how can i do that)
Replies
Replied 14 May 2002 10:35:45
14 May 2002 10:35:45 Julio Taylor replied:
it looks to me as though your password is wrong there, and MySQL is rejecting your connection.
P.S. i killed kenny
P.S. i killed kenny
Replied 10 Jun 2002 23:29:59
10 Jun 2002 23:29:59 farooq ishaq replied:
as a extended security, ur ISp sometimes dont give u access to change user perliviges, so u have to cantact ur ISP again and see what they say.. anyway, use this string to connect to MySQL database in ASP
"driver={mysql}; database=Db123;server=127.0.0.1;uid=meuser;pwd=abc123;option=16386;"
(replace the stuff like userID and password accroding to ur needs)
"driver={mysql}; database=Db123;server=127.0.0.1;uid=meuser;pwd=abc123;option=16386;"
(replace the stuff like userID and password accroding to ur needs)