Skip to content

Commit

Permalink
fix: Restore MySQL authentication setup for existing installations
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Jan 2, 2025
1 parent 322d6c3 commit b0c003c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mysql-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ init_mysql() {
;;
1) # Valid installation
log_info "Using existing MySQL installation"
return 0 # Skip initialization for valid installations
# Continue with initialization to ensure auth is properly configured
;;
2) # Recovery needed
log_error "Recovery needed - initialization aborted"
Expand Down

0 comments on commit b0c003c

Please sign in to comment.