Update MySQL with Directadmin

Tue, 12/22/2009 - 19:08

Updating MySQL is a piece of cake with the custombuild tool. You just need to make sure the option 'mysql_inst' is set to 'yes' in the options.conf file; if not the MySQL update will be skipped.

#ssh into the server as root user and go to the custombuild folder
cd /usr/local/directadmin/custombuild
#check if the option 'mysql_inst' is set to 'yes', if not edit the options.conf file
cat options.conf | grep mysql
#update custombuild itself
./build update
#and finally update everything
./build update_versions
Share this
  1. Anonymous (not verified) on Mon, 04/04/2011 - 00:42

    thanks

  2. Post new comment

    The content of this field is kept private and will not be shown publicly.
    • Web page addresses and e-mail addresses turn into links automatically.
    • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
    • Syntax highlight code surrounded by the {syntaxhighlighter SPEC}...{/syntaxhighlighter} tags, where SPEC is a Syntaxhighlighter options string or "class="OPTIONS" title="the title".
    • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
    • Lines and paragraphs break automatically.

    More information about formatting options

    CAPTCHA
    This question is for testing whether you are a human visitor and to prevent automated spam submissions.