![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Server Platforms Discussion regarding any server based ubuntu release. |
|
|
Thread Tools | Display Modes |
|
|
#11 | |
|
A Carafe of Ubuntu
![]() Join Date: Jul 2005
Location: Yakima WA USA
Beans: 99
Ubuntu 8.04 Hardy Heron
|
Re: Installation of MYSQL/phpMyAdmin
Quote:
1n0nhifs.phtml **EDIT** I got in by going to http://localhost/phpmyadmin/index
__________________
Mac OS X...because making UNIX user friendly was easier than fixing Windows. Last edited by ztirffritz; March 11th, 2007 at 04:12 PM.. Reason: found answer |
|
|
|
|
|
|
#12 | |
|
Way Too Much Ubuntu
![]() Join Date: Jan 2007
Beans: 235
|
Re: Installation of MYSQL/phpMyAdmin
Quote:
sudo mv /etc/apache2/mods-available/php5 .load /etc/apache2/mods-enabled && sudo mv /etc/apache2/mods-available/php5 .conf /etc/apache2/mods-enabled && sudo /etc/init.d/apache2 reload
__________________
Disregard anything I post... Last edited by Nikron; March 11th, 2007 at 04:19 PM.. |
|
|
|
|
|
|
#13 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Beans: 7
Ubuntu 7.10 Gutsy Gibbon
|
Re: Installation of MYSQL/phpMyAdmin
Rather than moving the files as Nikron suggests, I think the preferred method is to make symbolic links from the mods-enabled directory.
Code:
cd /etc/apache/mods-enabled sudo ln -s /etc/apache2/mods-available/php5.conf php5.conf sudo ln -s /etc/apache2/mods-available/php5.load php5.load And don't forget to restart apache2 |
|
|
|
|
|
#14 | |
|
Way Too Much Ubuntu
![]() Join Date: Jan 2007
Beans: 235
|
Re: Installation of MYSQL/phpMyAdmin
Quote:
Code:
a2enmod php5
__________________
Disregard anything I post... |
|
|
|
|
|
|
#15 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Location: Canberra, Australia
Beans: 10
|
Re: Installation of MYSQL/phpMyAdmin
Any suggestions for what to do if the php5 module is not installing correctly?
Code:
# apt-get install php5 Reading package lists... Done Building dependency tree Reading state information... Done php5 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. # a2enmod php5 This module does not exist! # ls /etc/apache2/mods-available/ | grep php | wc -l 0 Code:
# apt-get install libapache2-mod-php5 Last edited by neerolyte; March 28th, 2007 at 12:58 AM.. Reason: Fixed it |
|
|
|
|
|
#16 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Beans: 2
|
Re: Installation of MYSQL/phpMyAdmin
Hello,
I was looking for a tutorial showing me how to install phpMyAdmin and MYSQL on Ubuntu and stumbled on your forum (which i'm glad i did!) i followed the instructions and had no problem installing mysql-server apache2 php5 php5-mysql but when i came to install phpmyadmin i got the following problem... $ sudo apt-get install phpmyadmin Reading package lists... Done Building dependency tree... Done E: Couldn't find package phpmyadmin and now i'm a bit stuck!! i would appreciate any help you can give me on this subject and many thanks in advanceThank you. |
|
|
|
|
|
#17 | |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Location: Canberra, Australia
Beans: 10
|
Re: Installation of MYSQL/phpMyAdmin
Quote:
Code:
$ sudo nano -w /etc/apt/sources.list *uncomment* this line: deb http://au.archive.ubuntu.com/ubuntu/ edgy universe *save file* $ sudo apt-get update $ sudo apt-get install phpmyadmin Give that a go. If I haven't given you the right source it has to be in one of these (because they are all I have enabled): Code:
deb http://au.archive.ubuntu.com/ubuntu/ edgy main restricted deb-src http://au.archive.ubuntu.com/ubuntu/ edgy main restricted deb http://au.archive.ubuntu.com/ubuntu/ edgy-updates main restricted deb-src http://au.archive.ubuntu.com/ubuntu/ edgy-updates main restricted deb http://au.archive.ubuntu.com/ubuntu/ edgy universe deb http://security.ubuntu.com/ubuntu edgy-security main restricted deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted Post back which one works so that I can correct this post |
|
|
|
|
|
|
#18 | |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Beans: 2
|
Re: Installation of MYSQL/phpMyAdmin
Quote:
FANTASTIC!! deb http://au.archive.ubuntu.com/ubuntu/ edgy universe was the one that did it! Thats very much for all your help fantastic forum |
|
|
|
|
|
|
#19 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2007
Beans: 3
|
Re: Installation of MYSQL/phpMyAdmin
First things first. These forums have been extremely helpful.
I have an IMac running ubuntu. I have Apache, mysql, VNC, putty and everything else running on it and it is great. I had phpmyadmin on it and I messed something up and now it is gone. I tried installing it again and it appears like it worked but when I go to /var/www there is no directory phpmyadmin. Any suggestions??? Thanks in advance for any recommendations. |
|
|
|
|
|
#20 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2007
Beans: 1
|
Re: Installation of MYSQL/phpMyAdmin
## ALLREADY GOT THE SOLUTION!!
My source.list was not correct. Thnx anyway, this forum is a great help! I have done all the things on this page. I have php5 running because I can see my localhost. But why can't I get phpmyadmin running! My list of services says that PHP5 and phpmyadmin are running. But I can't see http://localhost/phpmyadmin. Does somebody has an solution for my problem? Last edited by robbekema; July 27th, 2007 at 07:52 AM.. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|