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

Update required packages in README and add troubleshooting info #111

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

Conversation

JS-ALB
Copy link

@JS-ALB JS-ALB commented Jul 9, 2024

Hello,
I just tried to setup the tap on a Debian Bookworm instance and the installation failed with the following error:

2.357 Reading package lists...
2.755 Building dependency tree...
3.014 Reading state information...
3.016 Package libmysqlclient-dev is not available, but is referred to by another package.
3.016 This may mean that the package is missing, has been obsoleted, or
3.016 is only available from another source
3.016 However the following packages replace it:
3.016   libmariadb-dev-compat libmariadb-dev
3.016 
3.018 E: Unable to locate package package-cfg
3.018 E: Package 'libmysqlclient-dev' has no installation candidate

I solved the issue by using libmariadb-dev.

I also was working with a non priviliged MySql user and the check whether the database is a PlanetScale database failed with the following error:

"SELECT command denied to user 'xxxxxxxx'@'xxxxxxxx.dip0.t-ipconnect.de' for table `performance_schema`.`global_variables`")
[SQL: select variable_value from performance_schema.global_variables where variable_name='version_comment' and variable_value like 'PlanetScale%%']

It took me some time to find the source of this error so I wanted to share.
Cheers!

@JS-ALB JS-ALB changed the title Update README.md Update required Packages in README and add troubleshooting info Jul 9, 2024
@JS-ALB JS-ALB changed the title Update required Packages in README and add troubleshooting info Update required packages in README and add troubleshooting info Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant