Friday, February 18, 2022

[FIXED] Update made in MySQL database does not reflect on the webpage

Issue

I updated contents of my website on its corresponding MySQL database, through phpMyAdmin. The changes are showing in the database however it does not reflect on the webpage.

What could be the possible reasons?


Solution

You need to commit to save the changes.

More info: https://dev.mysql.com/doc/refman/5.7/en/commit.html



Answered By - kenfire

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.