Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Database Connection not working on Windows #94

Open
idsus opened this issue Jul 17, 2023 · 0 comments
Open

MySQL Database Connection not working on Windows #94

idsus opened this issue Jul 17, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@idsus
Copy link

idsus commented Jul 17, 2023

-Description: I want to test the project on my own computer and add more things, but the database is not connecting. I know that the project is made on macos/linux but there must be some way to use on windows.

-Steps:
1. Added mysql to path
2. Installed WSL to windows
3. Logged in to mysql via cmd mysql -u root -p
4. Temperature scrollbar is dragged again.

  • Expected Result vs. Actual Result:

    • Expected Result: When commands complete "Setup Complete!" should appear
    • Actual Result: setup.sh: line 20: mysql: command not found Failed to create Database!
  • Screen Shot/Video:
    image

  • User Session:

    • Windows 11 ver 10.0.22621
  • Priority Level:
    Low:

  • Code Sample: **mysql** --login-path=periodum -e "CREATE DATABASE periodum /*\!40100 DEFAULT CHARACTER SET utf8 */;" >/dev/null || { echo 'Failed to create Database!' ; exit 1; }

@idsus idsus added the bug Something isn't working label Jul 17, 2023
@idsus idsus changed the title Low: MySQL Database Connection not working on Windows MySQL Database Connection not working on Windows Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant