-
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>
…
-
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 …
-
Über CSV oder MS-SQL DUMP?
-
### 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.…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
lastest
### Other Environment Information
```Markdown
- Hardware pa…
-
demo.sql fails execution on new db with following error (MariaDb v10.6):
`Error in query (1146): Table 'weberp_scc.accountgroups' doesn't exist`
```
--
-- Dumping data for table `accountgroups…
-
Exporting database into .sql with mariadb-dump, and importing by running the .sql file is too slow. Find faster backup strategies.