Use same database from different computers with Xampp

Viewed 16

I'm learning PHP and SQL using Xampp and I want to access my projects from two different computers. As I'm learning, I only work on localhost. I got it working with PHP changing the document root variable in the httpd.conf file to my htdocs folder in OneDrive. I've been trying to do something similar with the SQL database but everything I've tried ended up in errors in the phpMyAdmin site talking about extended functionalities not configured or SQL tables missing. How can I access the same database, saved in a OneDrive folder, from anywhere?

Thanks!

0 Answers
Related