Trabla: Install OpenCart 2.3.0.2 E-Commerce Shopping Cart on Windows 7 x64 localhost ( XAMPP 5.6.24 ) - Part 2/2
OpenCart is an online store management system ( e-commerce shopping cart ). It is PHP-based, using a MySQL database and HTML components. Support is provided for numerous languages and currencies, and it is freely available under the GNU General Public License.
Solving - Part 2 ( Part 1):
Watch on YouTube
9. "3/4 Configuration" page of OpenCart 2.3 E-Commerce Shopping Cart web installation
Now we need to create Database for OpenCart 2.3 E-Commerce Shopping Cart
1) Open phpMyAdmin in new browser tab (or window :) ) -
http://localhost/phpmyadmin
2) Open SQL tab
3) Execute following query
CREATE DATABASE `opencart`
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE USER 'opencart-owner'@'localhost';
CREATE USER 'opencart-owner'@'127.0.0.1';
CREATE USER 'opencart-owner'@'::1';
SET PASSWORD
FOR 'opencart-owner'@'localhost' = PASSWORD('opencart123$%');
SET PASSWORD
FOR 'opencart-owner'@'127.0.0.1' = PASSWORD('opencart123$%');
SET PASSWORD
FOR 'opencart-owner'@'::1' = PASSWORD('opencart123$%');
GRANT ALL PRIVILEGES ON
`opencart`.* TO 'opencart-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON
`opencart`.* TO 'opencart-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON
`opencart`.* TO 'opencart-owner'@'::1' WITH GRANT OPTION;
Go back to OpenCart 2.3 E-Commerce Shopping Cart installation page
- type Username - opencart-owner
- type Password - opencart123$%
- type Database - opencart
- scroll down
- enter your admin data
- click "Continue" button
10. "4/4 Installation complete" page of OpenCart 2.3 E-Commerce Shopping Cart web installation
- click on links to home and admin sites
- delete OpenCart 2.3 E-Commerce Shopping Cart install directory
C:/xampp/htdocs/opencart/install
Enjoy OpenCart 2.3 E-Commerce Shopping Cart !!!
Now we need to create Database for OpenCart 2.3 E-Commerce Shopping Cart
1) Open phpMyAdmin in new browser tab (or window :) ) -
http://localhost/phpmyadmin
2) Open SQL tab
3) Execute following query
CREATE DATABASE `opencart`
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE USER 'opencart-owner'@'localhost';
CREATE USER 'opencart-owner'@'127.0.0.1';
CREATE USER 'opencart-owner'@'::1';
SET PASSWORD
FOR 'opencart-owner'@'localhost' = PASSWORD('opencart123$%');
SET PASSWORD
FOR 'opencart-owner'@'127.0.0.1' = PASSWORD('opencart123$%');
SET PASSWORD
FOR 'opencart-owner'@'::1' = PASSWORD('opencart123$%');
GRANT ALL PRIVILEGES ON
`opencart`.* TO 'opencart-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON
`opencart`.* TO 'opencart-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON
`opencart`.* TO 'opencart-owner'@'::1' WITH GRANT OPTION;
Go back to OpenCart 2.3 E-Commerce Shopping Cart installation page
- type Username - opencart-owner
- type Password - opencart123$%
- type Database - opencart
- scroll down
- enter your admin data
- click "Continue" button
10. "4/4 Installation complete" page of OpenCart 2.3 E-Commerce Shopping Cart web installation
- click on links to home and admin sites
- delete OpenCart 2.3 E-Commerce Shopping Cart install directory
C:/xampp/htdocs/opencart/install
Enjoy OpenCart 2.3 E-Commerce Shopping Cart !!!
No comments:
Post a Comment