The mysql-connection tag has no wiki summary.
0
votes
1answer
9 views
Mysql: remote and local access
I have a gentoo where is installed a mysql server.
I need a remote access to this server, so I have modified the option bind address in the file /etc/mysql/my.cnf bringing it from
bindaddress: ...
0
votes
1answer
23 views
php connect to mysql
I am using Trisquel 7.0 LTS and installed php5 and php5-mysql. All php scripts working properly.(I used to write my-learning scripts in /var/www/html/xyz.php and all is working by ...
-1
votes
1answer
190 views
MYSQL : Connecting to mysql from : 127.0.0.1 + telling ip tables to allow only 127.0.0.1 for mysql port : Logic vs Common Sense
If i make 1 billion or 1 trillion queries to MYSQL database from 127.0.0.1 via port 3306.
vs
If i make same amount of queries to MYSQL database also from 127.0.0.1 via
port 3306.
but with ...
0
votes
1answer
199 views
mysql jdbc connection issues in RHEL 6
I have setup the mysql database in one of the RHEL 6 servers. I would like to connect to this server's database from any other machine using a java program. How should I do it?