Using PHAkT v1.0: Connecting to a MySQL Database using MyODBC Support Product Page

This topic was archived

cant connect

Reported 13 Sep 2001 19:07:21
1
has this problem
13 Sep 2001 19:07:21 michael cole posted:
Hi,
Complete newbie .
Does this still apply and I am using odbc mysql .....I think.
Also If I change to local host I get
TCX myODBC cant connect to mySQL server on localhost (10061)

If you get an error message during the test that says something like "server connection denies access to data source" or "[TCX][MyODBC]Host'.IP.routername.DSLcompany.net' is not allowed to connect to the MySQL server", you need to talk to your hosting company.

They need to run the following from the MySQL command line using the root user. (note EXACT syntax, with .* and "%"

mysql> grant all privileges on accname_dbname.* to accname_dbuser@"%" identified by 'passwrd';
> Query OK, 0 rows affected (0.16 sec)
>
> mysql> quit

Also If I change to local host I get
TCX myODBC cant connect to mySQL server on localhost (10061)
Thanks in advance
Smiler


<i></i><i></i>

Replies

Replied 13 Sep 2001 22:37:38
13 Sep 2001 22:37:38 Tim Green replied:
You asked this question on the wrong topic. Try the forum for PHAkt Connections for Dummies....

Tim Green

Extension & PHP TalkZone Manager
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>
Replied 13 Sep 2001 22:47:08
13 Sep 2001 22:47:08 michael cole replied:
Hi,
Thanks Where is it??????
Smiler

Replied 21 Sep 2001 17:36:37
21 Sep 2001 17:36:37 Tim Green replied:
Try looking for the tutorial 'PHAkT Connections for Dummies' then click on the 'Ask Questions' link at the foot of the page.

Tim Green

Extension & PHP TalkZone Manager
<font size=1>-------------------------------------------
<i>Please read the Forum FAQ before posting
a question to this TalkZone.</i>
-------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
-------------------------------------------</font id=size1>

Reply to this topic