Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
i have developed one WordPress website for my client and host it on my linux shared hosting. My client want to access for all the files as well as database.I give him one ftp account for managing files but i dont now how to give him database account.So, is there any way to give him phpmyadmin access for their database only.

What I have tried:

i'm trying to give client database access like www.domainname.com/phpmyadmin .
Posted
Updated 30-Apr-17 4:50am
v2

1 solution

You don't access a database like that: you need an application to access the data. For MySql, that would probably be MySQL Workbench[^] or HeidiSQL[^] - for SQL Server, it's SSMS which is available as a separate download these days: Download SQL Server Management Studio (SSMS) | Microsoft Docs[^] but that won't work with MySQL IIRC.
That doesn't solve the whole problem though: you need to create an account for them with suitable permissions and make sure that the DB is available remotely: mysql remote access - Google Search[^] then give them the username and password combination.

And then do two other things:
1) Back that sucker up frequently!
2) Start hoping they don't muck the DB up as it'll probably crash your site and they will blame you...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900