Laravel Multi-Tenancy Setup on Hostinger VPS - Working on Local not on VPS
Budget: $20 – $30 USD
ct name, '.', '', '',mobile_no, phone_no, '3','3', name,lead_created_date
, lead_business_name,
from leads a,
;
Dears,
Note: This is not development task. As code is running already on local and it is not working on VPS.
I want to install multi tenancy on Laravel APP as backend. So, all customers will have different databases and one url for all customers as front
end. I am able to do on my local. But, it does not work on Hostinger VPS. I used to get following error once calling API.
1044 Access denied for user 'demolms'@'%
Mandatory Skills:
1. Laravel Multi tenancy
2. Hostinger VPS
more /etc/mysql/debian.cnf
mysql -u debian -p'*'
CREATE USER ''@'localhost' IDENTIFIED BY '';
GRANT ALL PRIVILEGES ON demolms.* TO 'ailearnpluseabc'@'localhost';
mysql -u *user* -*pass* demolms
, lead_business_name,
from leads a,
;
Dears,
Note: This is not development task. As code is running already on local and it is not working on VPS.
I want to install multi tenancy on Laravel APP as backend. So, all customers will have different databases and one url for all customers as front
end. I am able to do on my local. But, it does not work on Hostinger VPS. I used to get following error once calling API.
1044 Access denied for user 'demolms'@'%
Mandatory Skills:
1. Laravel Multi tenancy
2. Hostinger VPS
more /etc/mysql/debian.cnf
mysql -u debian -p'*'
CREATE USER ''@'localhost' IDENTIFIED BY '';
GRANT ALL PRIVILEGES ON demolms.* TO 'ailearnpluseabc'@'localhost';
mysql -u *user* -*pass* demolms