C
Join ServerC#
help
❔ Bash ! event not found
Mmorry32912/7/2022
I am going through a tutorial to create a Web API app with ASP.NET6 and MySql. I wanted to scaffold my Sql Database. I entered a following command into the terminal on Rider:
And it only give me this error:
Shall I regenerate a password without ! or what triggered this error? Any insights much appreciated.
Scaffold-DbContext "server=127.0.0.1;port=3306;user=root;password=MyPASS!;database=databasename" MySql.EntityFrameworkCore -OutputDir Entities -f
`And it only give me this error:
bash: !: event not found
`Shall I regenerate a password without ! or what triggered this error? Any insights much appreciated.
Mmorry32912/7/2022
It gave me
command not found
just now. Probably I am in the wrong file path or something?Mmorry32912/7/2022
Or maybe I am trying to enter this command into the wrong place I guess. The tutorial I am working on is written for VS users (This command should be typed into Package Manager Console), but I am working with Rider. So things are bit different here in my uneducated opinion
Mmorry32912/7/2022
I think so but I am not 100% sure
Mmorry32912/7/2022
Will do
AAccord12/8/2022
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.