MySQL Forums
Forum List  »  Newbie

Re: SQL database not updating when Query is modified
Posted by: Syed Huq
Date: February 05, 2023 06:34PM

Looks like I solved this problem. I forgot to use:

CREATE DATABASE name;
USE name;

Options: ReplyQuote


Subject
Written By
Posted
Re: SQL database not updating when Query is modified
February 05, 2023 06:34PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.