-
**Question**
环境信息( 工具版本均符合文档要求):
```
➜ miniob git:(main) uname -a
Darwin MacBook-Pro-3.local 22.1.0 Darwin Kernel Version 22.1.0: Sun Oct 9 20:15:52 PDT 2022; root:xnu-8792.41.9~2/RELEAS…
-
Please help me, i configured my config and local-settings file, dump the sql file
But when I open web address, only have a blank page, please help
-
> root@mz10:~# /etc/init.d/rc.local start
> /home/docker/code/scripts/heartbeat.sh: line 6: confs/deploy.conf: No such file or directory
> mkdir: cannot create directory '/data/benchmark-dump': File e…
-
After I tried to upgrade to new version, the error occurred, which was:
`Reason: liquibase.exception.DatabaseException: (conn=7301810) Invalid default value for 'updated_at' [Failed SQL: (1067) CREA…
-
$$ grunt db_pull --target="prod"
Running "db_pull" task
Pulling database from 'Production' into Local
Creating DUMP of remote database
> > Database DUMP succesfully exported to:
> > backups/prod/201…
ghost updated
10 years ago
-
SQLite have `.dump` command, MySQL have special tool mysqldump. Do you have something similar?
-
It looks like mysql dump files are not supported:
```bash
$ eralchemy -i file:///schema.sql -o schema.pdf
Traceback (most recent call last):
File "/home/marcoep/.local/bin/eralchemy", line 8, in…
-
```
1. Enable SQL-99, by setting the following:
SET GLOBAL TRANSACTION ISOLATION LEVEL SERIALIZABLE;
SET GLOBAL sql_mode = 'ANSI'
or in my.cnf:
[mysqld]
sql_mode = ANSI
transac…
-
A user reported on 2009-11-13 that PostgreSQL dumps are still not working.
My last update (from 2009-08-17):
I now have a script in my csc-sql home directory that will make a PostgreSQL dump for Con…
-
Jira Link: [DB-875](https://yugabyte.atlassian.net/browse/DB-875)
I created a free tier cloud cluster and have been trying to load the data from a different cluster. The total uncompressed sstable …