Questions tagged [database]
The database tag has no summary.
44 questions
1 vote
0 answers
155 views
Export Whatsapp chat with replies [duplicate]
I'm trying to export a Whatsapp chat from an iPhone Xr with iOS 15.6 including replies to messages. I tried to explore the ChatStorage.sqlite db trying to understand how does it works but it's very &...
1 vote
0 answers
181 views
Photo library KGDB files, mac os x ventura
I have recently updated to Ventura, and the photos app changed a bit. Before the update the photos app used mostly sqlite to store all the data, but now it changed to files with .kgdb extension. I can ...
0 votes
2 answers
3k views
How to move photos from one album to another to tidy up ones organization
Within Photos, how to move a set of photos from one album to another one to change my library organization, without duplicating their names? Like you can move a file within the filesystem from one ...
0 votes
0 answers
109 views
How to entirely delete MySQL from mac Monterey 12.5.1?
How to entirely delete MySQL from mac Monterey 12.5.1? I read articles about this. In all articles it's written that you should go to "System Preferences" -> "MySql" and you ...
5 votes
1 answer
895 views
Is there a way to merge Safari history databases?
Recently Safari had a glitch and wiped out my browsing history. I only discovered this after a couple weeks but had a backup that ran up to almost the day of the loss. I've restored the history from ...
2 votes
1 answer
77 views
Without realizing the time it would take to complete, I issued the command sudo /usr/libexec/locate.updatedb . What happens if I kill the process?
Will killing the process cause problems if I shutdown and reboot immediately after doing it? I am running OS 11.2.3 (Big Sur) on Mac Mini.
0 votes
1 answer
73 views
Database Migration from legacy app on old iPad
I recently replaced my old iPad 2 (2011 - iOS 9) with a new iPad 10,2" (iOS 14). I personally made the migration between the two iPad and everything worked quite well. Everything but ONE APP. ...
1 vote
1 answer
276 views
Help in understanding a command line search of all sqlite files on os x device
I was listening to a Talk Python To Me podcast that had Simon Willison as the guest. Willison discussed two projects he is developing, Datasette and DogSheep Beta, both of which allow you pull in data ...
0 votes
0 answers
318 views
Is there a working alternative for mysql on Sierra (10.12.6) that can be used with php?
Does mariadb function properly on Sierra? I can't get mysql to work and since Sierra isn't supported by mysql I'm giving up on trying to get it to function. does anyone have Sierra working as a ...
0 votes
2 answers
773 views
Replacement for Supercard in Catalina?
I have been a long time Hypercard fan. When Apple mysteriously dropped it, I kept my Hypercard stacks going using Supercard. Unfortunately, Supercard is not 64 bit compatible (and no sign that that is ...
2 votes
0 answers
524 views
Missing Messages from chat.db
Hi so I can't currently create a minimum reproducible example but I am missing texts that I know I sent and appear in the search on the iMessage app but aren't in chat.db My python code below import ...
6 votes
2 answers
4k views
Is there a MariaDB server package for Macos?
My team is switching from MySQL (which has downloadable packages for MacOS) to MariaDB and I'd like to switch on my Mac as well. When going to MariaDB's download page, I only see packages for Windows ...
2 votes
0 answers
69 views
Any solution for a DBMS App on iPhone?
I have been trying to find an application to create a database (preferably sqlite) And I would like to create relational databases and query, however, I haven’t found any on the App Store to enable me ...
17 votes
2 answers
11k views
What and how does macOS Mojave implement to restrict applications access to personal data?
As well as many of the other features talked about during macOS Mojave's release like dark mode and the addition of new apps like Home, another key feature of macOS Mojave seems to be it's heightened ...
1 vote
0 answers
943 views
Trouble Connecting to SQL Anywhere through ODBC
I'm trying to connect to a SQL Anywhere database through an an ODBC connection on my Mac (running High Sierra). I downloaded and installed the SQL Anywhere 17 Developer edition. Installed it ...