I just used:
GRANT ALL ON *.* to '%'@192.168.'%' IDENTIFIED BY '%';
That as is should work for almost everyone. It isn't real sucure, but for anyone running a home server it should do.
If someone is running other things on their mysql (like at work) they should know what they are doing without reading this, and set higher security.
|