Did you fist create this diretory?
3.1 Step 0: Create a directory to keep all your works
IMPORTANT: Before getting started, check that you have a few GBs of Free Spaces.
Create a directory to keep all your works called:
- (For Windows) "c:\myWebProject".
- (For macOS/Linux) "~/myWebProject" where "~" denotes your home directory.
// For Windows: Use "C:\myWebProject"
// Launch a "CMD" and issue these commands:
c:
cd \
mkdir myWebProject
// For macOS: Use "~/myWebProject" (where "~" denotes your home directory)
// Launch a "Terminal" and issue these commands:
cd
mkdir myWebProject
Use your graphical interface, e.g., File Explorer (Windows), or Finder (macOS) to verify this directory. (Of course you can use your graphical interface to create this directory!)
For novices: It is important to follow this step. Otherwise, you will be out-of-sync with this article and will not be able to find your files later.
https://www3.ntu.edu.sg/home/ehchua/programming/sql/MySQL_HowTo.html