We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
# mysql -u root -p
create database bbcore;
MariaDB [(none)]> exit; Bye
exit;
# mysql bbcore -u root -p < bbcore.sql
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: