After installing mysql, we will need to remove test database and associated users and their permissions. We will need to use mysql database to remove associated users and permission. --DROP DATABASE test; --SELECT db.Host, db.Db, db.User, db.Select_priv -> FROM db WHERE (db.DB = "vworksDB"); ---SELECT db.User, db.Host, db.Db -> FROM db -> WHERE (db.Db LIKE […]

Read more of this post