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;
grant all on <USERNAME>
grant all on
Comments
Post a Comment