MySQL
MySQL is an open source relational database management system. Based in Structured Query Language (SQL), MySQL can run on most platforms and is mainly used for web-based applications. It is written in C and C++.
Here are 19,657 public repositories matching this topic...
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
Updated
Dec 27, 2019 - Java
Always to test tidb performance by POC,sometimes we will use the production data,sometimes we can use public dataset such as ONTIME,like percona. the Genaral data format is CSV,could you provide an example like Percona-lab which used for TiDB.
https://github.com/Percona-Lab/ontime-airline-performance/tree/master/mysql
Issue Description
What are you doing?
const query = `any query here`;
const result = await sequelize.query(query, {
replacements: {
...
},
type: QueryTypeFrom MDN:
- Chrome has an "Intent to Deprecate and Remove the XSS Auditor"
- Firefox have not, and will not implement
X-XSS-Protection- Edge have [retired their X
Issue type:
[ ] question
[ ] bug report
[ ] feature request
[x] documentation issue
Database system/driver:
[ ] cordova
[ ] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[x] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)
I am making a health check endpoint for kubernetes (google cloud's service to host containerized applications) for my mySql application.
right now I am using this package https://www.npmjs.com/package/health-check-mysql
But is there something built into the package itself, something like a isConnected method. ie:
connection.isConnected() ? throw new Error('not connected to mysql') : null
@madAndroid was kind enough to provide instructions on how to configure Redash with Auth0/SAML on the forum: https://discuss.redash.io/t/auth0-integration/586/5.
We should port this over to the Knowledge Base (either as a section in the Authentication Options page or a dedicated one).
Some scripts are very big and editor will take long time to load into UI - for such scripts we save in drive and run them from workbench or some other tool - just by selecting the file and running it without loading it to editor.
Can we get that feature - probably in tools or some relevant location when we right click on the database name - to run the sql file on selected connection/DB inste
Environment
Knex version: 0.17.6
Database + version: PostgreSQL 11.4
OS: Manjaro Linux 18.0.4
Feature discussion / request
While creating a table with an explicit schema and I'm looking to use a native enum as one of the columns. I haven't found any documentation about how to qualify an enum declaration with schema name.
I've tried the following
table.enum('bazz_type', [ 'f
Feature Description
In vitessio/vitess#5419 I added a check to see if the user was root, and bail.
This relies on the user using the included shell script, which adds complexity and a bit annoying if the user wants to roll their own scripts around standalone vitess binaries.
It would be nice enhancement if mysqlctl itself (and possibly other components) chec
Issue description
GitHub changed how issue templates work. We should update ours:
You are using an old version of issue templates. Please update to the new issue template workflow. Learn more
Multi-line queries have a prompt_continuation (or not currently, due to issue 681, but that's beside the point). But even with prompt_continuation set to an empty string, it starts the next line indented, even when it's just due to wrapping at the edge of the terminal window:
db> select "example text that wraps onto the nex
t line";
I often copy/paste my query fr
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra
Description
A clear and concise description of what the bug is.
Steps To Reproduce
- Go here: https://sequelpro.com/docs/get-started/get-connected/local-mysql
- Click on "Where are MySQL's Files?" here:
When executing against a gcp 1st generation sql instance gh-ost fails with the following error:
[root@centos1 gh-ost]# ./bin/gh-ost --user="testuser" --ask-pass --table="test_table" --database="test" --host="x.x.x.x" --alter="engine=innodb" --port="3306" --allow-on-master --execute --initially-drop-old-table --initially-drop-ghost-table --verbose --ok-to-drop-table
Password:
2018-08-29
Hey Cube.Js team!
I get the following yarn warnings when installing dependencies. Can these be fixed? Thank you.
warning @cubejs-backend/server-core > @cubejs-backend/schema-compiler > joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
warning @cubejs-backe
- Related Issues: #IssueNumber if necessary
Introduction
Your front page example references a non-existent Posts variable
Issue Description
The front page has this code:
const User = bookshelf.model('User', {
tableName: 'users',
posts() {
return this.hasMany(Posts)
}
})
This line specifically:
return this.hasMany(Posts)
It looks like a great tool, is it possible to translate the documentation to English?
SQLite to mssql dump
Using gitea 1.9.3 which uses xorm for its database operations. Used gitea command line to export SQLite database into .sql file with “mssql” syntax.
Running .sql file fails on MSSQL server because Boolean columns are exported with the values of “true” and “false” whereas MSSQL requires Boolean fields to use the values 1 and 0.
We already have most of our Directus API 2.x endpoints/params within Paw for testing. We could finish adding all of these and then potentially use their code generators to create SDKs for our secondary languages.
https://paw.cloud/docs/extensions/create-code-generator
We also have a Swagger file for 98% of API 1.1 — so we could update that (and make sure that OpenAPI allows for our filteri
if I understood it corretly from README.MD, we can install like this:
$ git clone https://github.com/donnemartin/dev-setup.git && cd dev-setup
$ ./.dots bootstrap osxprep brew osx
and later when we need datastores, we run
$ cd ~/dev-setup
$ ./.dots datastores
I understand that bootstrap copies the dot files to the home directory, such as .bash_profile and .exports.
but
Which version and edition of Flyway are you using?
5.0.7
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Java with Hibernate
The linked Stackoverflow entry is only for Hibernate 4.x
I found this way to include Flyway with Hibernate 5.x for example in Wildfly >= 10
Perhaps it is worth for documentation:
import java.util.Map;
i
What would you like to be added: A check when loading providers for dashboard provisioners that enforces unique names, as specified in the documentation.
Why is this needed: If someone does not pay much attention to the documentation and does not see that the provisioning provider names must be unique, a weird problem c