-

   dandr

 -

 LiveInternet.ru:
: 18.12.2003
: 5954
: 61649
: 133889

:


LAMP Fedora

, 01 2009 . 19:38 +

, LAMP . , … windows php. MacOS, Linux - ( , ). , howto lamp Ububntu.

, .

1. , - php-mysql, MySQL PHP-.

, , yum:

yum install httpd mysql-server php php-mysql

, php-mysql . .
2. , , : ,

service httpd start

service mysqld start

chkconfig --levels 345 httpd on

chkconfig --levels 345 mysqld on

, . : ->-> . httpd (Apache) mysqld.
: , , /etc/hosts.

:

127.0.0.1 localhost.localdomain localhost

xxx.xxx.xxx.xxx hostname.domainname hostname


:

- xxx.xxx.xxx.xxx IP-

- hostname

- domainname

, .

- , .
3. root MySQL:

mysqladmin -u root password password

- … - . Altesack‘ MySQL. :

# mysql

MySQL:

Welcome to the MySQL monitor. Commands end with ; or \g.

Your MySQL connection id is 3

Server version: 5.0.67 Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>update mysql.user set password=password(' ');

Query OK, 5 rows affected (0.00 sec)

Rows matched: 5 Changed: 5 Warnings: 0

mysql>flush privileges;

mysql>exit;

Bye

! -!

, . /var/www/html index.php :

< ? phpinfo(); ?>

http://localhost !

, , phpinfo? :)

LIci WP - WordPress crossposting plugin

: [1] []