Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Jun 11, 2010 5:45 am 
Offline
Newbie

Joined: Fri Jun 11, 2010 5:33 am
Posts: 2
Please i have already installed LAMP on my server but the only thing that is left now is how to install phpmyadmin on my server.
The guide in the library is for Ubuntu 9.10 but i am running Ubuntu 10.4 on my server.


Top
   
 Post subject:
PostPosted: Fri Jun 11, 2010 8:28 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
apt-get install phpmyadmin :)


Top
   
 Post subject:
PostPosted: Mon May 14, 2012 7:46 am 
Offline
Newbie

Joined: Sun Dec 04, 2011 8:42 am
Posts: 3
How do i Access phpmyadmin after it gets installed?


Top
   
 Post subject:
PostPosted: Mon May 14, 2012 7:48 am 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
www.yourdomain/phpmyadmin
by default


Top
   
 Post subject:
PostPosted: Thu May 17, 2012 11:09 pm 
Offline
Senior Newbie

Joined: Sat May 12, 2012 2:53 pm
Posts: 5
You will also, I believe, need to create a symlink between the phpmyadmin install file and your web root for the url to work:
Code:
cd /srv/www/ducklington.org/public_html
ln -s /usr/share/phpmyadmin


(as seen here http://library.linode.com/databases/mys ... an-5-lenny)[/code]


Top
   
 Post subject:
PostPosted: Fri May 18, 2012 2:38 am 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
blueberry wrote:
You will also, I believe, need to create a symlink between the phpmyadmin install file and your web root for the url to work:
Code:
cd /srv/www/ducklington.org/public_html
ln -s /usr/share/phpmyadmin


(as seen here http://library.linode.com/databases/mys ... an-5-lenny)[/code]


It should do that automatically. During the apt-get install it gives you an option to configure itself with your webserver.


Top
   
 Post subject: Re:
PostPosted: Sat Jun 08, 2013 9:48 am 
Offline
Senior Newbie

Joined: Wed Jun 05, 2013 2:58 am
Posts: 13
blueberry wrote:
You will also, I believe, need to create a symlink between the phpmyadmin install file and your web root for the url to work:
Code:
cd /srv/www/ducklington.org/public_html
ln -s /usr/share/phpmyadmin


(as seen here http://library.linode.com/databases/mys ... an-5-lenny)[/code]


Hello,

I'm sorry to open this post again, but this is my last painpoint :)

Code:
cd /srv/www/ducklington.org/public_html
ln -s /usr/share/phpmyadmin


I guess I should replace ducklington.org, but I don't understand with what..
(I'm a big newbie)

Thanks you very much
-
Simon

_________________
Web enthusiast & amateur photographer.


Top
   
PostPosted: Sat Jun 08, 2013 10:01 am 
Offline
Junior Member
User avatar

Joined: Wed Apr 11, 2012 8:46 am
Posts: 31
Website: http://www.neomallers.com
Location: Toronto Canada
you need to replace duck with whatever home directory you created when you first set up the virtual hosts for your website (look under your /srv/www directory using something like filezilla or ssh)

Typically, people tend to make this their domain name and then they stick something like public_html or htdocs right under that folder which is the web root that is visible to the world

Also for extra security, after you create the sym link, i would rename that to something like "php-lol" or any other non-default name. There's a bunch of bots out there that scan /phpmyadmin for vulnerabilities and such.


Top
   
PostPosted: Sat Jun 08, 2013 10:23 am 
Offline
Senior Newbie

Joined: Wed Jun 05, 2013 2:58 am
Posts: 13
saudor wrote:
you need to replace duck with whatever home directory you created when you first set up the virtual hosts for your website (look under your /srv/www directory using something like filezilla or ssh)


Thanks saudor!

I have nothing under my srv folder, all my files are under my "home" directory.
I follow this tutorial on Linode.com resources to set up my site…

I'm a bit lost :roll:
Thanks again

_________________
Web enthusiast & amateur photographer.


Top
   
PostPosted: Sat Jun 08, 2013 10:54 am 
Offline
Junior Member
User avatar

Joined: Wed Apr 11, 2012 8:46 am
Posts: 31
Website: http://www.neomallers.com
Location: Toronto Canada
right. So they should be under your /home directory so instead of /srv/www/ducklington.org/public_html

For you, it might look something like /home/YOUR FOLDER THAT YOU CREATED/public

If that is the case, all you have to do is replace that "/srv/www/ducklington.org/public_html" with the full path to your public directory and it should work


Top
   
PostPosted: Sat Jun 08, 2013 3:39 pm 
Offline
Senior Newbie

Joined: Wed Jun 05, 2013 2:58 am
Posts: 13
saudor wrote:
right. So they should be under your /home directory so instead of /srv/www/ducklington.org/public_html

For you, it might look something like /home/YOUR FOLDER THAT YOU CREATED/public

If that is the case, all you have to do is replace that "/srv/www/ducklington.org/public_html" with the full path to your public directory and it should work


Thanks you very much! It work perfectly! :wink:

_________________
Web enthusiast & amateur photographer.


Top
   
PostPosted: Tue Jun 18, 2013 11:44 am 
Offline
Senior Newbie

Joined: Tue Jun 18, 2013 11:40 am
Posts: 8
Hello

I install the php admin, i created the link to my folder but when i want to access , i have access denied.

Thanks for help


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group