When I try to use SQLSHELL "CREATE DATABASE test". I don't get a prompt that anything was created (not sure if i'm supposed to). Then when I check to see if it was created ("\l"). Nothing is there. What is happening?
Asked
Active
Viewed 2,710 times
5
-
1[Please do not upload images of code/errors when asking a question.](//meta.stackoverflow.com/q/285551) – Ken White Apr 06 '22 at 03:51
-
2Did you terminate the command with `;`? – akop Apr 06 '22 at 03:53
-
@akop I feel like an idiot. Thank-you! This worked – DonnyRodriguez Apr 06 '22 at 03:56
-
@KenWhite I appreciate it. My apologies – DonnyRodriguez Apr 06 '22 at 03:56