首页 行业资讯 宠物日常 宠物养护 宠物健康 宠物故事

英语翻译 Prepare thedatabase

发布网友 发布时间:2022-04-20 09:08

我来回答

1个回答

热心网友 时间:2023-09-24 03:51

 Prepare the database (准备数据库)


Create a database on the mysql server and create a separate username andpassword for the
software to use.  This user will needfull access to the database.  Forexample, we will use
username "dcim" with password "dcim" on the localhost basedmysql server.


创建一个mysql服务器的数据库并且为这个软件创建一个不同的用户名和密码。这个用户应该有数据库的所有权限。 例子:用户名:dcim 密码dcim 在本地的basemysql服务器上


From a shell prompt: 在shell 控制上打入

$ mysql -h localhost
mysql>  CREATE DATABASE dcim;
mysql>  GRANT ALL ON dcim.* TO'dcim'@'localhost' IDENTIFIED BY 'dcim';

At this point you have prepped the database and are ready to configure the website.

$ cp db.inc.php-dist to db.inc.php
$ vi db.inc.php

Fill in the blanks for user, pass, database, server.  在空白处输入用户名密码数据库名称和服务器


幸亏我是计算机专业的。。。。全部手打,求给分

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com