Mysql for dummies like me WINDOWS only
Posted: 24 Feb 2018 23:33
I decided to include how to make a b3 mysql database using winlamp.exe
the reason I choose to use winlamp is mainly because its easy to use winlamp contains apache2 php 5.1.4 mysql 5.0 and phpmyadmin which is used to add or remove data bases
After you install winlamp as a stand alone web server with php mysql and phpmyadmin you will have to config it so only you will have access to it and I will explain how to do that.
if you do not config it then anyone with internet access could access it and you do not want that.
if you already have mysql running and are able to add and remove datatbases you will not need this program.
I started by running winlamp4.0.0.exe and selected typical as the way I want it installed
I left servername and email the default values
I selected install and an internet windows opened with this
MySQL and phpMyAdmin Installation
WinLAMP automatically starts the MySQL installer for you.
The default user/password for phpMyAdmin is root/mysql.
As you install and configure MySQL, the easiest thing to do is to accept all defaults, and set the password to 'mysql'. This matches the default password set in phpMyAdmin. Note that easiest is not the same as most secure, so feel free to do something different here.
Here is a typical WinLAMP MySQL setup:
Select 'Typical' installation.
Install.
When the install is complete, if you have already signed up with MySQL, choose 'Skip Sign-Up'
Select 'Configure MySQL Server now'.
Choose 'Standard Configuration'.
Create root password 'mysql'.
Optionally, you can create some other password here, and change the one in the phpMyAdmin config.
Select [Execute].
Then you can close this browser window.
when the mysql window opens select typical
then select skip sign-up when prompted
next a window will open to config mysql
select standard configuration
select install as windows service
and launch automatically
select a password for root
****** write it down you will need it later *****
mysql should start by may error on security settings
see next post to continue
the reason I choose to use winlamp is mainly because its easy to use winlamp contains apache2 php 5.1.4 mysql 5.0 and phpmyadmin which is used to add or remove data bases
After you install winlamp as a stand alone web server with php mysql and phpmyadmin you will have to config it so only you will have access to it and I will explain how to do that.
if you do not config it then anyone with internet access could access it and you do not want that.
if you already have mysql running and are able to add and remove datatbases you will not need this program.
I started by running winlamp4.0.0.exe and selected typical as the way I want it installed
I left servername and email the default values
I selected install and an internet windows opened with this
MySQL and phpMyAdmin Installation
WinLAMP automatically starts the MySQL installer for you.
The default user/password for phpMyAdmin is root/mysql.
As you install and configure MySQL, the easiest thing to do is to accept all defaults, and set the password to 'mysql'. This matches the default password set in phpMyAdmin. Note that easiest is not the same as most secure, so feel free to do something different here.
Here is a typical WinLAMP MySQL setup:
Select 'Typical' installation.
Install.
When the install is complete, if you have already signed up with MySQL, choose 'Skip Sign-Up'
Select 'Configure MySQL Server now'.
Choose 'Standard Configuration'.
Create root password 'mysql'.
Optionally, you can create some other password here, and change the one in the phpMyAdmin config.
Select [Execute].
Then you can close this browser window.
when the mysql window opens select typical
then select skip sign-up when prompted
next a window will open to config mysql
select standard configuration
select install as windows service
and launch automatically
select a password for root
****** write it down you will need it later *****
mysql should start by may error on security settings
see next post to continue