by tiru on Thursday, 13 November 2008
How to make command mode MySQL access in sqlYOG.
For this we need root password of MySql.
and then fire following command:
sql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'rootpassword' WITH GRANT OPTION;