pouët.net

Go to bottom

Yoursql question

category: general [glöplog]
 
prove it's yours !
GRANT ALL ON database.* TO "me"@"localhost" IDENTIFIED BY PASSWORD('bass');

there, that should do it.
added on the 2006-12-02 01:11:24 by gasman gasman
select * from elite

proof:
it only returns me.
added on the 2006-12-02 03:11:20 by Hatikvah Hatikvah
There is nothing wrong with my sql! Stop staring at it!
added on the 2006-12-02 03:57:21 by crusader crusader
gasman: wrong.

GRANT ALL PRIVILEGES ON *.* TO me@localhost IDENTIFIED BY bass WITH GRANT OPTION;
FLUSH PRIVILEGES;
added on the 2006-12-02 12:16:34 by blasty blasty
delete * from prods; http://www.pouet.net/prodlist.php
added on the 2006-12-02 13:08:40 by Tigrou Tigrou
Next Up: Oldsql question
added on the 2006-12-02 14:43:34 by imbusy imbusy

login

Go to top