Hi I have a website. www.domain.com. I have created a MySQL database on it using a cPanel (website frontend control pannel).
My question now is how do I actually know what the path to my SQL database is. Is it mysql.domain.com or mysql20.domain.com?
Thanks
Thomas
Loading
Deepak BhatiaPosted Aug 2, 2010, 7:08 AM
telnet into your server and type
or create a php script like this
echo `whereis mysql`;
?>