Installation phpmyvisites
phpmyvisites is the official website: http://www.phpmyvisites.net/ the latest version: 2.1.
1. Phpmyvisites software download:
# cd var / www / html
wegt http://www.phpmyvisites.net/index.php?part=download&lg=en
# unzip phpmyvisites_2_1.zip "the establishment of a directory"
# mv phpmyvisites_2 phpmy2
2. Phpmy2 the establishment of databases for:
# Mysql-u root-p
Enter password: xxxxxxxxx
Your Mysql connection id is 3 to server version: 4.11
Type 'help;' or '\ h' for help. Type '\ c' to clear the buffer.
Mysql> create database phpmy2; "the establishment of a database for phpbb2"
Query OK, 1 row affected (0.01 sec)
Mysql> grant all privileges on phpmyv2 .* to phpmy2 @ localhost identified by'76543981 '; "will be established to bblog permissions bblog account, and set a password"
mysql> quit
Bye
3. To start the installation phpmyvisites:
Pre-installation should be noted that: Mysql server name to localhost, this is the Mysql server name, not the Linux server name. Mysql is usually the server name is: localhost. Mysql database name phpmy2, Mysql account and password for the above phpmy2 settings.
# cd / var/www/html/phpmy2 "into the Apache server directory indeed Province"
# chmod 777 install # install the files and directories to give the permissions can be implemented #
4. Network Setup settings:
Network install a total of nine steps:
1. Welcome!: Welcome to the language settings.
2. System Requirements: automatic detection system requirements.
3. Database Setup: mysql database settings.
4. Table creation: database table settings.
5. General Setup: General Settings: including the administrator account settings.
6. Create Config File: configuration file generation.
7. Add First Website: Home display settings.
8. Display Javascript code: javascript code set.
9. Finished!: The end of the installation.
Specific reference to the following.
Set Language
Network Installation is very simple, open Linux-Firefox browser directly into the address bar: http:// hostname / phpmy2/install / install.php after
0 评论:
发表评论