You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-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:
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; }
The text was updated successfully, but these errors were encountered:
-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:
Screen Shot/Video:
User Session:
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; }
The text was updated successfully, but these errors were encountered: