Re: Connecting to remote server

2004-01-14 Thread Mike Tuller
] 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 for user: '[EMAIL PROTECTED]' (Using password: YES) The script looks like this: /usr

Re: Connecting to remote server

2004-01-13 Thread Andrew Boothman
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

Re: Connecting to remote server

2003-02-19 Thread Jerry
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 server Hello folks I just

re: Connecting to remote server

2003-02-19 Thread Egor Egorov
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 end

Re: connecting to remote server

2002-10-22 Thread gerald_clark
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.

Re: connecting to remote server

2002-10-22 Thread Julia Maddocks
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: I

RE: connecting to remote server

2002-10-22 Thread Ed Carp
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 while before coming