Re: [ilugd]: Trivial MySQL problem -Thanx

2002-02-19 Thread Varun Varma
of the complete expression itself. On the other hand, you should be able to get away with something like - user@hostname - no quotes need around hostname. Regards, -Varun - Original Message - From: "Vertical rains" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tue

Re: [ilugd]: Trivial MySQL problem

2002-02-18 Thread Sandeep Vasishta
Dear all, Can someone tell me which log file Linux keeps on updating at run time. I want to trap if my network connection is down. In Sun Solaris, it keeps on updating /var/log/messages file. In Linux 7.1, this file is there, but it doesn't update it on run time. Can someone tell me w

Re: [ilugd]: Trivial MySQL problem

2002-02-18 Thread Varun Varma
NTIFIED BY 'some_password' ; Hope that helps! Regards, -Varun - Original Message - From: "Vertical rains" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 17, 2002 10:58 AM Subject: [ilugd]: Trivial MySQL problem > Hi everyone > 1) I

[ilugd]: Trivial MySQL problem

2002-02-16 Thread Vertical rains
Hi everyone 1) I have a mySQL problem.After logging in as root and creating a database I am trying to grant all the privileges on it to a user with the following command which I read in the book "MySQL by Paul Dubois". GRANT ALL ON db_name.* TO user@% IDENTIFIED BY 'some_password' ; On ru