-
-
I used this yesterday to fix a 8G ibdata1 file that I couldn't sort out what was causing it and lost all of my procedures and several of my databases used them. Luckily I realized what was going on a…
-
Implement database subsetting for MySQL as [we did for PostgreSQL.](https://github.com/Qovery/replibyte/issues/40)
-
Hello
I'm going to upgrade Stocky to the last version 3.2, so i go Setting > Backup Database and click Generate Backup
I can see the app has made a sql backup file, but the file size is 0 byte. …
-
I have this line in a MySQL dump:
```
CONSTRAINT `FK_2F87D51A81E27D` FOREIGN KEY (`isco_group_id`) REFERENCES `isco_group` (`id`)
```
When reaching that line, the script fails:
```./sql2markd…
-
cleaned up a little bit past what @anderoy gave me:
[2017 scorecard ready for import.zip](https://github.com/ESDet/esdportal_profile/files/752437/2017.scorecard.ready.for.import.zip)
-
My `contacts` table has been synced until I run this sql to add a generated column
```sql
ALTER TABLE contacts
ADD full_name VARCHAR(512) GENERATED ALWAYS AS (CONCAT(first_name,' ',last_name)…
huygn updated
6 years ago
-
我搭建的平台前两天服务器炸了,把数据库考过去了,但是前台页面的那个折线图不动了,请问这个怎么解决
-
Would be amazing to be able to quickly open a new window with a CLI terminal to execute commands the same as you would in an OS terminal.
-
### Summary
**As** "DevOp / Admin"\
**I want** "to restore application-aware backups as easy as pvc backups"\
**So that** "I does not bother with boilerplate code to restore my databases."
#…