Skip to main content

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;

Comments

Popular posts from this blog

Resetting Panel in Ubuntu joel@joel-desktop:~$ gconftool-2 --shutdown joel@joel-desktop:~$ gconftool --recursive-unset /apps/panel joel@joel-desktop:~$ rm -rf ~/.gconf/apps/panel joel@joel-desktop:~$ pkill gnome-panel joel@joel-desktop:~$

REST-Ful API Design