deepesh
deepesh

Reputation: 1

Opening SQL in CLI for MERN STACK development

I am a beginner learning MERN stack , I have been facing problem regarding running the sql n CLI . I have navigated to bin folder too , still no response

I tried navigating through bin folder

error is prompting that

PS C:\> cd Program Files\MySQL\MySQL Shell 8.0\bin mysql -u root -p
Set-Location : Parameter cannot be processed because the parameter name 'p' is ambiguous. Possible matches include: -Path 
-PassThru -PipelineVariable -LiteralPath.
At line:1 char:58
+ cd Program Files\MySQL\MySQL Shell 8.0\bin mysql -u root -p
+                                                          ~~
    + CategoryInfo          : InvalidArgument: (:) [Set-Location], ParameterBindingException
    + FullyQualifiedErrorId : AmbiguousParameter,Microsoft.PowerShell.Commands.SetLocationCommand

Upvotes: 0

Views: 27

Answers (0)

Related Questions