Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: KrOoB_ on Aug 15, 2018, 08:43 PM

Title: How To Download & Install MySQL, phpMyAdmin, Apache
Post by: KrOoB_ on Aug 15, 2018, 08:43 PM
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 ???
Title: Re: How Open Self MYSQL
Post by: D4rkR420R on Aug 16, 2018, 01:57 AM
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
Title: Re: How Open Self MYSQL
Post by: KrOoB_ on Aug 16, 2018, 01:59 AM
:)
Title: Re: How Open Self MYSQL
Post by: MEGAMIND on Aug 16, 2018, 06:35 AM
U ment ur computer xD
Title: Re: How Open Self MYSQL
Post by: Thunder_Bird on Aug 16, 2018, 07:03 AM
right click on file and left click on open.
@admins, mark this topic as solved.
Title: Re: How Open Self MYSQL
Post by: EK.IceFlake on Aug 16, 2018, 09:48 AM
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;
Title: Re: How Open Self MYSQL
Post by: KrOoB_ on Aug 16, 2018, 03:38 PM
In the phase of installation are already asking what you want to build. If you just choose MYSQL and phpMyAdmin just install them
Title: Re: How Open Self MYSQL
Post by: ! on Aug 16, 2018, 05:17 PM
Expected Title: How To Download & Install MySQL, Apache & PHPMyadmin