-
Potential customer reports not being able to import a dump that works in MySQL.
Error is:
```
ERROR 1105 (HY000) at line 2517838: incorrect string value: '[111 114 103 46 115 112 114 105 110 103…
-
MariaDB instance (11.4.2-MariaDB-ubu2404) as container:
```
podman run -p 3307:3306 -e MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1 -it mariadb:latest
```
Running `go-mysqldump` like this:
```
$ ./bin/…
-
I installed selfhosted docker IN. It created 3 containers dockerfiles-app-1, dockerfiles-db-1, dockerfiles-server-1. The mysqldump file is located in the dockerfiles-db-1 container, but I'm running …
-
Hi,
Any suggestions how to backup the database ?
The webtrees-website mentions two possibilities : phpMyAdmin and mysqldump.
phpMyAdmin needs to be installed (which it isn't AFAIK) and for mysqldum…
-
### Proposal:
When a table is being dumped with `mysqldump` and the table is in a cluster, let's keep the cluster name. It makes possible using mysqldump to reindex the table in a cluster like this:
…
-
Looks like a nice option for backups with wordops setup, hoping to get this working.
the config.sh will not find wordpress at /var/www/domain.com/htdocs. It will find at /var/www/domain.com and ad…
-
Hello,
After upgrading from mariadb 10 to 11.5, my backups are not working anymore because of mysql backups.
The logs read:
`Using method "mysql".
The "mysql" method is chosen, but is not fou…
-
mysqldump returns 'bash: mysqldump: command not found', but launching it directly on server works well.
-
on strangle only some of my instances I get this error:
`mysqldump: Couldn't execute 'SHOW FIELDS FROM `host_summary`': View 'sys.host_summary' references invalid table(s) or column(s) or function(…
-
| Q | A
| -------------------- | -----
| Bug report? | yes
| Feature request? | no
| BC Break report? | no
| RFC? / Specification |no
| Project version |…
ofo78 updated
5 years ago