Re: mysql refusing access from other machines

2004-08-02 Thread Shannon R.
aaagh! i sure did miss that. many thanks achim! shannon --- Achim Schmidt <[EMAIL PROTECTED]> wrote: > You are sure mysql is listening on all interfaces > and not only lo ? > > perhaps take a look to my.cnf and check if > "skip-networking" is active - > if yes simply comment it and restart

Re: mysql refusing access from other machines

2004-08-02 Thread Achim Schmidt
You are sure mysql is listening on all interfaces and not only lo ? perhaps take a look to my.cnf and check if "skip-networking" is active - if yes simply comment it and restart mysqld. -achim Am Mo, 2004-08-02 um 11.47 schrieb Shannon R.: > good day all! > > > i'm getting really confused with

mysql refusing access from other machines

2004-08-02 Thread Shannon R.
good day all! i'm getting really confused with how to properly allow users to access mysql from other machines. (on debian woody, using all stable packages) that is, i tried this as mysql root user: GRANT SELECT, INSERT, UPDATE, DELETE ON my_sql_db.* TO [EMAIL PROTECTED] IDENTIFIED BY 'passwor