LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mysql as subdomain (https://www.linuxquestions.org/questions/linux-newbie-8/mysql-as-subdomain-522989/)

undnyc 01-26-2007 07:34 AM

mysql as subdomain
 
how can i setup mysql as subdomain.... so i could access it thru navicat mysql.mydoomain.com port 3306? is it even possible?
Ohh yea i have Suse 10.1 Apacher 2.2.0 Mysql 5.....
Thanx in advance.....

bathory 01-26-2007 04:28 PM

Quote:

how can i setup mysql as subdomain.... so i could access it thru navicat mysql.mydoomain.com port 3306?
If you mean that you want to point your browser to mysql.mydoomain.com:3306 to access mysql, then you can't, since 3306 is the port used by default by the mysql daemon (mysqld), except if you change that default port. What you can do, is to create the subdomain mysql.mydoomain.com pointing to your box running apache, setup a vhost (mysql.mydoomain.com) in apache and install phpMyadmin in the DocumentRoot of that vhost.

undnyc 01-26-2007 05:06 PM

well i have this program called Navicat....and it requires connection with mysql server....but everytime i try to connect it gives me some error that cannot connect to the server

bathory 01-27-2007 08:09 AM

You must make sure that the mysql server is running, that you use the correct username/password to access it and if you are connecting to a remote that server, that there is no firewall blocking the connection and the mysql-user has the privileges to remotely access the server.

chanbkhn 01-27-2007 09:11 PM

um , I am trying ... Thank you !

undnyc 01-28-2007 10:37 AM

still no luck mysql server is running cannot login with navicat....
maybe i should re install mysql?'?????


All times are GMT -5. The time now is 06:31 PM.