Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.

yagran

macrumors 6502a
Original poster
Hi, i have a non local mysql database which i need to browse.

i dont have and admin tools installed on the database.

is there anyway to do this?
 
ok sounds great. let me give a you the bigger picture.

the details i have

<?php
define("HOST", "*****");
define("PORT", *****);
define("USER", "*****");
define("PASS", "*****");
define("DB", "*****");
?>

(but obviously i have the details where the stars are 😛)

and i have the ip address of the server...

this isnt as dodgey as it must sound...
 
The HOST doesn't work...?

well as i said it is not local.

i am using the navicat program that you suggested and have filled in the connection details but get : Can't connect to MySQL server on XXXXXXXXXXX

i mean, the details i have is that the server ip is XXXXXXX and the host name is 'XXXX', navicat will not let me use both to establish a connection.

im new to all this by the way! 😀
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.