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.
there, that should do it.
select * from elite
proof:
it only returns me.
proof:
it only returns me.
There is nothing wrong with my sql! Stop staring at it!
gasman: wrong.
GRANT ALL PRIVILEGES ON *.* TO me@localhost IDENTIFIED BY bass WITH GRANT OPTION;
FLUSH PRIVILEGES;
GRANT ALL PRIVILEGES ON *.* TO me@localhost IDENTIFIED BY bass WITH GRANT OPTION;
FLUSH PRIVILEGES;
delete * from prods; http://www.pouet.net/prodlist.php
Next Up: Oldsql question