Home > database >  WampServer (PHP, Apache, Mysql) provide off the function of the CMD?
WampServer (PHP, Apache, Mysql) provide off the function of the CMD?

Time:10-04


A separate mysql installation, can use the commands line client create the database directly, such as screenshot

In WampServer 2 (PHP + Mysql + Apache) in the integrated environment, how do I bring up the screenshot that environment?

3 G: \ wampserve \ wamp64 \ bin \ mysql \ mysql5.7.14 \ bin: this is WampServer integration environment in mysql. Exe path

CodePudding user response:

Start/run/CMD
G:
CD \ wampserve \ wamp64 \ bin \ mysql \ mysql5.7.14 \ bin
Mysql - p - user=XXX (parameters as such, use -- help to look at)

CodePudding user response:

Switch to the G: \ wampserve \ wamp64 \ bin \ mysql \ mysql5.7.14 \ bin directory, then run the mysql command,

CodePudding user response:

The environment variable PATH in G: \ wampserve \ wamp64 \ bin \ mysql \ mysql5.7.14 \ bin and line
Is performing SystemPropertiesAdvanced. Exe, find the environment variable in out of the window - the system environment variables, and then modify the PATH, add
at the end of the
; G: \ wampserve \ wamp64 \ bin \ mysql \ mysql5.7.14 \ bin
Save and exit the CMD window to open, can directly use the mysql command