Re: MYSQLyog

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jonathan Kahan wrote:
> Hi all,
> 
> As part of PHP,

yeah, nice try - there is no part of php that involves SQLyog.
MYSQL is not a part of php, Windows is not a part of php, SSH is not a part of php,
your firewall is not a part of php, whatever 3rd part WAMPish installer you used to
get a working copy of a webserver running php_mod IS NOT PART OF PHP ... are you seeing a trend.

I'm quite sure that somewhere down the road you might be writing some php code
that connects with whatever database it is your currently having trouble with - but that
has nothing to do with your current problem really now does it?

in fact your problem has nothing to do the php - apart from the fact that the person
having the problem (you) happened to (allegedly) have also downloaded and [probably]
installed php)

go find somewhere suitable to ask your question.

> I have downloaded a windows program called SQLyog which
> is supposed to a free web program I can use to run against MYSQL located
> in a remote Linux server. My problem is that I can not seem to connect
> to it. I am attempting to use a SQL account I created. I typed in the
> below commands of course the passwords here are fake.
> 
> GRANT ALL PRIVILEGES ON *.* TO 'jonkah'@'localhost' IDENTIFIED BY
> 'newpassword1' WITH GRANT OPTION;
> GRANT ALL PRIVILEGES ON *.* TO
> 'jonkah'@'ip-208-109-85-170.ip.secureserver.net' IDENTIFIED BY
> 'newpassword2' WITH GRANT OPTION;
> GRANT ALL PRIVILEGES ON *.* TO 'jonkah'@'*' IDENTIFIED BY 'newpassword2'
> WITH GRANT OPTION;
> 
> Locally using putty I was able to successfully use the 1st of these
> accounts. I am unable to connect remotely using SQLyog. We use SSH, and
> I attempted to do this with my firewalls turned off-still did not work.
> Any help would be greatly appreciated.


> 
> Kind Regards
> Jonathan Kahan
> --------------------------------------------------------------------
> Systems Developer
> Estrin Technologies, inc.
> 1375 Broadway, 3rd Floor, New York, NY, 10018
> --------------------------------------------------------------------
> Email: jonathan@xxxxxxxxxxxxxx
> Web: http://www.estrintech.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux