Advertisement
winone1208

Instalacja mysql

Mar 20th, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. The solution that worked for me is:
  2.  
  3. Downloaded mysql-8.0.22-winx64.zip file
  4. Extracted the zip file
  5. Moved the extracted folder to C:/Program Files
  6. Opened cmd.exe as admin
  7. Navigated to the directory cd C:\Program Files\mysql-8.0.22\mysql-8.0.22-winx64\bin
  8. mysqld -install (Service successfully installed)
  9. mysqld --initialize (no prompt)
  10. Opened services.msc
  11. Found MySQL
  12. Right-click and start
  13. Let me know if it helps!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement