The password-recovery tag has no wiki summary.
3
votes
2answers
234 views
How to forcibly create/modify MySQL user grants, without restarting the database service
I am familiar with how to start MySQL server with the "--init-file" option, or the "--skip-grant-tables" options.
However I have a nagios based mysql monitor, which needs to query a table, and ...
3
votes
2answers
8k views
How do I reset the postgres password for PostgreSQL on Windows?
I have installed PostgreSQL on my Windows machine for development. Now I haven't used it for a while, and have forgotten the password for user postgres (default admin user in PostgreSQL). How can I ...
2
votes
1answer
134 views
Cannot connect to SQL Server after setting sa password to blank
I have installed SQL Server 2008 R2 on a Windows 2008 server. I need to set the sa password to blank for some reasons to make an application works; but it seems like the password changes automatically ...
2
votes
2answers
1k views
Reset MySQL root password in LAMPP server on Ubuntu
I forgot the password I changed for the root user of MySQL. I'm logged in as root user and when I do
# /opt/lampp/lampp security
it gives result as
XAMPP: Quick security check...
XAMPP: Your XAMPP ...
1
vote
1answer
238 views
Lost postgreSQL password in Windows installation
I have postgresql 9.2 installed on a windows XP machine. I have lost the postgres password.
I looked at answers given to a similar question asked 6 months ago. The answer given there required the ...
0
votes
2answers
34 views
reset mysql root password on ubuntu
In short: my goal is to reset mysql root password on ubuntu.
Background: I set up a ubuntu desktop and installed LAMP stack last week. I then went to do something else, and just got back to carry on ...
