Changes between Version 12 and Version 13 of ssd


Ignore:
Timestamp:
May 16, 2017, 4:25:46 AM (7 years ago)
Author:
JaimeV
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ssd

    v12 v13  
    242242}}}
    243243
    244 Umount /mnt and remove the logical volume:
     244Restart mysql:
     245
     246{{{
     247systemctl start mysql
     248}}}
     249
     250If everything goes well unmount /mnt and remove the logical volume:
    245251
    246252{{{
     
    248254lvremove /dev/mapper/vg_jacobs0-var+lib+mysql
    249255}}}
    250 
    251 Retart mysql:
    252 
    253 {{{
    254 systemctl start mysql
    255 }}}