Patrick Dixon Wrote: 
> Hmm, well I've spent the 5 minutes and I'm getting nowhere ...
> 
> I'm getting:
> 
> mysql> Ungrant all on slimserver.* to slimserver [identified by
> 'password'];
> ERROR 1064 (42000): You have an error in your SQL syntax; check the
> manual that corresponds to your MySQL server version for the right
> syntax to use near 'Ungrant all on slimserver.* to slimserver
> [identified by 'password']' at line 1
> 
> and I have no idea what any of it means!

Apologies if I'm barking up the wrong tree here, because I'm not using
slimserver myself (yet!), but I assume you should be typing something
like:


Code:
--------------------
    Ungrant all on slimserver.* to slimserver identified by 
'your_password_here';
--------------------


Or, if the user 'slimserver' doesn't have a password defined for them,
just:


Code:
--------------------
    Ungrant all on slimserver.* to slimserver;
--------------------


-- 
oktup
------------------------------------------------------------------------
oktup's Profile: http://forums.slimdevices.com/member.php?userid=1117
View this thread: http://forums.slimdevices.com/showthread.php?t=20281

_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to