|
发表于 2003-5-8 21:21:17
|
显示全部楼层
i use suse 8.0 and it own mysql +php
start mysql:
the first time: do not forget the command "mysql_install_db"
now the basic database "mysql" established, the root without password
then type: safe_mysqld --user=root &
serve will begin.
at last type: mysql -u root
you can see "mysql>"
i suggest you to use suse+apache+php and phpmyadmin
this set is very perfect.
except phpmyadmin you do not need download anything, all the software are with the suse8.0 sold |
|