On Jul 5, 2010, at 10:04 AM, Michael Satterwhite wrote:
>> [...snip...]
>> On 5 July 2010 03:35, Michael Satterwhite <mich...@weblore.com> wrote:
>>> On Sunday, July 04, 2010 06:36:00 pm you wrote:
>>> [...snip...]
>>> I still can't connect via
>>>       mysql -h photon -u michael -p??????

On my home computer I entered the following
(note there is no space between the -p and the password):
$ mysql -h www.my_abc_xyz.com -u myUserNm -pMyPasswrd

The remote computer let me into mysql and I typed:
mysql> use mysql
mysql> select host, user, Password, Select_priv from user;
+------------------+----------+-------------------------------------------+-------------+
| host             | user     | Password                                  | 
Select_priv |
+------------------+----------+-------------------------------------------+-------------+
| localhost        | myUserNm | *ABC8C800D9A264876A32F5175DE21C1A0B89XYZ  | Y   
        |
| %                | myUserNm | *ABC8C800D9A264876A32F5175DE21C1A0B89XYZ  | Y   
        |
+------------------+----------+-------------------------------------------+-------------+

Your results should be similar.
HTH,
Bob

Reply via email to