-
I have a mysql sql dump of 17GB which I am trying to import using TablePlus. It gets stuck when it reaches 8GB of progress and there is no activity by the TablePlus app in activity monitor in the macb…
-
There seems to be no sql file of the stockflow inventory management system project attached to the project repository if you could upload the sql database file aswell that would be great thank you. ad…
-
I need to reinstall DevLake onto a new EKS cluster and don't want to reconfigure all my projects, connections, etc.
I have connected to the MySQL pod using `kubectl -n dora exec -it pod/devlake-mys…
-
In materials/1-dimensional-data-modeling/README.md
```
psql \
-v ON_ERROR_STOP=1 \
--username $POSTGRES_USER \
--dbname $POSTGRES_DB \
< /docker-entrypoint-initdb.d/data.dump>
…
-
Über CSV oder MS-SQL DUMP?
-
Hi Mike,
I have a few suggestions for the context menus of both Database and Table.
For the Database context menu, adding options like **Dump Structure**, **Dump Structure with Data**, and **Import …
-
### Description
long await with no response when dumping over ssh. I had to refresh connection and it fixed the issue. but error when I stop task is confusing
```
D:\Programs\MySQL\mariadb-11.3.…
-
Exporting database into .sql with mariadb-dump, and importing by running the .sql file is too slow. Find faster backup strategies.
-
reproduce
connect to a server with a running flow application **without** Neos.
```
curl https://sandstorm.github.io/synco/serve | sh -s -
```
It seem's you exclude the table `neos_media_domain…
-
### Describe the new feature
When you go to File > Export > Export to SQL file, sqlitebrowser can create an SQL dump file that lets you recreate the database using a series of CREATE TABLE and INSERT…