Answer the question
In order to leave comments, you need to log in
How to enter the msql screen in Denver?
You need to launch the mschl screen through the command line so that you can work with databases, perform such operations:
- Copy the web.sql file from the mod3 directory to the C:\ directory
(to the root of the C: drive)
- Open a command prompt window and enter the command :
cd c:\
- Type the command:
mysql -ulogin -ppassword
- In the server console, type the commands:
CREATE DATABASE web;
quit
- Import data from a file by issuing the command:
mysql --ulogin --ppassword web < web.sql
Answer the question
In order to leave comments, you need to log in
You just need to run mysql.exe.
those. instead of
dial
or you don't know how to run the command line?
Win + R, there you type cmd.exe and press enter.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question