Jump to content

Remote Database Access


spikypunker

Recommended Posts

Hey guys!!

 

OK, i'm used to only working with databases from the CPANEL, accessing phpMyAdmin after setting up a mysql database in the cpanel.

 

I've been asked to setup a website and the client has set up a database for me, but i havent got acces to cpanel, is there software i can access the database with that i can download, maybe an opensource one :)

 

All i've been given is a username and password :/

 

Love any help! Chris

Link to comment
https://forums.phpfreaks.com/topic/178330-remote-database-access/
Share on other sites

  Quote
is there software i can access the database with that i can download

 

Yes. phpmyadmin.

 

  Quote
All i've been given is a username and password

 

You'll also need the hostname of the server.

 

  Quote
And ALSO, if it's not a MySql db does that means i'll have to learn all new php for communicating with the database!!!

 

Is that a question?

  Quote
Is there software you can run off your system not just an inline server?

 

If your doing any kind of development work you should be running a server locally anyway. Personally I just use mysql's command line client, but yeah, phpmyadmin is probably your best bet.

 

If the db isn't mysql yes you'll need to learn a new db extension. There all very similar however.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.