I have a Truecrypt partition, and I would like to create a mysql database on it, but I need to mount as a mysql user and mysql group, otherwise I can't create new tables. How can I mount this Truecrypt to belong to mysql user and mysql group?
Mount Trucrypt as a mysql user
337 Views Asked by Mokus At
1
There are 1 best solutions below
Related Questions in UBUNTU-10.04
- OpenSSL: error tlsv1 alert protocol version
- Crontab Bash Script Seems to Timeout if No Output File Given
- Where to find ubuntu vagrant's home folder on windows?
- make: g: No such file or directory make: *** No rule to make target `g'. Stop
- Linux vagrantlucid32 make: *** No rule to make target `all'. Stop
- Viber does not work (white windows) on Ubuntu 18.04 after last update
- Getting error on ubuntu 10 ec2 server while apt install
- Error after incomplete upgrade from ubuntu14.04 to 16.04 -- Kernel panic, not syncing: Attempted to kill init: exit code = 0x00007f00
- QFiledialog : how to pass a file to qfiledialog for save as?
- I want Create zip by shell exclude Path directories(/home/user/Desktop/zipfolder)
- Display hashed commands for your current shell session
- Where can I find the Railo 3.2.1 installer for Linux?
- Is it possible to install qt5 on ubuntu 10.04 LTS?
- Unable to configure knife on windows 7
- Something wrong with chef server
Related Questions in MOUNT
- How do I access data from an lvm volume on a drive?
- editing pass option in /etc/fstab with ansible
- Is it possible to mount a logical volume without wiping the data?
- Goofys mount AWS S3 bucket inside container not reloading
- How can we close websockets connection when component unmount?
- rouble with mounting Python code to FUSE: No response and prolonged processing ---
- Unable To Mount Folder In DataBrick
- dislocker: fuse: mountpoint is not empty
- How to mount /home/<my_user>/.ssh folder in devcontainer
- Disconnected Network Drive while connecting to windows using samba
- To do I call Vue app.mount('#myAppID') a second time if the div with that ID is removed from the DOM and added back later?
- How to access files in a mounted persistent disk through a new VM on GCP?
- Podman rootless cannot mount NFS inside container
- docker '--mount' flag not identified while running from a child process
- git commands hanging forever in mounted repositories
Related Questions in TRUECRYPT
- How to run and extract an embedded python volume using TrueCrypt?
- Ruby: CPU-Load degradation of concurent/multithreaded task?
- C# - Batch encrypt files one by one on Windows, what is the easiest/most secure solution for AES
- SCCM: Check if Truecrypt is Enabled
- How exchange files securely?
- What hidden volume encryption is available for Replicant, LineageOS and Android?
- Issues compiling Veracrypt on Mac OS X El Capitan 10.11.5
- TortoiseSVN - no overlay icons in a VM with Windows 10 on a shared Mac folder
- Run the script automatically in bootup in freebsd
- angular2 pass object with selector
- DSO missing from command line Compiling TrueCrypt
- PKCS#11 as storage for keyfiles
- Read variable from external file not working on running as scheduled task
- Git/Veracrypt EOL hell - cannot discard modified files
- TrueCrypt: Whole container broken on single bit error?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I assume you're running Linux?
There seems to be a "--fs-options" flag, where you can specify the user and group of the truecrypt process.
Something like this might do it:
Reference: https://wiki.archlinux.org/index.php/TrueCrypt#Method_1_.28Add_a_truecrypt_group.29