mysqladmin package not found using apt-get

Discussion in 'Installation/Configuration' started by brianetilley, Dec 19, 2005.

  1. brianetilley

    brianetilley New Member

    apt-get can not find the package 'mysqladmin' using the 'http://ftp2.de.debian.org/debian/ stable main' mirror.
    If I use Lynx to get this package from another source and compile/install it manually from /tmp will there be any problems with the ISPConfig install script?

    Brian
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Do you maybe mean phpmyadmin instead of mysqladmin? Or do you mean the command line program mysqladmin? That should be on your system if you installed the MySQL server. Run
    Code:
    which mysqladmin
    to find out where it is.
     

Share This Page