How To Download & Install MySQL, phpMyAdmin, Apache

Started by KrOoB_, Aug 15, 2018, 08:43 PM

Previous topic - Next topic

KrOoB_

HI GUYS


It is a tutorial for those who can not run scripts that work with MySQL


Step One


Download it https://www.appserv.org/en/


Step Two



Run the .exe file named appserv-win32-8.6.0


Step Three



https://www.appserv.org/en/howto/ enter this page and follow the installation instructions


Step Four



The download and installation process is over, MySQL & Apache & PHPmyadmin


Step Five


Open the internet browser (Google Chrome,Opera,Explorer...etc) and
we write 127.0.0.1 in the link section. phpMyAdmin Database Manager Version 4.6.6 <-- click this


Step Six


We must have a home page now. Since we do not select a user name, we type root, we write the password we set in the program setup and we log in.


Step Seven


That's it
You - Thank you for installing MySQL in my computer


Me - No Problem Bro :)



KrOoB -
we are new because we are watching the old ???

D4rkR420R

Quote from: KrooB on Aug 15, 2018, 08:43 PMThat's it
Thank you for installing MySQL in my computer


But I want to install it in my computer. :c

KrOoB_


MEGAMIND


Thunder_Bird

right click on file and left click on open.
@admins, mark this topic as solved.

EK.IceFlake

You're installing Apache and PHP for no good reason. Not good on a Windows machine. Here's what you do to avoid installing Apache and PHP:

Get MySQL server and shell and install them:
- https://dev.mysql.com/downloads/mysql/
- https://dev.mysql.com/downloads/shell/

Open a command prompt instance and type
mysql -u root -p
It will ask you for a password, type the password you specified when installing MySQL

Type the following commands into the shell:
CREATE USER my_user IDENTIFIED BY 'password_goes_here';
CREATE DATABASE my_database;
GRANT ALL PRIVILEGES ON my_database.* TO my_user;

KrOoB_

In the phase of installation are already asking what you want to build. If you just choose MYSQL and phpMyAdmin just install them

!

Expected Title: How To Download & Install MySQL, Apache & PHPMyadmin

Discord: zeus#5155