MySQL

Rubah ROOT password

root@localhost$ mysqladmin --user=root --password='old_password' password 'new_password'

Set privileges for remote access

root@localhost$ mysql -uroot
mysql> grant all privileges on *.* to 'root'@'%';
mysql> flush privileges;

results matching ""

    No results matching ""