Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
MySQL is a popular open source relational database especially for those building on the LAMP stack (aka Linux, Apache, MySQL, Perl/PHP/Python). Installing MySQL on your Linux server can be done manually by following these instructions and running sudo apt-get install mysql-server
and configuring your system as needed.
However, there is an even easier way, which is to deploy a pre-configured, ready to run image for running MySQL on Microsoft Azure from BitNami.
+ New
MySQL
by Bitnami
Create
MySQL like many solutions in the Azure Marketplace is a pre-configured virtual machine image, so you will need to define what kind of VM you need.
Name
for the Virtual MachineUser name
for the default admin/root accountAuthentication type
& enter a password
or SSH public key
subscription
to deploy the VM in.
Resource Group
select an existing one (if this deployment is related to previous resources in Azure) or create a new one.
Location
for the virtual machineOK
OK
Purchase
In a few minutes you will have your new VM with MysQL already installed, network & endpoints configured and everything ready to get you going!
ssh <user>@<vm_public_ip>
-i identity_file
.mysqladmin -u root -p password
bitnami
and to confirm your new password.mysql -u root -p
Need to know more about MySQL check out their documentation.
For more solutions that can be easily deployed check out the Azure Marketplace Gallery.
Follow me, @marc_gagne on Twitter.
Please sign in to use this experience.
Sign in