Results 1 to 10 of 11

Thread: Install PhpMyAdmin on Ubuntu

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    last command, it is just warning. Not an error. So that is fine.

    Now to access phpMyAdmin, go to URL.

    http://localhost/phpmyadmin
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

  2. #2
    Join Date
    Nov 2009
    Posts
    76,596

    Default

    When I access that url, getting error. Please see the attached screenshot.


  3. #3
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    Install MySQL extension for PHP.

    Code:
    sudo apt-get install php5-mysql
    Restart Apache.
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

  4. #4
    Join Date
    Nov 2009
    Posts
    76,596

    Default

    I got error message "mysqli extension is missing. Please check your PHP configuration."

    Then installed MySQL extension for PHP using below command:

    Code:
    sudo apt-get install php5-mysql
    After that, edited /etc/php5/apache2/php.ini file and uncommented below line:

    mysqli.allow_local_infile = On

    and restarted apache server. This resolved the error and phpmyadmin started working.



  5. #5
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    Good, now you can login to phpMyAdmin. User name root, password you used doing installation.

    See if login works.
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

  6. #6
    Join Date
    Nov 2009
    Posts
    76,596

    Default

    Login Success.


  7. #7
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    Looks good.
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

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
  •