Results 1 to 4 of 4

Thread: Starting MySQL from a launcher?

  1. #1
    Join Date
    Dec 2007
    Location
    Central CA
    Beans
    459
    Distro
    Ubuntu 12.04 Precise Pangolin

    Starting MySQL from a launcher?

    I am running Ubuntu 10.4LTS AMD-64 on an HP Pavilion DV4Z-1200 with (currently) with 2GB RAM.

    I installed LAMP for use in a WordPress local installation.

    The latest update (I got it on the morning of 26th July) did something to the MySQL daemon so that it no longer starts on boot.

    This is fine, I don't load up WordPress all the time and I don't need the resource load. However, I would like to be able to call MySQL up on-demand, as it were, using the launcher I am using to open up the WordPress blog, or through its own launcher, if it is possible.

    Can anyone help me?

  2. #2
    Join Date
    Dec 2007
    Location
    Central CA
    Beans
    459
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Starting MySQL?

    Wow, three days and only 30 views... I sure know how to write a title, huh?

    Maybe if I just shorten it a bit, I will get some kind of response.

  3. #3
    Join Date
    Apr 2010
    Location
    England
    Beans
    3,286

    Re: Starting MySQL from a launcher?

    Well, you know the command to start MySQL, right? I believe that it's
    Code:
    sudo service mysql start
    on Lucid.

    So you can right-click on the panel and create a new "Application in terminal" with that command. Or you can try creating a graphical sudo prompt by using "gksu service mysql start" with a normal application launcher.
    http://xkcd.com/293/
    There are 10 kinds of people in this world: Those who understand ternary, those who don't, and those who confuse it with binary.

  4. #4
    Join Date
    Dec 2007
    Location
    Central CA
    Beans
    459
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Starting MySQL from a launcher? [Solved]

    Thank you. That is exactly what I need.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •