Page 2 of 2

Re: Linux & phpmyadmin

Posted: Sat Nov 17, 2012 9:42 am
by Fidbeck
There is no laucher?
What do you mean there is no launcher?

You can create one to bootup those apps.
In mint i've created a launcher to open lampp. and wronte something like gekit opt/lampp/lampp start
Its much faster than having to go to the Terminal and type opt/lampp/lampp start

Re: Linux & phpmyadmin

Posted: Tue Nov 20, 2012 12:07 am
by jacek
phpmyadmin is a collection of php scripts, it's basically a website. So it does not have to start and stop it's just kind of there

Re: Linux & phpmyadmin

Posted: Tue Nov 20, 2012 12:55 am
by Fidbeck
I know that. it was a mistake what I said.
what needs to be started are MySQL and Apache.
Making a script in Linux to start those programs almost at the same time is much faster then going to the terminal and start each one individually I guess

So you know how to make that script?

Re: Linux & phpmyadmin

Posted: Sun Nov 25, 2012 1:30 am
by jacek
Ah okay.

You can just put the list of commands in a .sh file, you will be able to run that.

Re: Linux & phpmyadmin

Posted: Sun Nov 25, 2012 1:54 am
by Fidbeck
but how?
I can't simply write Apache2 and phpmyadmin. That won't work.
Hoe do you start those services in your system?

Re: Linux & phpmyadmin

Posted: Sun Nov 25, 2012 1:59 am
by jacek
I do
/etc/init.d/apache2 start/stop
and
/etc/init.d/mysql start/stop

Re: Linux & phpmyadmin

Posted: Sun Nov 25, 2012 2:00 am
by Fidbeck
In a sh file right?

Re: Linux & phpmyadmin

Posted: Mon Nov 26, 2012 6:22 pm
by jacek
Fidbeck wrote:In a sh file right?
Yup. Then make it executable and it should work.

Re: Linux & phpmyadmin

Posted: Mon Nov 26, 2012 10:44 pm
by Fidbeck
Odd enough I've installed Apache and phpmyadmin and all that stuff using wide_load's tutorial ( :twisted: ) and it seems that I really don't need to start those services.

Re: Linux & phpmyadmin

Posted: Tue Nov 27, 2012 4:40 am
by Helx
Fidbeck wrote:Odd enough I've installed Apache and phpmyadmin and all that stuff using wide_load's tutorial ( :twisted: ) and it seems that I really don't need to start those services.
If you stop your server....?

Normally services start through the console. This is what I had typed to start Apache and whatnot:
service apache2 start
etc etc

Re: Linux & phpmyadmin

Posted: Tue Nov 27, 2012 10:33 am
by Fidbeck
only by accident xD but if I do I know I can come here and get help :)