Page 1 of 2

Linux & phpmyadmin

Posted: Thu Nov 01, 2012 5:35 pm
by Fidbeck
I know Jacek uses Ubuntu but I have a question

I've installed today Linux Mint on a VM and its working fine, except fot a little problem. When I try to reach phpmyadmin it says
New XAMPP security concept:

Access to the requested directory is only available from the local network.

This setting can be configured in the file "httpd-xampp.conf".
Can anyone help me out?

Re: Linux & phpmyadmin

Posted: Fri Nov 02, 2012 12:38 am
by jacek
Google for the location of httpd-xampp.conf, open it, disable the setting :D

Re: Linux & phpmyadmin

Posted: Fri Nov 02, 2012 12:36 pm
by Fidbeck
I already found it lol
its in opt /lampp and did a search to find the file.
my problem is what I have to change to make it work.

today I found this
http://www.apachefriends.org/f/viewtopi ... 17&t=50970
maybe it will help me to make it work. I have to try it when I get home.
but there was a person who said that its better to install all the components individually. But if Xampp works as intended I guess i'll stick with it.

Re: Linux & phpmyadmin

Posted: Fri Nov 02, 2012 5:26 pm
by jacek
I would prefer to install each part separately since you can then make sure you always get the up to date versions easily but it's really a personal preference.

Re: Linux & phpmyadmin

Posted: Fri Nov 02, 2012 5:30 pm
by Fidbeck
Do you have any tut on how to install stuff individually?

Re: Linux & phpmyadmin

Posted: Fri Nov 02, 2012 9:46 pm
by jacek
Fidbeck wrote:Do you have any tut on how to install stuff individually?
Not really, there are plenty online though.

Re: Linux & phpmyadmin

Posted: Sat Nov 03, 2012 2:50 am
by Fidbeck
The problem is that you never know which ones are better :S

Re: Linux & phpmyadmin

Posted: Sat Nov 03, 2012 8:10 am
by Helx
Fidbeck wrote:The problem is that you never know which ones are better :S
LightSpeed Webserver
Mysql
PHP5
???

Re: Linux & phpmyadmin

Posted: Sat Nov 03, 2012 8:54 am
by Fidbeck
I mean the tutorials lol
Jacek is this, by any chance, yours?
http://phpacademy.org/forum/viewtopic.php?f=31&t=1634

I'm asking that because
where "/home/jacek/www-data/" is the path to the location you want to display by default
Is it updated or not?

Re: Linux & phpmyadmin

Posted: Sat Nov 03, 2012 11:48 pm
by Helx
Wide_load is his name :P

Re: Linux & phpmyadmin

Posted: Sun Nov 04, 2012 12:52 am
by EcazS
Helx wrote:Wide_load is his name :P
Who are you? o_O

Re: Linux & phpmyadmin

Posted: Sun Nov 04, 2012 8:50 am
by Helx
EcazS wrote:Who are you? o_O
I'm abcedea,
I asked to get a name change due to personal reasons.

Re: Linux & phpmyadmin

Posted: Sun Nov 04, 2012 8:33 pm
by Fidbeck
I really need to know if that tutorial is updated.

Re: Linux & phpmyadmin

Posted: Sun Nov 04, 2012 8:34 pm
by EcazS
It was last updated 2009.

May I advise you to use this website http://google.com to find information.

Re: Linux & phpmyadmin

Posted: Mon Nov 05, 2012 8:24 am
by Fidbeck
I've used a few terms but couldn't find one good updated tutorial

Re: Linux & phpmyadmin

Posted: Mon Nov 05, 2012 3:26 pm
by EcazS

Re: Linux & phpmyadmin

Posted: Tue Nov 06, 2012 11:56 am
by Fidbeck
Having problems here... :S

I followed this tutorial
http://www.developmentwall.com/install- ... in-ubuntu/
and added
sudo apt-get install php5-gd

1st - installed everything without setting a password and now I'm trying to connect to localhost/phpmyadmin and can't login without a password :S
2nd - all installation process went smoothly but how do I change permission in Mint?
the installation file went to file:///var/www/index.html I tried to create a php file in www folder and it says I have no permissions to do that.


EDIT1: Found the solution.
for the phpmyadmin password problem
sudo mysqladmin -u root password 'password'
for the permission to create files/folders
sudo chmod 777 /var/www
Thanks

EDIT1: Even though I tried
sudo chmod 777 /var/www

and

sudo chmod 775 -R /var/www
It didn't work out :s

Re: Linux & phpmyadmin

Posted: Sat Nov 10, 2012 9:49 pm
by jacek
Fidbeck wrote:I mean the tutorials lol
Jacek is this, by any chance, yours?
http://phpacademy.org/forum/viewtopic.php?f=31&t=1634

I'm asking that because
where "/home/jacek/www-data/" is the path to the location you want to display by default
Is it updated or not?
That is pretty old, but the process is the same still :)

I would put the web folder in your home folder somewhere, having it a place you can't access (e.g. /var) will cause many problems :P

Re: Linux & phpmyadmin

Posted: Sun Nov 11, 2012 4:10 pm
by Fidbeck
3 years old now xD
I'm using Lampp now because , eventhough it doesn't have he latest version, it works fine. but some day i'll try your tutorial.

Re: Linux & phpmyadmin

Posted: Fri Nov 16, 2012 10:22 am
by Fidbeck
I still have a doubt though
Jacek when I use your tutorial to install Apache, PHP, phpmyadmin separately, how do I start the services?

for lampp I know I can create a Launcher and in the command part write this gksudo /opt/lampp/lampp start
but can I do the same for those 3 things? I mean use one Laucher to start them all?

Re: Linux & phpmyadmin

Posted: Sat Nov 17, 2012 12:08 am
by jacek
Fidbeck wrote:but can I do the same for those 3 things? I mean use one Laucher to start them all?
There is no launcher, just stick with what you have :P