免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: blfzr
打印 上一主题 下一主题

请问MYSQL问题 [复制链接]

论坛徽章:
0
11 [报告]
发表于 2003-10-07 20:47 |只看该作者

请问MYSQL问题

安装好mysql
1:安装数据库
  $mysqlbin/ mysql_install_db
2:建立mysql用户
   groupadd mysql
     useradd -g mysql mysql
3: 解决用户权限
   chown -R mysql/.../mysql
    chgrp   -R mysql /.../mysql
4:开启mysql进程
   $mysqlbin/mysqld_safe &

论坛徽章:
0
12 [报告]
发表于 2003-10-08 10:57 |只看该作者

请问MYSQL问题

原帖由 "Irc_worm" 发表:
安装好mysql
1:安装数据库
  $mysqlbin/ mysql_install_db
2:建立mysql用户
   groupadd mysql
     useradd -g mysql mysql
3: 解决用户权限
   chown -R mysql/.../mysql
    chgrp   -R mysql /.../m..........

还是有问题啊,哪位高手能帮我装好MYSQL,我可以把我的用户名密码以及地址告诉你,请你TELNET进来装好,在下感激不尽啊
# ./mysql_install_db
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
031008 10:50:53  /opt/sfw/mysql/libexec/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 !
This is done with:
/opt/sfw/mysql/bin/mysqladmin -u root -p password 'new-password'
/opt/sfw/mysql/bin/mysqladmin -u root -h dhcp-2-30 -p password 'new-password'
See the manual for more instructions.

You can start the MySQL daemon with:
cd /opt/sfw/mysql ; /opt/sfw/mysql/bin/safe_mysqld &

You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory
cd sql-bench ; run-all-tests

Please report any problems with the /opt/sfw/mysql/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

# ./safe_mysqld
Starting mysqld daemon with databases from /opt/sfw/mysql/var
031008 10:52:14  mysqld ended

# ./mysql
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.soc
(2)
#

论坛徽章:
0
13 [报告]
发表于 2003-10-08 11:26 |只看该作者

请问MYSQL问题

你的mysql用的是什麼版本的
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP