-
Now located here:
latest: https://stampchain.io/remote_backup_v1.8.25.sql
import into a new mysql database named btc_stamps and configure .env variables for explorer for connection.
-
This is a great tool...it is quick to confirm the SQL issues that I have detected with other tools and can easily confirm injection.
Hoever this took is horrible at extracting information, even a b…
-
### Reason/inspiration (optional)
We would like a new entry on the `CONV` concept under MySQL. The entry should go in a new file under `docs/content/mysql/concepts/build-in-functions/terms/conv/conv.…
-
I have a node which is in infinite boot loop due to MySQL timeout.
![image](https://github.com/user-attachments/assets/344e01b0-2b85-460a-aaf2-6f9d9eab93e3)
During the boot node tries to delete so…
-
```
ColumnDecode { index: "\"template_type\"", source: "mismatched types; Rust type `template::app::model::TemplateType` (as SQL type `ENUM`) is not compatible with SQL type `ENUM`" }
```
```
#…
-
**Describe the bug**
Incorrect table alias escaping with " instead of \`
**To Reproduce**
```go
innerq := q.Select("ip_address").Distinct()
q := goqu.Select(goqu.COUNT(goqu.Star()).As("count"))…
-
**RomM version**
latest
**Describe the bug**
I use the default docker-compose.yml example. First with changes to use my already running mysql server which gave the error that it cant find the dat…
-
## Description of the need
If we merge https://github.com/backdrop/backdrop-issues/issues/6466, it will effectively remove support for MySQL 5.0. According to telemetry data, we don't have any site…
-
### Is there an existing issue for the same feature request?
- [X] I have checked the existing issues.
### Is your feature request related to a problem?
Manually editing the `service_conf.yam…
-
With MySQL you can create different tables but as clones from others and without redeclaring the same columns, e.g.
```sql
CREATE TABLE drafts AS
SELECT
*
FROM
posts
WHERE
1 = 0;
```
.…
205g0 updated
2 weeks ago