|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Tips, Tricks & Tweaks Post your tips, tricks and tweaks about SuSE Linux in here. Please do not ask questions here - this is for factual information |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
As the title
##Install bits and start apache and mysql check advanced in runlevels enable for 3 and 5 if you wish to autostart and start... As root Code:
zypper in apache2 php5 phpMyAdmin mysql yast2 runlevel As root Code:
mysql -u root
UPDATE mysql.user SET Password = PASSWORD('passwd') WHERE User = 'root';
ctrl c
As root Code:
/etc/init.d/mysql restart As User Code:
echo "<?php phpinfo(); ?>" > ~/public_html/test.php konqueror 127.0.0.1/~$USER/test.php As Root Code:
cp /srv/www/htdocs/phpMyAdmin/config.sample.inc.php /srv/www/htdocs/phpMyAdmin/config.inc.php kate /srv/www/htdocs/phpMyAdmin/config.inc.php edit $cfg['blowfish_secret'] = ''**#place a value lots of random stuff for blowfish secret As User Code:
konqueror 127.0.0.1/phpMyAdmin |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|