Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Ubuntu Server Lamp,but no phpmyadmin?

  1. #11
    Join Date
    Apr 2012
    Beans
    7,256

    Re: Ubuntu Server Lamp,but no phpmyadmin?

    those commands should be

    Code:
    sudo service mysql start
    and so on I think

  2. #12
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Ubuntu Server Lamp,but no phpmyadmin?

    And that should be apache2 not apache. You need to look at the list of services available in /etc/init.d before you blindly try to start them!

    It looks like mysql was not set up. You need to go through a mysql configuration by creating a database with a proper administrator username and password.

    man service

    To learn more about starting services using the service command. Either method works.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  3. #13
    Join Date
    Aug 2011
    Beans
    95
    Distro
    Ubuntu 12.04 Precise Pangolin

    Talking Re: Ubuntu Server Lamp,but no phpmyadmin?

    Got it working you guys =). I just removed/purge everything dealing with LAMP. I even found out how to put wordpress on it!

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •