Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    MYSQL


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Listen To Modifications


I'm using MySQL databases from version 3.23.15 and up. I would like to monitor changes on some tables. Triggers would do great but they aren't supported in the versions I'm running. How could I monitor changes to specific tables and columns. The same functionality should be ideally working on all versions I'm using.




View Complete Forum Thread with Replies

Related Forum Messages:
How Make Mysqld Listen To Only 2 IPs
I have an development/test server on a windows 2000 box running. AFAIK mysql needs 127.0.0.1 to connect to the localhost, if I use it on the db-server's machine. Usually I'd connect via LAN so I need mysqld listen on 2 IPs.

1) 127.0.0.1
2) 192.168.1.42 <-- LAN-IP

This box has a second LAN-Interface and a third which connects to ADSL.
Those 2 are to be considered realm of evel.

I just rather have mysql listening on localhost and one of the
LAN-interfaces. Is this possible at all ?

There is this parameter for mysqld : bind-address
It only works with 1 aeddress. Even when I put 2 such lines in my.cnf it
just takes the second value.

Do I have to let it listen on 0.0.0.0 and let mysqld sort the access
attemts with the grant tables ?

View Replies !
Set MySQL To Listen From Other Computers
I have a problem connecting to MySQL server! The server is working on the other computer than my scrpit(my web page). The IP of MYSQL computer is 10.0.0.2. and port 3306! When i try to connect like this :

$link=mysql_connect("10.0.0.2.", "user", "password");
$db ="database_name";

... I get the folowing massage:

Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '10.0.0.2' (10061) in D:InetpubwwwROOT.......

The ip, username, password and database name are all correct! It is said, that it's possible, that the MySQL is set to work on localhost! If this is the problem, where to configure mySQL, to be able to connect from other computer?

View Replies !
Listen To Two IPs With Running Multiple Instances
I have 2 NICs on my server with IP address 192.168.0.1 and 192.168.0.2. Is there a way to set up MySQL to listen to both IPs at the same time without running multiple instances of the server?

View Replies !
How Listen Queue Size Affect MySQL On RedHat
i want to know if the system parameter somaxconn affect the capabalities
of MySQL to maintain more than five thousands of HTTP connections ?

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved