W
W
weranda2020-07-08 19:27:30
MySQL
weranda, 2020-07-08 19:27:30

How to access MySQL via console?

How to access the database through the console in Windows 10?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Shendakov, 2020-07-09
@weranda

Win-R
cmd
cd c:\Program Files\MySQL\MySQL Server 8.0\bin
./mysql -uuser -ppassword
Or write the path to mysql in PATH and only then
Win-R
cmd
mysql -uuser -ppassword

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question