Grant all priviledge to new user

enter into database with:

sudo mysql -u root


and type:  

GRANT ALL PRIVILEGES ON *.* TO 'puri'@'%';

Comments

Popular posts from this blog