Montag, 2. November 2009

mysql postinstall: set password for root@localhost=password('secret'); delete form mysql.user where user=''; delete from mysql.db where user=''..

Grant select on *.*to sergey@localhost identified by'secret';
OR
grant all on db1.*to serega@localhost identified by 'great_secret';

Keine Kommentare: