The book I'm reading asked me to type
"\Program Files\EasyPHP 3.0\mysql\bin\mysql" -u root
in my command line, but my mysql executable directory, which I installed using with EASYPHP DEVSERVER, is in
D:\Program Files (x86)\EasyPHP-DevServer-14.1VC11\binaries\mysql\bin
So I tried making sense of it (or at least that's what I thought) and tried typing
"\Program Files (x86)\EasyPHP-DevServer-14.1VC11\binaries\mysql\bin" -u root
in the command line. I pressed enter and I got an error that that's unrecognizable.
So how do I access my database through the command line? Did I make any installation errors? Are there misconceptions I have?
C:/directory instead ofD:/?"D:\Program Files (x86)\EasyPHP-DevServer-14.1VC11\binaries\mysql\bin\mysql" -u root?