How to Connect One XAMPP database to Multiple Developers Comptuters (Tutorial)

preview_player
Показать описание
This Tutorial helps to How to Connect One XAMPP database to Multiple Developers Comptuters (Tutorial)

Commands:

CREATE USER 'usera'@'%' IDENTIFIED BY 'passa';
grant all privileges on dusera.* to 'usera' @ '%' identified by 'passa';
FLUSH PRIVILEGES;

Thanks friends for watching this Video,
Kindly Subscribe & Support Our Channel.
Рекомендации по теме
Комментарии
Автор

Hi @Murugan S
How do I find the XAMPP Server IP? Also, is testingremote.php a file that I have to create myself? Is this file made on my local computer or to the other developer's computer?
Thank you!

estherchan