Hi,
MySql permissions are very granular, they must be assigned per machine that the user will connect from. So mojouser must have permissions associated with the host name GANGA, which is apparently the name of the web server machine from the point of view of MySql. So permissions must be granted for mojouser@GANGA
Hope it helps,
Joe