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

Add macOS packaging scripts #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

vladbogo
Copy link
Contributor

Add the macOS packaging scripts


/usr/local/mariadb/server/bin/mysql_upgrade

# ln -sf /usr/local/mariadb/server/bin/* /usr/local/bin/
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we discuss the reasoning for commenting out this symbolic link creation? It seems crucial for ensuring MariaDB commands are globally accessible. What impact does commenting this out have on our environment setup?

# Create these symlinks, so that MariaDB Server is started using "mariadbd" instead
# of "mysqld" and the client program is "mariadb" instead of "mysql".
#ln -s mysql mariadb
#ln -s mysqld mariadbd
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: These symbolic links ensure MariaDB commands are invoked with their updated names (mariadb, mariadbd) instead of the legacy mysql, mysqld. Uncomment these lines if you need to maintain compatibility with scripts or applications expecting these newer command names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants