Skip to main content

Posts

Showing posts from January, 2011

Create Schema assign Permission

mysqladmin -u root create <DBNAME> grant all on <USERNAME> .* to ' <DBNAME>'@'localhost' identified by '<PASSWORD>' with grant option; grant all on  <USERNAME>.* to ' <DBNAME>'@'localhost.localdomain' identified by '<PASSWORD>' with grant option;