Page MenuHomeSolus

Mariadb 10.1.19
Closed, DuplicatePublic

Description

{F7839}Mariadb 10.1.19. Note - creation of the database after package install but before service start must be performed with:

  1. sudo su -
  2. cd /usr
  3. ./bin/mysql_install_db --datadir=/var/db/mysql/data --basedir=/usr
  4. chown -R mysql:mysql /var/db/mysql

I didn't see a nice way to do this automatically as there appear to be no post-install triggers, and of course this logic should be wrapped with safety checks. Obviously you don't want the package shipping any of those files under /var/db/mysql...

Related Objects

StatusAssignedTask
Wontfixalecbcs
Resolvedalecbcs
ResolvedNone
ResolvedNone
WontfixJoshStrobl
FrozenJoshStrobl
InvalidNone
ResolvedJoshStrobl
InvalidNone
Duplicateikey

Event Timeline

rnesius updated the task description. (Show Details)

Edited task to add the patch... hope I did that right.

ikey changed the task status from Open to In Progress.Dec 4 2016, 10:59 PM
ikey claimed this task.
DataDrake triaged this task as Normal priority.Dec 25 2016, 1:03 AM
DataDrake moved this task from Backlog to Ready For Merge on the Patch Submission board.

Merging into T80 - as its a dupe