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

Run bambooBSC 0.7.7 with MariaDB 10 version. #91

Open
billchen198318 opened this issue Apr 18, 2019 · 0 comments
Open

Run bambooBSC 0.7.7 with MariaDB 10 version. #91

billchen198318 opened this issue Apr 18, 2019 · 0 comments

Comments

@billchen198318
Copy link
Owner

billchen198318 commented Apr 18, 2019

Run bambooBSC with MariaDB 10 version step

SQL dump file download (use 7z to decompress) : https://github.com/billchen198318/bamboobsc/releases/download/v0.7.7/bamboobsc-0.7.7-MariaDB-SQL-dump.7z

1. Need MariaDB 10.3.13 or later version

2. Config MariaDB parameter --lower_case_table_names=1 on UNIX like system ( Linux or FreeBSD )

Please view: https://mariadb.com/kb/en/library/server-system-variables/#lower_case_table_names

on windows system please ignore step-2.

3. Start MariaDB server

4. Create database file

# mysql -u root -p
MariaDB [(none)]> create database bbcore;
Query OK, 1 row affected (0.001 sec)

MariaDB [(none)]> exit;
Bye

# mysql bbcore -u root -p < bbcore.sql

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

No branches or pull requests

1 participant