Visual studio for Macについて
webアプリを作ろうとしている際、以下のリンクのサイトを見つけ早速模倣する形で実践しました。ところがデータベースをコマンドで作る時にエラーが発生し同じように進められませんでした。考えられる原因と対処法を教えてください。パッケージは必要な分追加できてるはずです。よろしくお願いします。
macOS環境でASP.NET COREのWEBアプリをMySQLに接続した
具体的に
ターミナルに指定のコマンドを打ってもデータベースにアクセスできず、
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'dotnet ef migrations add TestApp
dotnet ef database update
dotnet ef migrations ' at line 1
や、
Could not execute because the specified command or file was not found.
Possible reasons for this include:
- You misspelled a built-in dotnet command.
- You intended to execute a .NET program, but dotnet-ef does not exist.
- You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
が出てきて実行できません。
コマンド
MySQL
1dotnet ef migrations add TestApp 2dotnet ef database update
質問主はこのコマンドが何を意味するかすら理解できてません...
画像
あなたの回答
tips
プレビュー