Summary
Keywords
Full Transcript
In this tutorial, Manish from RebellionRider.com demonstrates three different ways to change a user's password in PostgreSQL. He starts with the simplest method, using the PSQL prompt, where he connects to PostgreSQL as a superuser and sets a new password for the user 'admin'. Next, he explains how to use the 'ALTER ROLE' command to modify a role's password. Finally, he introduces the 'ALTER USER' command, which is similar to 'ALTER ROLE'. The tutorial is beginner-friendly and concise, making it easy for viewers to follow along and reset passwords with confidence. ------------------------------------------------------------------------ ►►►LINKS◄◄◄ Blog: coming soon Previous Tutorial ► How To CREATE USER In PostgreSQL by Manish Sharma https://youtu.be/ZycHouKARHs ------------------------------------------------------------------------- ►►►Social Media – Where I sort of Live https://www.instagram.com/RebellionRider/ https://www.facebook.com/TheRebellionRider/ https://twitter.com/RebellionRider https://www.linkedin.com/in/mannbhardwaj/ ------------------------------------------------------------------------- ►►►Books I refer to PL/SQL https://amzn.to/2QE1jX0 Performance Tuning https://amzn.to/2sgiAw4 1z0-071 Exam https://amzn.to/2sgfeJw Python Programming https://amzn.to/305UEbh ------------------------------------------------------------------------- ►►►Camera Gears ► Video Gears That We Use For Creating Our YouTube Video https://www.amazon.in/shop/manishsharma?listId=DU9UM0XL97KM&ref=idea_share_inf ► Work From Home Essential Tech That We Use Daily https://www.amazon.in/shop/manishsharma?listId=XAZ18JLLSNB5&ref=idea_share_inf AFFILIATE DISCLOSURE: Some of the links used in the description will direct you to Amazon.in. As an Amazon Associate, I earn from qualifying purchases at no additional cost to you. #RebellionRider
