Trabla: Install Osclass v3.6.1 on Windows 7 x64 localhost ( XAMPP 7.0.9 + php7 ) opensource PHP classifieds marketplace - Part 2/2
Osclass is your one-stop shop to building your own classifieds marketplace.
Create a site with real estate ads, job listings, car classifieds, rentals, or just about anything you can imagine. With dozens of templates, themes and plugins, Osclass is fully customizable. Now you can manage your own Osclass installation in your server or use our fully hosted Osclass Free service.
Solving - Part 2 ( Part 1 ):
Watch on YouTube
7. "Database information" page of Osclass v.3.6.1 opensource PHP classifieds marketplace web installation
Now we need to create Database for Osclass v.3.6.1 opensource PHP classifieds marketplace
1) Open phpMyAdmin in new browser tab (or window :) ) -
http://localhost/phpmyadmin
2) Open SQL tab
3) Execute following query
CREATE DATABASE `osclass`
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE USER 'osclass-owner'@'localhost';
CREATE USER 'osclass-owner'@'127.0.0.1';
CREATE USER 'osclass-owner'@'::1';
SET PASSWORD
FOR 'osclass-owner'@'localhost' = PASSWORD('osclass123$%');
SET PASSWORD
FOR 'osclass-owner'@'127.0.0.1' = PASSWORD('osclass123$%');
SET PASSWORD
FOR 'osclass-owner'@'::1' = PASSWORD('osclass123$%');
GRANT ALL PRIVILEGES ON
`osclass`.* TO 'osclass-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON
`osclass`.* TO 'osclass-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON
`osclass`.* TO 'osclass-owner'@'::1' WITH GRANT OPTION;
Go back to Osclass v.3.6.1 opensource PHP classifieds marketplace installation page
- type Database Name - osclass
- type User Name - osclass-owner
- type Password - osclass123$%
- click "Next" button
8. "Information needed" page of Osclass v.3.6.1 opensource PHP classifieds marketplace web installation
- type your data
- click "Next" button
9. "Congratulations!" page of Osclass v.3.6.1 opensource PHP classifieds marketplace web installation
Hooray !!! Enjoy Osclass v.3.6.1 opensource PHP classifieds marketplace !!!
- Home site - fullscreen
- Home site - mobile
- Administrator
No comments:
Post a Comment