hustoj LiveCD版系统局域网虚拟机安装配置 修改数据管理员密码 您所在的位置:网站首页 新电脑安装ubuntu提示重启电脑 hustoj LiveCD版系统局域网虚拟机安装配置 修改数据管理员密码

hustoj LiveCD版系统局域网虚拟机安装配置 修改数据管理员密码

2023-06-22 00:01| 来源: 网络整理| 查看: 265

一、安装Hustoj LiveCD版

二、安装好后,开机进入系统

初始账户为root,密码为freeproblemset。安装过程中所设置的账户和密码无效。

三、进入系统

1、启动Firefox访问http://127.0.0.1/可进入OJ界面。(或者http://localhost/ 两者一样)端口号为80.  

2、运行ifconfig查得IP后,其他电脑可通过网络访问。 

3、OJ管理员admin初始密码为admin. 

四、密码的修改

1、系统root密码的修改。

在root权限下,终端输入 passwd root。 然后提示输入新密码,确认新 密码。OK

2、MySQL密码的修改

 

过程:

1、关闭mysql。

[root@localhost ~]#service mysql stop

Stopping MySQL:                                            [  OK  ]

2、跳过授权表启动mysql,关闭网络监听,让其后台运行或者开个新终端。

[root@localhost ~]#mysqld_safe --skip-grant-tables --skip-networking

Starting mysqld daemon with databases from /var/lib/mysql 提示:此时按下CTRL-Z

[1]+  Stopped                 mysqld_safe --skip-grant-tables --skip-networking

[root@localhost ~]#bg

[1]+ mysqld_safe --skip-grant-tables --skip-networking &

3、链接mysql服务器。

[root@localhost ~]#mysql

Welcome to the MySQL monitor.  Commands end with ; or \g. Your MySQL connection id is 1 Server version: 5.0.77 Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

4、使用mysql数据库。

mysql>use mysql;

Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A

Database changed

5、设置root新密码。

mysql>update user set password=password('123') where user='root';

Query OK, 3 rows affected (0.01 sec) Rows matched: 3  Changed: 3  Warnings: 0

6、退出mysql。

mysql>quit;

Bye

7、重启mysql.

3、配置文件的修改

修改db_info.inc.php文件,位置在:/var/www/JudgeOnline/include/

修改judge.conf文件,位置在: /home/judge/etc/



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有