> i'm getting really confused with how to properly
> allow users to access mysql from other machines.
>
> that is, i tried this as mysql root user:
>
> GRANT SELECT, INSERT, UPDATE, DELETE ON my_sql_db.*
> TO [EMAIL PROTECTED] IDENTIFIED BY 'password';
>
> after this, i can access mysql as 'dbus
"Shannon R." <[EMAIL PROTECTED]> wrote:
> i'm getting really confused with how to properly allow
> users to access mysql from other machines.
>
> that is, i tried this as mysql root user:
>
>
> GRANT SELECT, INSERT, UPDATE, DELETE ON my_sql_db.* TO
> [EMAIL PROTECTED] IDENTIFIED BY 'password';
good day all!
i'm getting really confused with how to properly allow
users to access mysql from other machines.
that is, i tried this as mysql root user:
GRANT SELECT, INSERT, UPDATE, DELETE ON my_sql_db.* TO
[EMAIL PROTECTED] IDENTIFIED BY 'password';
after this, i can access mysql as 'dbus