How to create a shared database for users for different systems to connect to a single database in another system

0 votes
Hi, I'm using xampp to create my semester project, I need my friends to access the same database that I have on my laptop, is there a way to do that. Or I to need to have the same database in all the systems. We have the same PHP code for us to display our project. Urgent help required. Can anyone help?

Thanks in advance.
Mar 16, 2019 in Database by anonymous
4,111 views

2 answers to this question.

0 votes
You can do both. If all the laptops are in the same network, then you can access the database using the IP address of the laptop that has the database. You can also enable remote access on xampp.

Suppose the laptops are not in the same network, then you can log in to xampp and export the database and copy that file to other laptops. Now your friends will be able to use the same database.
answered Mar 18, 2019 by Omkar
• 69,210 points
0 votes
Like Omkar said, while presenting your project to your Professor, you can probably have just 1 database in your laptop and all your friends can connect to it since you'll be connected to the same network. But, if you guys are planning to access it remotely from your house, then you'll not be able to access it.
answered Mar 18, 2019 by Vardhan
• 13,190 points

Related Questions In Database

0 votes
2 answers

How to select the nth row in a SQL database table?

SELECT * FROM ( SELECT ID, NAME, ROW_NUMBER() ...READ MORE

answered Apr 23, 2020 in Database by anand
• 140 points
25,032 views
0 votes
1 answer

I have to build a school website How can i connect databases to the instance (ec2) and what is the best AMI for my webserver INAWS ???

Hi@Trinu, I don't think your database is depends ...READ MORE

answered May 4, 2020 in Database by MD
• 95,440 points
677 views
0 votes
1 answer

How to rename a column in a database table using SQL?

For SQL Server, use sp_rename USE AdventureWorks; GO EXEC sp_rename 'Customers.CustomerTerritory.TerritoryID', ...READ MORE

answered Feb 9, 2022 in Database by Neha
• 9,060 points
520 views
0 votes
1 answer

How to generate the statement CREATE TABLE for an existing table in postgreSQL?

Generate table creation statement for an existing ...READ MORE

answered Feb 9, 2022 in Database by Neha
• 9,060 points
5,931 views
0 votes
0 answers
0 votes
1 answer

Why is not preferable to use mysql_* functions in PHP?

The reasons are as follows: The MySQL extension: Does ...READ MORE

answered Sep 7, 2018 in Database by DataKing99
• 8,240 points
938 views
0 votes
2 answers

How to send data to my database from html and css Contact Us Form?

Hello @Sign, It is simple to create contact ...READ MORE

answered Aug 4, 2020 in Database by Niroj
• 82,880 points
34,997 views
0 votes
0 answers

How to run a PHP function due to a button click (with button 'data' passed)?

I manage some sortiment items on a ...READ MORE

May 28, 2022 in PHP by Kichu
• 19,050 points
3,549 views
0 votes
0 answers

Show values from a MySQL database table inside a HTML table on a webpage

I am working on retrieving the values ...READ MORE

May 29, 2022 in PHP by Kichu
• 19,050 points
652 views
0 votes
3 answers

MySQL "Could not create connection to database serve" error

Pls check that you have MySQL server ...READ MORE

answered Jul 3, 2020 in Database by anonymous
29,268 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP