sudosh -c "wget
http://installer.plesk.com/plesk-installer -O - | sh /dev/stdin --source
http://installer.plesk.com/ --target /tmp/plesk-installation
--select-product-id plesk --select-release-latest --installation-type
"Typical" --notify-email name@example.com"
Patches were installed successfully.
Launching component and product checkers...
Downloading file PSA_17.8.11/examiners/congratulations.sh:
0%
Downloading file PSA_17.8.11/examiners/congratulations.sh: 100%
was finished.
Components and product check results:
Installation is finished
Congratulations!
The
installation has been finished. Plesk is now running on your server.
To
complete the configuration process, browse either of URLs:
*
https://192.168.45.133:8443/login?secret=K4PAP3nrkBPI5B7BW8cgKLTSxoY%2BqCLZ1gUE82ahmQM%3D
*
https://server.itzgeek.local:8443/login?secret=K4PAP3nrkBPI5B7BW8cgKLTSxoY%2BqCLZ1gUE82ahmQM%3D
Use the
username 'admin' to log in. To log in as 'admin', use the 'plesk login'
command.
You can
also log in as 'root' using your 'root' password.
Use the
'plesk' command to manage the server. Run 'plesk help' for more info.
Use the
following commands to start and stop the Plesk web interface:
'servicepsa
start' and 'service psa stop' respectively.
If you
would like to migrate your subscriptions from other hosting panel
or
older Plesk version to this server, please check out our assistance
options:
https://www.plesk.com/professional-services/
[root@server Desktop]# pleskdb
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with
-A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 564
Server version: 5.1.73 Source distribution
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All
rights reserved.
Oracle is a registered trademark of Oracle Corporation
and/or its
affiliates. Other names may be trademarks of their
respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the
current input statement.
mysql> INSERT INTO smb_roles VALUES
(1,'Admin',1,1),(2,'WebMaster',0,1),(3,'Application
User',0,1),(4,'Accountant',1,1);
ERROR 1136 (21S01): Column count doesn't match value count
at row 1
mysql> UPDATE smb_users SET ownerId=1;
Query OK, 1 row affected (0.01 sec)
Rows matched: 1
Changed: 1 Warnings: 0
mysql>mysql> INSERT INTO smb_roles VALUES
(1,'Admin',1,1,0),(2,'WebMaster',0,1,0),(3,'Application
User',0,1,0),(4,'Accountant',1,1,0);
ERROR 1064 (42000): You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the right
syntax to use near 'mysql> INSERT INTO smb_roles VALUES (1,'Admin',1,1,0),(2,'WebMaster',0,1,0),(3,''
at line 1
mysql>mysql> UPDATE smb_users SET ownerId=1;
ERROR 1064 (42000): You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the right
syntax to use near 'mysql> UPDATE smb_users SET ownerId=1' at line 1
mysql>
mysql> INSERT INTO smb_roles VALUES
(1,'Admin',1,1,0),(2,'WebMaster',0,1,0),(3,'Application
User',0,1,0),(4,'Accountant',1,1,0);
Query OK, 4 rows affected (0.01 sec)
Records: 4
Duplicates: 0 Warnings: 0
Comments
Post a Comment