Try this link For mySQL 3 or Greater http://dev.mysql.com/doc/refman/4.1/en/resetting-permissions.html For mySQL 5 http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html
hi Guys. Thax for the answers but I was talking about MSSQL, not mySQL. And yes, I have the Administrator account on the machine and I just want to reset the MSSQL sa password without reinstalling. Thanx
pls try with the following Codes Syntex: sp_password [ [ @old = ] 'old_password' , ] { [ @new =] 'new_password' } [ , [ @loginame = ] 'login' ] Example: EXEC sp_password NULL, 'ok', 'Victoria'