<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Lontchi12</title>
    <description>The latest articles on DEV Community by Lontchi12 (@lontchi12).</description>
    <link>https://dev.to/lontchi12</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F484648%2F2e12bda9-239f-4a06-810a-ce89efaab8be.jpeg</url>
      <title>DEV Community: Lontchi12</title>
      <link>https://dev.to/lontchi12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lontchi12"/>
    <language>en</language>
    <item>
      <title>How to Download &amp; Install MongoDB on Windows 10

</title>
      <dc:creator>Lontchi12</dc:creator>
      <pubDate>Wed, 16 Dec 2020 19:37:26 +0000</pubDate>
      <link>https://dev.to/lontchi12/how-to-download-install-mongodb-on-windows-10-4kb4</link>
      <guid>https://dev.to/lontchi12/how-to-download-install-mongodb-on-windows-10-4kb4</guid>
      <description>&lt;h3&gt;
  
  
  Introduction
&lt;/h3&gt;

&lt;h3&gt;
  
  
  What is MongoDB?
&lt;/h3&gt;

&lt;p&gt;MongoDB is a document-oriented NoSQL database used for high volume data storage. Instead of using tables and rows as in the traditional relational databases, MongoDB makes use of collections and documents. Documents consist of key-value pairs which are the basic unit of data in MongoDB. Collections contain sets of documents and function which is the equivalent of relational database tables. MongoDB is a database which came into light around the mid-2000s.&lt;br&gt;
The installers for MongoDB are available in both the 32-bit and 64-bit format. The 32-bit installers are good for development and test environments. But for production environments you should use the 64-bit installers. Otherwise, you can be limited to the amount of data that can be stored within MongoDB.&lt;br&gt;
It is advisable to always use the stable release for production environments.&lt;br&gt;
In this tutorial, you will learn how to Download &amp;amp; Install MongoDB on Windows&lt;br&gt;
The following steps can be used to install MongoDB on Windows 10&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 1
&lt;/h4&gt;

&lt;p&gt;Go to the link &lt;a href="https://www.mongodb.com/try/download/community"&gt;https://www.mongodb.com/try/download/community&lt;/a&gt; and Download MongoDB Community Server. We will install the 64-bit version for Windows.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ekQHliI8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nrmi0ktyejdzyr1jyap4.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ekQHliI8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nrmi0ktyejdzyr1jyap4.PNG" alt="ms1"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 2
&lt;/h4&gt;

&lt;p&gt;Once download is complete open the Microsoft installer file. Click Next in the startup screen&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CU82SfLR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/3xdhv3q0v1t72d7nnf4w.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CU82SfLR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/3xdhv3q0v1t72d7nnf4w.PNG" alt="ms2"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 3
&lt;/h4&gt;

&lt;p&gt;Accept the End-User License Agreement&lt;br&gt;
Click Next&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--d6ohKElW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/2osa2du8ei7w943fzwic.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--d6ohKElW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/2osa2du8ei7w943fzwic.PNG" alt="ms3"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 4
&lt;/h4&gt;

&lt;p&gt;Click on the "complete" button to install all of the components. The custom option can be used to install selective components or if you want to change the location of the installation.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--5mvzONPM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/24ckpnjmfry4qs55e1iv.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5mvzONPM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/24ckpnjmfry4qs55e1iv.PNG" alt="ms4"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 5
&lt;/h4&gt;

&lt;p&gt;Select “Run service as Network Service user”. Take note of the data directory, we’ll need this later.&lt;br&gt;
Click Next&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CRfp-UY1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/tqwq7lukwdvy8663iib4.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CRfp-UY1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/tqwq7lukwdvy8663iib4.PNG" alt="ms5"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 6
&lt;/h4&gt;

&lt;p&gt;Click on the Install button to start the installation.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TUv6GdVR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/tdtbe26av6tdw8rw9a22.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TUv6GdVR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/tdtbe26av6tdw8rw9a22.PNG" alt="ms6"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 7
&lt;/h4&gt;

&lt;p&gt;Installation begins. Click Next once completed&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LurhBtSC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/f2irwb7xkzgrzqnscl0z.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LurhBtSC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/f2irwb7xkzgrzqnscl0z.PNG" alt="ms7"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 8
&lt;/h4&gt;

&lt;p&gt;Click on the Finish button to complete the installation&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qNLBrxi0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bhjgf5teqsqc9njsxnic.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qNLBrxi0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bhjgf5teqsqc9njsxnic.PNG" alt="ms8"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 9
&lt;/h4&gt;

&lt;p&gt;Go to Go to " C:\Program Files\MongoDB\Server\4.0\bin" copy the path and include in your systems environment.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_Q0o9Snn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ukilnuoz2vretv9hjkbh.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_Q0o9Snn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ukilnuoz2vretv9hjkbh.PNG" alt="ms9"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 10
&lt;/h4&gt;

&lt;p&gt;Go to your command prompt and type ‘’mongo’’.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aqoyiKnV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/olrs1pc02n3je88aqcgx.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aqoyiKnV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/olrs1pc02n3je88aqcgx.PNG" alt="ms10"&gt;&lt;/a&gt;&lt;br&gt;
Congratulations!!! You just downloaded and installed MongoDb on Windows 10. Thank you for your time please do not forget to like and leave a comment.&lt;/p&gt;

</description>
      <category>database</category>
      <category>mongodb</category>
      <category>mysql</category>
      <category>nosql</category>
    </item>
    <item>
      <title>Database Design of a Restaurant Management System from user story to relational Model</title>
      <dc:creator>Lontchi12</dc:creator>
      <pubDate>Mon, 30 Nov 2020 20:51:51 +0000</pubDate>
      <link>https://dev.to/lontchi12/database-design-of-a-restaurant-management-system-from-user-story-to-relational-model-2jp1</link>
      <guid>https://dev.to/lontchi12/database-design-of-a-restaurant-management-system-from-user-story-to-relational-model-2jp1</guid>
      <description>&lt;p&gt;The Restaurant Management System is a web application. This system is to automate day to day activity of a restaurant. Restaurant is a kind of business that serves people all over world with ready-made food. This system is to provide service facility to restaurant and also to the customer. This restaurant management system can be used by employees in a restaurant to handle the clients, their orders and can help them easily find free tables or place orders. The services that are provided is food ordering and reservation table management by the customer through the system, customer information management and waiter information management, menu information management and report. After a successful login the customer can access the menu page with the items listed according to the desired time. The main point of this system is to help restaurant administrator manage the restaurant business and help customer for online ordering and reserve table. The user can search for a menu according to his choice i.e. according to price range and category of food and later he can order a meal.&lt;/p&gt;

&lt;h3&gt;
  
  
  USER STORY
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Restaurant Manager&lt;/strong&gt;&lt;br&gt;
As a restaurant manager: I should be able to update information about my restaurant&lt;br&gt;
As a restaurant manager: I should be able to view weekly sales for my outlet&lt;br&gt;
As a restaurant manager: I should be able to view the current inventory position of the restaurant&lt;br&gt;
&lt;strong&gt;Customer&lt;/strong&gt;&lt;br&gt;
As a customer: I should be able to browse through the menu and look at the various food options available in the restaurant along with the price for each item.&lt;br&gt;
As a customer: I should be able to select items from the menu and add them to my cart/order&lt;br&gt;
As a customer: I should have a cart containing all the chosen items so far, accessible all the time&lt;br&gt;
&lt;strong&gt;Chef&lt;/strong&gt;&lt;br&gt;
As a chef: I should be able to view the current queue of orders&lt;br&gt;
As a chef: I should be able to accept the orders&lt;br&gt;
As a chef: I should be able to update the order status to ready once the order is prepared&lt;br&gt;
&lt;strong&gt;Waiter&lt;/strong&gt;&lt;br&gt;
As a waiter: I should be able to view the current queue to see the ready orders for pickup&lt;br&gt;
As a waiter: I should be able to mark the orders as picked up on the common queue&lt;br&gt;
As a waiter: I should be able to view the feedback of customers concerning the meal and service&lt;br&gt;
&lt;strong&gt;Supplier&lt;/strong&gt;&lt;br&gt;
As a supplier: I should be able to view the inventory items so as to supply the lacking ingredients to the chef&lt;br&gt;
As a supplier: I should be able to update the food items as available when supplied&lt;br&gt;
As a supplier: I should be able to update information about the ingredients/food stuff and some of their advantages when consumed&lt;/p&gt;

&lt;h3&gt;
  
  
  ER-DIAGRAM
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F7b2bvv3e02pal4hga8qz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F7b2bvv3e02pal4hga8qz.png" alt="draw-2-IO (1)"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;An E-R diagram is used to represent the E-R model. It contains all known entities for the given scenario, their attributes, identifiers, and the relationships that exist among the entities.&lt;/p&gt;

&lt;p&gt;As seen on figure above the ER diagram has six entities which are made up of various attributes including the entity’s primary key and other attributes like the name, salary, address and phone.&lt;/p&gt;

&lt;h3&gt;
  
  
  RELATIONAL MODEL
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fkt28n435hggi27373dpm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fkt28n435hggi27373dpm.png" alt="restaurant1"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The relational diagram is a graphical representation of relational databases' entities, attributes that are present in those entities and the relationship among these entities.&lt;/p&gt;

&lt;h5&gt;
  
  
  CHEF
&lt;/h5&gt;

&lt;p&gt;Chef id is the unique id to identify the chef with a datatype of integer&lt;br&gt;
Chef name is Identity of the chef with a datatype of varchar&lt;br&gt;
Salary is Remuneration of the chef at the end of the month with a datatype of float&lt;/p&gt;

&lt;h5&gt;
  
  
  MEAL
&lt;/h5&gt;

&lt;p&gt;Meal id is the unique identifier of the meal table with a datatype of integer&lt;br&gt;
Price is the amount tagged to a particular quantity of food with a datatype of float&lt;br&gt;
Name is the identifier of the meal with a datatype of varchar&lt;br&gt;
Chef id Unique identifier comes to meal because of the many to one relationship&lt;/p&gt;

&lt;h5&gt;
  
  
  SUPPLIER
&lt;/h5&gt;

&lt;p&gt;Supplier id is The unique id to identify the supplier with a datatype of integer&lt;br&gt;
Supplier name is The name to identify the supplier with a datatype of varchar&lt;br&gt;
Supplier city is The town in which the supplier lives in with a datatype of varchar&lt;br&gt;
Phone is The digits used to get in contact with the supplier with a datatype of integer&lt;br&gt;
Chef id Unique identifier comes to supplier table because of the many to one relationship&lt;/p&gt;

&lt;h5&gt;
  
  
  CUSTOMER
&lt;/h5&gt;

&lt;p&gt;Customer id is The unique id to identify the customer with a datatype of integer&lt;br&gt;
Customer name is The name to identify the customer with a datatype of varchar&lt;br&gt;
Address is The particular place where the customer lives with a datatype of  varchar&lt;br&gt;
Phone is The digits used to get in contact with the customer with a datatype of integer&lt;br&gt;
Waiter id is Unique identifier comes to customer because of the many to one relationship&lt;/p&gt;

&lt;h5&gt;
  
  
  WAITER
&lt;/h5&gt;

&lt;p&gt;Waiter id is The unique id to identify the waiter with a datatype of integer&lt;br&gt;
Name is The name to identify the waiter with a datatype of varchar&lt;br&gt;
Salary  Remuneration of the waiter at the end of the month with a datatype of float&lt;br&gt;
Phone is The digits used to get in contact with the waiter with a datatype of integer&lt;/p&gt;

&lt;h5&gt;
  
  
  INGREDIENT
&lt;/h5&gt;

&lt;p&gt;Ingredient id is The unique id to identify the waiter with a datatype of integer&lt;br&gt;
Name is The name to identify the ingredient with a datatype of varchar&lt;br&gt;
Description is What the meal is all about with a datatype of varchar&lt;br&gt;
Meal id is the Unique identifier comes to ingredient table because of the many to one relationship&lt;/p&gt;

&lt;h5&gt;
  
  
  ORDERS
&lt;/h5&gt;

&lt;p&gt;Customer id is The unique id to identify the customer with a datatype of integer&lt;br&gt;
Meal id The unique identifier of the meal table with a datatype of integer&lt;/p&gt;

&lt;h5&gt;
  
  
  PROVIDES
&lt;/h5&gt;

&lt;p&gt;Supplier id is The unique id to identify the supplier with a datatype of integer&lt;br&gt;
Ingredient id is The unique id to identify the waiter with a datatype of integer&lt;/p&gt;

&lt;h3&gt;
  
  
  NORMALIZATION
&lt;/h3&gt;

&lt;p&gt;The table is already in the first normal form because all attributes are atomic and each table is identified by its own unique attribute.&lt;br&gt;
The table is also in the second normal form because all non-prime attributes are functionally dependent on the prime key attribute.&lt;br&gt;
But the table is not in the third normal form because we find out in the supplier table that the supplier address can be dependent on the supplier city so we split the supplier table and take out the address attribute so that there should be no functional or partial dependencies.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fgocq0m4w7qibxttt4irm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fgocq0m4w7qibxttt4irm.png" alt="normalization"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In conclusion the restaurant management system helps to facilitate the work of a restaurant manager to manage the restaurant business and help customer for online ordering and reserve table. Thank you and hope you enjoyed.&lt;/p&gt;

</description>
      <category>database</category>
      <category>mysql</category>
      <category>php</category>
    </item>
    <item>
      <title>How to Download and Install MySQL Workbench 8.0 on Windows 10</title>
      <dc:creator>Lontchi12</dc:creator>
      <pubDate>Sat, 24 Oct 2020 17:29:04 +0000</pubDate>
      <link>https://dev.to/lontchi12/how-to-download-and-install-mysql-workbench-8-0-on-windows-10-3166</link>
      <guid>https://dev.to/lontchi12/how-to-download-and-install-mysql-workbench-8-0-on-windows-10-3166</guid>
      <description>&lt;h2&gt;
  
  
  1-What is MySQL Workbench
&lt;/h2&gt;

&lt;p&gt;MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more. MySQL Workbench is available on Windows, Linux and Mac OS X.&lt;/p&gt;

&lt;h2&gt;
  
  
  2-Installation Process of MySQL Workbench
&lt;/h2&gt;

&lt;h5&gt;
  
  
  Step 1
&lt;/h5&gt;

&lt;p&gt;To download MySQL workbench, visit MySQL website in your web browser and download URL: &lt;br&gt;
&lt;a href="https://www.mysql.com/products/workbench/" rel="noopener noreferrer"&gt;https://www.mysql.com/products/workbench/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fzygcgas9yv7tlekmr5k5.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fzygcgas9yv7tlekmr5k5.PNG" alt="work1"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 2
&lt;/h5&gt;

&lt;p&gt;Click on "MySQL installer for Windows". Then, navigate the downloading location and the file will be automatically downloaded.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fabgunispe2jvcumywr6z.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fabgunispe2jvcumywr6z.PNG" alt="work2"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 3
&lt;/h5&gt;

&lt;p&gt;Double-click the downloaded file to launch the MySQL installer.&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 4
&lt;/h5&gt;

&lt;p&gt;Setup window will appear on the screen. Then, click on the "Next" button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F7q8usoaesknjh98lm2c0.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F7q8usoaesknjh98lm2c0.PNG" alt="work3"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 5
&lt;/h5&gt;

&lt;p&gt;Select the folder in which you want to install your MySQL Workbench and click on “Next”.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fkv3ec2o0t0jahivsvsiz.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fkv3ec2o0t0jahivsvsiz.PNG" alt="work4"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 6
&lt;/h5&gt;

&lt;p&gt;Choose the setup type that best suits your needs and click on “Next”.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fu91bn7fsd1bgqdr63fh5.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fu91bn7fsd1bgqdr63fh5.PNG" alt="work5"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 7
&lt;/h5&gt;

&lt;p&gt;"Ready to Install" window will appear on the screen, then click on the "Next" button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F0fijiu9vlvffbg2rtvyq.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F0fijiu9vlvffbg2rtvyq.PNG" alt="work6"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 8
&lt;/h5&gt;

&lt;p&gt;MySQL Workbench installation process&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F4t7he84cog56wlgu5nil.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F4t7he84cog56wlgu5nil.PNG" alt="work7"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 9
&lt;/h5&gt;

&lt;p&gt;Click on the “Finish” button when the installation is completed&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fcbg94agkpy6o0evubr8w.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fcbg94agkpy6o0evubr8w.PNG" alt="work8"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 10
&lt;/h5&gt;

&lt;p&gt;"Welcome to MySQL Workbench" will appear on the screen and you are now ready to design your databases.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F5vvc25sauilpsotmsmh7.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F5vvc25sauilpsotmsmh7.PNG" alt="work9"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;By following the above methods, you can download and install MySQL Workbench 8.0 on windows 10 without any issues&lt;/p&gt;

&lt;p&gt;I hope you enjoyed this document.&lt;/p&gt;

&lt;p&gt;Thanks for reading&lt;/p&gt;

</description>
      <category>mysql</category>
      <category>database</category>
      <category>webdev</category>
    </item>
    <item>
      <title>How to Install and Configure XAMPP on Windows 10</title>
      <dc:creator>Lontchi12</dc:creator>
      <pubDate>Sat, 24 Oct 2020 13:53:27 +0000</pubDate>
      <link>https://dev.to/lontchi12/how-to-install-and-configure-xampp-on-windows-10-50fh</link>
      <guid>https://dev.to/lontchi12/how-to-install-and-configure-xampp-on-windows-10-50fh</guid>
      <description>&lt;h2&gt;
  
  
  1-What is XAMPP
&lt;/h2&gt;

&lt;p&gt;XAMPP is a free and open-source tool used by web developers in the Windows family and other platforms to set up the development and testing environment. XAMPP server comes with the XAMPP control panel to manage all its components easily.&lt;/p&gt;

&lt;p&gt;XAMPP stands for (X) Cross-platform, (A) Apache, (M) MySQL, (P) PHP, (P) Perl and with some additional modules including phpmyadmin (for the database), FileZilla, Mercury, and Tomcat.&lt;/p&gt;

&lt;p&gt;Once you have installed and configured the XAMPP server in your system, you can easily work with any CMS like WordPress, Joomla, Drupal and more. XAMPP server works like a local server in your system that is generally used by PHP developers to test the websites (web-projects).&lt;/p&gt;

&lt;p&gt;This document will show you the various steps on how to install and configure the XAMPP server on Windows 10.&lt;/p&gt;

&lt;h2&gt;
  
  
  2-Installation Process of the XAMPP Server
&lt;/h2&gt;

&lt;h5&gt;
  
  
  Step 1
&lt;/h5&gt;

&lt;p&gt;To download the XAMPP server, visit the Apache Friends website in your web browser URL: &lt;a href="https://www.apachefriends.org/download.html"&gt;https://www.apachefriends.org/download.html&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eR10pLed--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/wbulbuise3p8h9dd13cr.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eR10pLed--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/wbulbuise3p8h9dd13cr.PNG" alt="pic1"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 2
&lt;/h5&gt;

&lt;p&gt;Click on "XAMPP for Windows". Then, navigate the downloading location and the file will be automatically downloaded.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--12rRRALk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ugtfe8bktihrclchat4e.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--12rRRALk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ugtfe8bktihrclchat4e.PNG" alt="pic2"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 3
&lt;/h5&gt;

&lt;p&gt;Double-click the downloaded file to launch the XAMPP installer.&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 4
&lt;/h5&gt;

&lt;p&gt;Setup window will appear on the screen. Then, click on the "Next" button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2CDbav9p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/oigu12r5e37atxxjy1e3.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2CDbav9p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/oigu12r5e37atxxjy1e3.PNG" alt="pic3"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 5
&lt;/h5&gt;

&lt;p&gt;Select the components that you want to install and click on the "Next" button. By default, all components are selected in your XAMPP installation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--le_hXZKJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/pp28xmuirlnagrk9cjlg.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--le_hXZKJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/pp28xmuirlnagrk9cjlg.PNG" alt="pic4"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 6
&lt;/h5&gt;

&lt;p&gt;Choose a folder to install the XAMPP and click on the "Next" button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--blTuKEbS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nsg6zcvqrrj4lbiabldz.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--blTuKEbS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nsg6zcvqrrj4lbiabldz.PNG" alt="pic5"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 7
&lt;/h5&gt;

&lt;p&gt;Uncheck or Check the "Learn more about Bitnami for XAMPP" option and click on the "Next" button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DoEAb5aG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/9rt5yg6bc75b6oev1x58.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DoEAb5aG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/9rt5yg6bc75b6oev1x58.PNG" alt="pic6"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 8
&lt;/h5&gt;

&lt;p&gt;"Ready to Install" window will appear on the screen, then click on the "Next" button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--H690Zv-9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jnlcd5gkcadkvd0wptxx.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--H690Zv-9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jnlcd5gkcadkvd0wptxx.PNG" alt="pic7"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 9
&lt;/h5&gt;

&lt;p&gt;Xampp installation process&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bH5YEWPa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/1u7vfeei4vmxwrgymgu3.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bH5YEWPa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/1u7vfeei4vmxwrgymgu3.PNG" alt="pic9"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 10
&lt;/h5&gt;

&lt;p&gt;Click on the “Finish” button when the installation is completed&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--RV101L7p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/wuc7pad27i3c5xlonc2p.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--RV101L7p--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/wuc7pad27i3c5xlonc2p.PNG" alt="pic8"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 11
&lt;/h5&gt;

&lt;p&gt;Start the XAMPP control panel through the "Run as administrator" option.&lt;/p&gt;

&lt;h5&gt;
  
  
  Step 12
&lt;/h5&gt;

&lt;p&gt;"XAMPP Control Panel" will appear on the screen and click on "Start" action to start the "Apache" and "MySQL" modules.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Nlkk_v4P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/oh90x4gpzvxfaitz2hhj.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Nlkk_v4P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/oh90x4gpzvxfaitz2hhj.PNG" alt="pic9"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;By following the above methods, you can install and configure the XAMPP server on Windows 10.&lt;/p&gt;

&lt;p&gt;I hope you enjoyed this document.&lt;/p&gt;

&lt;p&gt;Thanks for reading.&lt;/p&gt;

</description>
      <category>xampp</category>
      <category>apache</category>
      <category>php</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
