Page 1 of 6 123 ... LastLast
Results 1 to 10 of 60

Thread: does anyone in the world actually access phpmyadmin

  1. #1
    Join Date
    Dec 2008
    Location
    Scotland
    Beans
    427
    Distro
    Ubuntu 14.04 Trusty Tahr

    does anyone in the world actually access phpmyadmin

    after four days, numerous threads and endless nights of trying to gain access to phpmyadmin I have come to the conclusion that from a users perspective . . . how can I put this as politely as possible IT SUCKS!

    I have installed it six times, had numerous help from others telling me to make sure there is symlinks or make new users within mySQL or reset the password or even just reinstall and make sure certain include files exist in etc/int.d

    well I've had it! Sorry this is my rant, I studied software development at uni and have come to the conclusion that it should work straight out of the box not take a ridiculous amount of time to set it up, I have wasted more time than I can afford

    Dont use this rubbish, i'll just have to try something else
    Smile . . there's always tomorrow.

  2. #2
    Join Date
    Nov 2006
    Location
    Montreal, Canada
    Beans
    485
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: does anyone in the world actually access phpmyadmin

    I use it every day from six different machines and have never had a single problem. Really haven't a clue why it's giving you such a hard time.

  3. #3
    Join Date
    Feb 2007
    Location
    Kernow, England
    Beans
    382
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: does anyone in the world actually access phpmyadmin

    Did you download it from the website of from the Ubuntu repositories?

    Code:
    sudo apt-get install phpmyadmin
    That ensures that it is correctly set up too. With the added advantage of updating automatically.
    Dell Vostro 1500: Intel T7250, 4GB RAM (800MHz), nVidia 8600M GT, Intel 3945AGB Pro Wireless.
    Ubuntu 10.04 + Windows 7 dual boot (damn games!)

  4. #4
    Join Date
    Jul 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: does anyone in the world actually access phpmyadmin

    Quote Originally Posted by kapi View Post
    I have installed it six times, had numerous help from others telling me to make sure there is symlinks or make new users within mySQL or reset the password or even just reinstall and make sure certain include files exist in etc/int.d
    What I usually do is the following :

    1) Remove /var/www/phpmyadmin symlink
    2) Create directory /var/www/phpmyadmin directory
    3) Mount it when I need it, as following :
    Code:
    sudo mount --bind /usr/share/phpmyadmin /var/www/phpmyadmin
    4) open the url with the php defined, e.g. :
    http://localhost/phpmyadmin/index.php
    5) After usage :
    Code:
    sudo umount /var/www/phpmyadmin
    It's important to look at the authentication options that exist, and then configure which one you prefer to use.

    And there's also a new project which has a similar name as phpmyadmin, but is a much simpler version.
    Can't find it on http://freshmeat.net right now because I don't remember the exact name.

  5. #5
    Join Date
    Oct 2007
    Beans
    435

    Re: does anyone in the world actually access phpmyadmin

    I ripped my hair out with it as well but when I got it to work it was very useful for me.

    I uninstalled it from synaptic and just downloaded it from the site and placed it in the www directory. If I remember rightly the default username was root and the password was just a blank field.

    I don't really remember much more then that.

    Hope you sort out your problems.

  6. #6
    Join Date
    Dec 2008
    Location
    Scotland
    Beans
    427
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: does anyone in the world actually access phpmyadmin

    Hi again celauran, thanks for all your help. No neither have I. My user name is root and then I enter the mySQL password and nothing happens. In mySQL I can login using the root and password but with new added users it won't let me in. Dont know if thats of any significance
    Smile . . there's always tomorrow.

  7. #7
    Join Date
    Jul 2007
    Location
    Wattisham, UK
    Beans
    2,473
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: does anyone in the world actually access phpmyadmin

    Are you referring to the issue on some Ubuntu boxes where Firefox insists on downloading the index.php file rather than executing it? Sorry to make assumptions but you didn't state the problem.

    Edit: Ignore that - others type faster than me
    (12:25:08 PM) sabdfl: if Linux is just another way to run Windows apps, we can't win
    (12:25:13 PM) sabdfl: OS/2 tried that


    Blog | Dropbox

  8. #8
    Join Date
    Dec 2008
    Location
    Scotland
    Beans
    427
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: does anyone in the world actually access phpmyadmin

    hi DDrichardson, no haven't had that it just seems to be that when I log in or try to that I get no response - not even a sorry mate you've got something wrong
    Smile . . there's always tomorrow.

  9. #9
    Join Date
    Oct 2007
    Beans
    435

    Re: does anyone in the world actually access phpmyadmin

    Quote Originally Posted by kapi View Post
    Hi again celauran, thanks for all your help. No neither have I. My user name is root and then I enter the mySQL password and nothing happens. In mySQL I can login using the root and password but with new added users it won't let me in. Dont know if thats of any significance
    I think phpmyadmin and mysql have different passwords

  10. #10
    Join Date
    Nov 2006
    Location
    Montreal, Canada
    Beans
    485
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: does anyone in the world actually access phpmyadmin

    Quote Originally Posted by kapi View Post
    Hi again celauran, thanks for all your help. No neither have I. My user name is root and then I enter the mySQL password and nothing happens. In mySQL I can login using the root and password but with new added users it won't let me in. Dont know if thats of any significance
    I've never actually logged into phpmyadmin as root. The first thing I do on a new SQL install is set up my local users. If you've set up new MySQL users and aren't able to login with those, even via console, then that is troubling. Are you able to see the added users in mysql.user?

Page 1 of 6 123 ... LastLast

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
  •