How to find the MySQL data directory from command line in Windows?
Answers
Answered by
0
︻︼︻︼︻ ︻︼︻︼︻ ︻︼︻︼︻
✔️Start your command line by going to the Start Menu > Run and typing cmd (or type command if you are using an older version of windows)
✔️Change directory to where you installed mysql to: C:\> cd C:mysqlbin.
✔️Switch to mysql command line: C:\mysqlbin> mysql -u root -p.
✔️Then set a default password:
︻︼︻︼︻ ︻︼︻︼︻ ︻︼︻︼︻
Similar questions
Computer Science,
7 months ago
Physics,
7 months ago
Math,
1 year ago
Math,
1 year ago
Math,
1 year ago