Author |
Message |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Tue Nov 22, 2005 6:57 pm Post maybe stupid Post subject: Connecting to MySQL with Access |
 |
|
|
|
I'd like to connect to the MySQL server on my webhost. I only have cPanel access, but I have added my IP to the "allowed hosts" list. I setup an ODBC TCP/IP connection (left port on default) but it gives a "General network error" when I try to connect. Suggestions?
Last time I just wrote a php script that output the data in an HTML table and then copied into Excel, which worked, but this would be much easier. _________________ This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.
Last edited by Cyan~Fire on Wed Nov 23, 2005 11:36 am, edited 1 time in total |
|
Back to top |
|
 |
Solo Ace Yeah, I'm in touch with reality...we correspond from time to time.

Age:37 Gender: Joined: Feb 06 2004 Posts: 2583 Location: The Netherlands Offline
|
Posted: Wed Nov 23, 2005 1:31 am Post maybe stupid Post subject: |
 |
|
|
|
I suggest you capture the traffic to determine what's going wrong.
A "General network error" is a great description of the problem, yeah. |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Wed Nov 23, 2005 11:37 am Post maybe stupid Post subject: |
 |
|
|
|
Ehhh, that's far too much work. Basically I was wondering if anybody here had successfully done this before? I guess I'll have to capture the traffic myself if nobody has.  |
|
Back to top |
|
 |
Mine GO BOOM Hunch Hunch What What

Age:41 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Wed Nov 23, 2005 1:10 pm Post maybe stupid Post subject: |
 |
|
|
|
Try using telnet and see if that connects. That will tell you if the port is open or not. Next, try using a different MySQL application, such as their control center program (use an old version, search google). |
|
Back to top |
|
 |
i88gerbils Oldbie Server Help

Gender: Joined: Dec 13 2002 Posts: 423 Location: OH Offline
|
Posted: Wed Nov 23, 2005 4:24 pm Post maybe stupid Post subject: |
 |
|
|
|
MySQL Query Browser works pretty well in Windows although their Linux version is fully of hidden dependencies. _________________ Oldbie Server Help |
|
Back to top |
|
 |
Solo Ace Yeah, I'm in touch with reality...we correspond from time to time.

Age:37 Gender: Joined: Feb 06 2004 Posts: 2583 Location: The Netherlands Offline
|
Posted: Wed Nov 23, 2005 4:39 pm Post maybe stupid Post subject: |
 |
|
|
|
Control Center > Query browser. |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Thu Nov 24, 2005 12:33 am Post maybe stupid Post subject: |
 |
|
|
|
Alright, I got it to connect with mysqlcc and I set up an ODBC source thing (apparently the default port in mysqlcc works), but now Access gives me a crap "User Cancelled" error when I try to connect. This is not a plea for help, just a status report, but any suggestions would still be appreciated.  |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Thu Feb 02, 2006 9:21 pm Post maybe stupid Post subject: solution |
 |
|
|
|
Just to let you guys know, it's a non-existent database name that gives that error. (I had a space in front.) Apparently that always gives "User cancelled."  |
|
Back to top |
|
 |
|