Hi there, I used the SuSE apache install and I have it running. Now, how do I add PHP/MySQL? I've looked in the mail archives and the one pertinent post I found said to edit /etc/rc.config.d/apache.rc.config But how? What am I missing here. TIA
At 02:19 PM 4/7/2002 -0500, Tamara Abbey wrote:
Hi there,
I used the SuSE apache install and I have it running. Now, how do I add PHP/MySQL?
I've looked in the mail archives and the one pertinent post I found said to edit /etc/rc.config.d/apache.rc.config
But how?
What am I missing here.
Oops -- SuSE 7.3 on an older laptop P200 MMX Thanks again
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 07 April 2002 8:26 pm, Tamara Abbey wrote:
At 02:19 PM 4/7/2002 -0500, Tamara Abbey wrote:
Hi there,
I used the SuSE apache install and I have it running. Now, how do I add PHP/MySQL?
I've looked in the mail archives and the one pertinent post I found said to edit /etc/rc.config.d/apache.rc.config
But how?
What am I missing here.
Oops -- SuSE 7.3 on an older laptop P200 MMX
Thanks again look for package mysql and mod_php, then restart apache and there you have it.
i suggest checking the mysql web site for a gui client and admin app. Tom - -- You can't carve your way to success without cutting remarks. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8sKFwAEYnIVU7X9IRAhstAJsFo6XsEEd2HYCVPv1EFW+C7JtTYgCbB1QE n3vhrQyBoWob36NLksTnAGA= =r8Iu -----END PGP SIGNATURE-----
On Sun, Apr 07, 2002 at 08:43:42PM +0100, Tom Wesley wrote:
i suggest checking the mysql web site for a gui client and admin app.
I'm afraid I must disagree. The mysql command line client is quite powerful and not so hard to use. If I get a syntax error while issuing a SQL command, I want to know it's me and not the GUI interface that caused the problem. Plus, once you understand the syntax, it becomes easy to script and automate all kinds of things like database backups, syncs, queries, etc. Then again, maybe I am just twisted that way ;) Best Regards, Keith -- LPIC-2, MSCE, N+ you may say I'm a dreamer, but I'm not the only one Got spam? Get SPASTIC http://spastic.sourceforge.net
On Sunday 07 April 2002 22:10, you wrote:
On Sun, Apr 07, 2002 at 08:43:42PM +0100, Tom Wesley wrote:
i suggest checking the mysql web site for a gui client and admin app.
I'm afraid I must disagree. The mysql command line client is quite powerful and not so hard to use. If I get a syntax error while issuing a SQL command, I want to know it's me and not the GUI interface that caused the problem. Plus, once you understand the syntax, it becomes easy to script and automate all kinds of things like database backups, syncs, queries, etc. Then again, maybe I am just twisted that way ;)
Best Regards, Keith
Hi. I'm somewhere in the middle. I really struggled getting mysql up and writing my first database although if you follow the pet database setup at www.mysql.com (it's in the documentation, chapter three I think) you'll soon see that the command line really is the best place to be when selecting mating pairs of dogs born before 1999. The only gui I have found to be of any use is the one I use at www.lycos.es. It is great for seeing your info on screen like a spreadsheet and fiddling with it. Good luck. Steve.
At 08:43 PM 4/7/2002 +0100, Tom Wesley wrote:
[snip]
Thanks again
look for package mysql and mod_php, then restart apache and there you have it.
i suggest checking the mysql web site for a gui client and admin app.
I've been using apache/mysql/php on my *nix hosts and I also have a windows set up on my desktop machine -- I really like phpMyAdmin for some of the *chores* since I'm not really a DBA -- I just need to talk to mysql once in awhile. Thanks to an off-list post from Travis -- I have php now according to the apache test page -- so, as always, endeavoring -- persevering <t />
Hi. I'm using SuSE7.1 in a P166MMX with 64MB and 30G of disk, a small system, with the following packages: user@earth:~ > rpm -qa | grep mysql mysql-shared-3.23.33-4 mysql-client-3.23.33-16 mysql-devel-3.23.33-4 mysql-3.23.33-16 mysql-bench-3.23.33-4 user@earth:~ > rpm -qa | grep php phpdoc-4.0.3-2 mod_php4-4.0.4pl1-126 user@earth:~ > rpm -qa | grep apache apache-contrib-1.0.8-35 apache-1.3.19-113 user@earth:~ > rpm -qa | grep mod_ mod_php4-4.0.4pl1-126 mod_perl-1.24-144 mod_dav-1.0.2-346 SuSE installed them automatically. If you touch the config by hand, just do a: /etc/init.d/apache restart /etc/init.d/mysql restart For the MySQL I do prefer IMHO the command-line interface. For HTML/PHP I do prefer Bluefish (from GNOME), others prefer VIM or KATE. Tamara Abbey wrote:
I used the SuSE apache install and I have it running. Now, how do I add PHP/MySQL? I've looked in the mail archives and the one pertinent post I found said to edit /etc/rc.config.d/apache.rc.config But how?
-- [-----------------------------------------------------------] [ Prof. Andres Augusto Nogueiras Melendez ] [ Departamento de Tecnologia Electronica ] [ Universidad de Vigo ] [ Campus Lagoas Marcosende, 9 http://www.dte.uvigo.es ] [ 36280 - Vigo mailto:aaugusto@uvigo.es ] [ Pontevedra tel: +34-986 812 091 ] [ Spain fax: +34-986 469 547 ] [-----------------------------------------------------------]
participants (5)
-
Andrés A. Nogueiras Meléndez
-
Keith Winston
-
steve
-
Tamara Abbey
-
Tom Wesley