|
|
发表于 2004-9-7 14:42:29
|
显示全部楼层
最初由 sleetdrop 发表
不好意思,俺shell没学好,嘿嘿,比较懒惰,一会儿硬着头皮去看啦,要是看不懂再回来问啊。
还有你们都没遇到过吗
我就是装的slackware光盘里的东东啊。
这几天问的比较多,多谢大家啦。
不是 shell script 的問題, 只是把 howto use this program, 寫在這裡而已!!
# To start MySQL automatically at boot, be sure this script is executable:
# chmod 755 /etc/rc.d/rc.mysqld
# Before you can run MySQL, you must have a database. To install an initial
# database, do this as root:
#
# su - mysql
# mysql_install_db
#
# Note that step one is becoming the mysql user. It's important to do this
# before making any changes to the database, or mysqld won't be able to write
# to it later (this can be fixed with 'chown -R mysql.mysql /var/lib/mysql').
# To disallow outside connections to the database (if you don't need them, this
# is recommended to increase security), uncomment the next line:
#SKIP="--skip-networking" |
|