[Help] Remote MySQL

Posts 1628 of 28 · Page 2 of 2
All I entered in server=cainfoool.******

Do I need to do a ping of my website to get the IP?
You need the IP.

I'm not sure if co . cc allows external access.
Well that sucks.
What about a Remote.. Office Access file?
Why don't you rather create a simple server script that will return the serials instead of practically handing the user your mysql info?
.co .cc is a registrar, Not a hosting company, who are you hosting it with?
Registrars have no say over external access, it is handled by your host, local or dedicated server.

So, we can resolve the issue. Kevin is your best bet for getting direct database help, I can help you server side (web host side)

So let's try and get this resolved.

So , Who are you using for host.
Did you create the database with your host?
If so, are you sure the database was created?
What did you use to create the database on the host?
If it was a database wizard, did you grant all privileges?
If it was a database, did you create a separate user and grant it full access?
Are you sure you added the user to the database?
Is the password 100% correct? (as in case sensitive)?
Are you using a Linux Host or a Windows Host
Answer these questions so we can determine the issue.
There is a Remote mysql in my cPanel and I have access to it.. so I guess so.

So , Who are you using for host. (0000free.com)
Did you create the database with your host? (Yes)
If so, are you sure the database was created? (Yes)
What did you use to create the database on the host? (cPanel 11)
If it was a database wizard, did you grant all privileges? (Yes)
If it was a database, did you create a separate user and grant it full access? (Yes)
Are you sure you added the user to the database? (Yes)
Is the password 100% correct? (as in case sensitive)? (Yes)
Are you using a Linux Host or a Windows Host (Linux)

First off, does your host even allow Remote SQL?
Ok, so good so far.

Ever get your website IP?
Yes I did a ping just using the cmd command and I entered it but I got the same error.
Did you yet try to catch the error and output it in a messagebox?

[php]Try
'action
Catch ex as mysqlexception
msgbox(ex.message.tostring)
end try[/php]
Quote Originally Posted by Blubb1337 View Post
Did you yet try to catch the error and output it in a messagebox?

[php]Try
'action
Catch ex as mysqlexception
msgbox(ex.message.tostring)
end try[/php]
Agreed, if we can see a error (if any) it would help us alot.
There must be something small your overlooking, but short of viewing your code and specifics, there is no way we can know.

If the debug breaks, give is some information, check output log, also send any errors you can catch.
This topic can be closed.
/closed

In no way will it work for me, my cPanel does not allow External MySQL.
Okay closed then.
Posts 1628 of 28 · Page 2 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?