<div dir="ltr"><div>Maybe?</div><div><br></div><div>It would depend on if there's also a table that manages permissions for users in the database to determine what they have access to.</div><div><br></div><div>What application?<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 3, 2020 at 2:41 PM Charles M <<a href="mailto:chaslinux@gmail.com">chaslinux@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I have a PHP application that has some users stored in a mysql<br>
database. I can log into mysql and have permission to change the<br>
database tables. If the table within the database is called users can<br>
I just:<br>
<br>
INSERT into user (userpass) values ('NewMadeUpPass');<br>
<br>
Would this work since MySQL hashes passwords? I'd then log into the<br>
web app and change the password, hopefully rehashing the new password.<br>
<br>
Thanks,<br>
<br>
Charles<br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div>