how do u install mysql and php on SuSe linux?
ive managed to install apache but struggling with mysql at the mo.
admittedly im a newbie with *nix but was hoping for some help?
admittedly im a newbie with *nix but was hoping for some help?
Comments
-
Smallguy Member Posts: 597
-
blargoe Member Posts: 4,174 ■■■■■■■■■□Google, is your friend.IT guy since 12/00
Recent: 11/2019 - RHCSA (RHEL 7); 2/2019 - Updated VCP to 6.5 (just a few days before VMware discontinued the re-cert policy...)
Working on: RHCE/Ansible
Future: Probably continued Red Hat Immersion, Possibly VCAP Design, or maybe a completely different path. Depends on job demands... -
Slowhand Mod Posts: 5,161 ModThere are plenty of tutorials and howto's out there, some of the best of which you'll find on the PHP and MySQL websites if you dig a bit. If you're still having trouble, I'd say it might be time to head to the bookstore. Browse around a bit, you'll find a whole slew of books on both PHP and MySQL that could be very helpful. Page through them, see which ones make sense to you, then take them home and get yourself set up.
If you're looking for some recommendations, I can point you to the following. . .
MySQL:
MySQL Administrator's Guide and Language Reference (2nd Edition)
Learning MySQL
The Definitive Guide to MySQL 5, Third Edition
PHP:
Learning PHP 5
PHP and MySQL Web Development (4th Edition) (Combo)
Learning PHP and MySQL (Combo)
Beginning PHP and MySQL 5: From Novice to Professional, Second Edition (Combo)
Any one of these books will have entire chapters dedicated to setting up and installing the software. You mentioned that you were a *NIX newbie, so I could recommend Running Linux, which I have a copy of on my desk at work. And, since you mentioned you were looking to use SuSE, SUSE Linux 10.0 Unleashed is a good read. Once you're feeling more comfortable with the topics and administrating Linux, Essential System Administration, Third Edition might be worth a look as well.
Free Microsoft Training: Microsoft Learn
Free PowerShell Resources: Top PowerShell Blogs
Free DevOps/Azure Resources: Visual Studio Dev Essentials
Let it never be said that I didn't do the very least I could do. -
bighornsheep Member Posts: 1,506Linux, apache, mysql and php together makes a very good environment for learning, experimenting, and development. Check out this site for detailed information:
http://www.mysql-apache-php.com/
For others reading this thread who's interested but doesnt want to invest the resources and effort with Linux, I recommend:
http://www.wampserver.com/en/Jack of all trades, master of none