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

[Doc] Fix upgrade-schema.sh cannot load driver class #14072

Merged
merged 3 commits into from
May 10, 2023

Conversation

OpenOpened
Copy link
Contributor

When initializing and creating related tables for the first time, the support of related jdbc drivers is required. This article omits placing jdbc drivers in the tools directory.

command: bash tools/bin/upgrade-schema.sh

problem: Cannot load driver class: com.mysql.cj.jdbc.Driver

When initializing and creating related tables for the first time, the support of related jdbc drivers is required. This article omits placing jdbc drivers in the tools directory.

command: bash tools/bin/upgrade-schema.sh

problem: Cannot load driver class: com.mysql.cj.jdbc.Driver
@OpenOpened
Copy link
Contributor Author

@SbloodyS I switched branche

@SbloodyS SbloodyS added 3.1.6 3.1.x for 3.1.x version and removed 3.1.6 labels May 10, 2023
@SbloodyS SbloodyS added 3.1.6 and removed 3.1.x for 3.1.x version labels May 10, 2023
@SbloodyS SbloodyS added this to the 3.1.6 milestone May 10, 2023
@SbloodyS SbloodyS added improvement make more easy to user or prompt friendly first time contributor First-time contributor labels May 10, 2023
@SbloodyS SbloodyS changed the title fix upgrade-schema.sh cannot load driver class [Doc] Fix upgrade-schema.sh cannot load driver class May 10, 2023
@zhuangchong zhuangchong modified the milestones: 3.1.6, 3.1.7 May 10, 2023
@zhuangchong zhuangchong added 3.1.x for 3.1.x version and removed 3.1.6 labels May 10, 2023
Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

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

LGTM

@SbloodyS SbloodyS merged commit fc97118 into apache:dev May 10, 2023
zhuangchong pushed a commit that referenced this pull request May 18, 2023
* fix upgrade-schema.sh cannot load driver class

When initializing and creating related tables for the first time, the support of related jdbc drivers is required. This article omits placing jdbc drivers in the tools directory.

* Update datasource-setting.md

update english doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.1.x for 3.1.x version document first time contributor First-time contributor improvement make more easy to user or prompt friendly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants