username/password for mysql
Posted: Wed Nov 30, 2005 10:34 pm
the installation instruction says to do
grant select,insert,update,delete on <your database name>.* to '<username>'@localhost identified by '<password>';
which username/password is this? is the username here sames as the webuser specified in the configure option when building zm code?
basically, the question is who is the user accessing mysql (for configuration data, etc) when the browser requests images?
grant select,insert,update,delete on <your database name>.* to '<username>'@localhost identified by '<password>';
which username/password is this? is the username here sames as the webuser specified in the configure option when building zm code?
basically, the question is who is the user accessing mysql (for configuration data, etc) when the browser requests images?