mazol pisze:
z apachem mialem problemy tak samo.... ale podczas instalacji pyta sie czy wywalic thttpd i zastapic http.... tylko mysql nie chce dzialac...
PS: czy w tej wersji nnd (niby nowej) jest htb??
A zajrzałeś do opisu na
http://nnd.freesco.pl ??
Własnie zainstalowałem MySQL na nowym czystym NND. Poniżej wklejona zawartość ekranu.
[root@major root]# pacman -S mysql
Targets: mysql-4.0.20-2nnd
Total Package Size: 3.2 MB
Proceed with upgrade? [Y/n] y
:: Retrieving packages from reszta...
mysql-4.0.20-2nnd [##################] 100% 3317K 9.6K/s 00:01:28
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing mysql... done.
[root@major root]# /etc/rc.d/mysqld start
NND: Adding mysql user [Wykonane]
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
050125 0:59:25 /usr/sbin/mysqld: Shutdown Complete
To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h major password 'new-password'
See the manual for more instructions.
You can start the MySQL daemon with:
cd /usr ; /usr/bin/mysqld_safe &
You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests
Please report any problems with the /usr/bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com
NND: Starting MySQL [Wykonane]
[root@major root]# /usr/bin/mysqladmin -u root password 'major'
[root@major root]# /usr/bin/mysqladmin -u root -h major password 'major'
[root@major root]#
No i po wpisaniu ps aux mam: (tylko jeden wpis cytuję) mysql 1636 1.9 11.8 56704 13048 pts/0 S 00:59 0:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql ... i tak dalej...
Więc jesli ktoś twierdzi, że na nowym NND mu MySQL nie działa, to moim zdaniem powinien się nauczyc czytać chyba. Cała instalacja i odpalenie zajęło mi 2 minuty!