> create database newdb;
> GRANT ALL PRIVILEGES ON newdb . * TO 'newusername'@'localhost' IDENTIFIED BY 'PASS';
> flush privileges;
// Change user password
> SET PASSWORD FOR 'newusername'@'hostname' = PASSWORD('new-password');
> flush privileges;
After raid 1 disk replacement faced with this issue # grub2-install /dev/sdb Installing for i386-pc platform. grub2-install: error: disk `md...
No comments:
Post a Comment