MYSQL startup and needed requirements

Viewed 34

I'm new to mySQL and cannot install XAMPP due to laptop restrictions, anyone has ideas to have a localhost and Apatchi and other needed requirements to start MYSQL/PHP learning? on my PC without having to install this program?

1 Answers

If you don't have administrator permissions on your laptop, you may use a vm to learn MySQL.

One of the easiest ways could be using e.g. DigitalOcean with a start credit (for free) or any other provider and start with a small vm. https://marketplace.digitalocean.com/apps/mysql

Related