--
This group is managed and maintained by the development staff at 360 PSG. An enterprise application development company utilizing open-source technologies for todays small-to-medium size businesses.
For information or project assistance please visit :
http://www.360psg.com
You received this message because you are subscribed to the Google Groups "Professional PHP Developers" group.
To post to this group, send email to Professi...@googlegroups.com
To unsubscribe from this group, send email to Professional-P...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Professional-PHP
I'm not sure if I can help you, or complain you're asking MySQL
questions on a PHP list.
If you're trying to access MySQL remotely (IE: Website is on one
server, DB is on another), you don't need any funky binding of
addresses. Bind the address as you normally would, open up the port,
and connect to it.
--
Jack Timmons
@_Codeacula
If you're using shared hosting, good luck.
Your MySQL command wasn't typed in correctly. Specify a username and
password when you do it. Use the help parameter to figure out what
you're doing wrong.
You can always open an external port and redirect it to the correct
one. Or, as I said, if you're on shared hosting, good luck.
Also: http://forums.mysql.com/
I don't fully understand or realize what you're trying to accomplish.
To me, it sounds like you're saying "I'm trying to connect to MySQL
remotely." If that's the case and you're on shared hosting that blocks
it, you're more than likely not going to be able to do it at all. When
you say "I'm trying to connect to a MySQL server from an external
server", you're just telling me that exact thing: that you're trying
to connect remotely.
And unless there's some killer voodoo I haven't seen practiced, yet,
you're likely not going to be able to do it and simply need to cough
up the cash to get a server you can manage yourself, or create an API
for your website the interact with.
--
Jack Timmons
@_Codeacula
Who is your hosting provider?
--
Jack Timmons
@_Codeacula
And that one should work and does not work probably due to the
password problem :
Result :
sh /etc/script/01_cpm
: No such file or directoryline 1: /etc/script/06_cpm.sql
more /etc/script/01_cpm
mysql --user=root --password=YYY222 --database=Bonjour_prod < /etc/
script/06_cpm.sql
--
--