摘要:
运行一下命令安装mysql. $ sudo apt-get install mysql-server 设置root密码: $ sudo /etc/init.d/mysql reset-password 让root可以远程登陆: 登陆mysql控制台,然后运行: mysql> use mysql; mysql> update `user` set `host`="localhost" and `... 阅读全文
posted @ 2007-11-10 23:44
Tim Ke
阅读(564)
评论(0)
推荐(0)
浙公网安备 33010602011771号