;
> Cc: MySql List <[EMAIL PROTECTED]>
> Subject: Re: Connecting to remote server
>
> Mike Tuller wrote:
>
>> I have a shell script that is supposed to connect to a remote server running
>> MySql 3.23.53. It comes up with an error "ERROR 1045: Access denied fo
Mike Tuller wrote:
I have a shell script that is supposed to connect to a remote server running
MySql 3.23.53. It comes up with an error "ERROR 1045: Access denied for
user: '[EMAIL PROTECTED]' (Using password: YES)"
The script looks like this:
/usr/local/mysql/bin/mysql --user=$username --passwo
I have a shell script that is supposed to connect to a remote server running
MySql 3.23.53. It comes up with an error "ERROR 1045: Access denied for
user: '[EMAIL PROTECTED]' (Using password: YES)"
The script looks like this:
/usr/local/mysql/bin/mysql --user=$username --password=$password
cetech
On Wednesday 19 February 2003 11:24, kk wrote:
> I just installed mysql4.x into the home/username directory of a remote
> machine. It is running good and I created a new user tester with all
> privileges.
> But how can i connect to the remote server running on a home directory
> using a front en
Using the hostname or IP adders of the machine it is on.
Jerry
- Original Message -
From: "kk" <[EMAIL PROTECTED]>
To: "list mysql" <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 9:24 AM
Subject: Connecting to remote ser
Hello folks
I just installed mysql4.x into the home/username directory of a remote
machine. It is running good and I created a new user tester with all
privileges.
But how can i connect to the remote server running on a home directory using
a front end tool like MySQLFront. It is l
> > >If I type the following at the command prompt, in this
> example I'm using
> > >username for the user name, and 66.66.66.66 for the IP address
> > >(although I use real values)
> > >
> > >mysql -h 66.66.66.66 -u username -p
> > >
> > >it asks for my password then goes off and thinks for a whi
Thanks for this, I may well need additional privileges, but I can't see how I
can change these on the remote server without connecting first!
Julia
gerald_clark wrote:
> Check the section of the manual covering the privilege system,
> especially the "GRANT" command.
>
> Julia Maddocks wrote:
>
>
Check the section of the manual covering the privilege system,
especially the "GRANT" command.
Julia Maddocks wrote:
I would like to connect to MySQL database on a remote server using
either the command prompt or MySQLFront.
I have the IP address, username, password but I can't connect.
MySQLf
I would like to connect to MySQL database on a remote server using
either the command prompt or MySQLFront.
I have the IP address, username, password but I can't connect.
MySQLfront just hangs when I enter all the information
If I type the following at the command prompt, in this example I'm us
Matthew Darcy writes:
>
> Hi,
>
> my laptop is running windows 2000 and is called jaguar.
> I have mysql running on a linux server called jordan.
>
> when I fire up mysqlui and tell it to connec to jordan as root I get
> prompted for a password. I enter the password (that I have tested and is
>
Hi,
my laptop is running windows 2000 and is called jaguar.
I have mysql running on a linux server called jordan.
when I fire up mysqlui and tell it to connec to jordan as root I get
prompted for a password. I enter the password (that I have tested and is
correct) and it say at the bottom of th
12 matches
Mail list logo