Re: MYSQl under YDL CS-1.2


Subject: Re: MYSQl under YDL CS-1.2
From: Paul J. Lucas (pjl@best.com)
Date: Mon Aug 21 2000 - 09:35:20 MDT


On Mon, 21 Aug 2000, Morten Rønseth wrote:

> Just finished compiling and installing PHP & MySQL under CS 1.2.
> I then try to connect to an MySQl server on a different machine, using the
> command './mysql -h xxx.coil.no -u root -p' and get the following:
>
> "ERROR 1130: Host '' is not allowed to connect to this MySQL server"

        MySQL is brain-damaged in that it doesn't permit spaces between
        options and arguments (for some arguments). That's why you get
        '' for the user. Try -uroot (no space).

        - Paul



This archive was generated by hypermail 2a24 : Mon Aug 21 2000 - 09:38:09 MDT