We found the problem, right before trying the packet-capture.
It had something to do with not using a "mysql_select_db()" command. Included this extra bit in the PHP, and lo and behold, it replicates. More info: http://dev.mysql.com/doc/mysql/en/replication-problems.html
Notice, however...
One thing I just thought of ...
Other queries are replicating just fine. They insert simple data. This one won't replicate, but it's using "inet_aton". Think that will have anything to do with it? Remember, 4.1 on the slaves.
-iNSTA
aim: instar4per
The master is 5.0.0-nt-log.
The slaves are all 4.1.10-Debian_4.
Ideally, we'd like to avoid a restart, if at all possible ... not sure how Ethereal will behave on the master. If it helps, here is the query being run:
INSERT INTO dbservices.tblevents_listings
(id, ipaddress, name...
The record does post to the master, from any application (command-line binaries included). Only from the web application does it not replicate.
How would I check the replication logs as you're asking?
-iNSTA
aim: instar4per
email: instar4per @ hotmail.com
Is this the right area for this? Regardless,
At work, we have multiple DB servers. A single master, and a single (soon to add more) slaves. Web front-ends load-balance between the slave servers.
As our users post forms, the post data is added to the master and allowed to propegate to the...
Despite this being a web application, I am asking here, because the core of it is done in VB.
I have an ASP script which accepts an uploaded image ( using the FreeASPUpload class, www.freeaspupload.net ), and passes the temporary file's name to a custom component, which is supposed to do the...
Despite this being a web application, I am asking here, because the core of it is done in VB.
I have an ASP script which accepts an uploaded image ( using the FreeASPUpload class, www.freeaspupload.net ), and passes the temporary file's name to a custom component, which is supposed to do the...
Yes, parallel port.
This stems from my projects "back in the day", where I used a hacked joystick to provide digital and analog inputs (I could measure the temperatures of things using a thermisistor), and I could check for open doors with the modified buttons.
I would then use the...
Brad, just wondering, what is your budget on this project?
I can help you with any part of this that you could need (<pimp>I've done electronics, and was on BattleBots </pimp> :-P).
If you'd like my help, I can, I'd just like to warn you that a cheap solution is going to put you without a...
johnwm, although I'd rather not nit-pick, I'm going to here. Typically, I've found the limits to be true, unless running on Win2000/XP (haven't tried NT). Then, it seems, the textbox is limitless?
*shrug* -iNSTA
aim: instar4per
email: instar4per @ hotmail.com
Does anybody have any ideas on this?
The part I am confused on is how to simulate an event, without actually raising one.
I've heard rumors about using callbacks, but I don't know how to do this.
And, by the way, I really don't know how the 2nd poster got under my name...
Anyways, -iNSTA...
Since you're using VB you can't create a truly Object Oriented Design for this project. What you can do however is use some of the techniques...
I would create a Domain object with all of the information pertanite to a Domain. I would then create a function that takes a string for a domain...
I have an application in which I take a large volume of domain names (the current list I have is approximately 35,000), and find out various information on them (including, WHOIS info, resolved IP, etc).
Rather than hard-code these in, I would like to use a modular design, and add the...
Hey...nifty.
Let me know of anything you hear. If you don't find one, I think I may write one. Maybe that can be some extra credit project for school...
Anyways, -iNSTA
aim: instar4per
email: instar4per @ hotmail.com
Why not use VBScript? It would be a happy medium between a full GUI, and a batch file.
Create the file ntstuff.vbs on your desktop, and place the following inside of it:
Dim objWScript, objExec
Dim myUserName
Dim strLaunchCmd
Set objWScript = CreateObject("WScript.Shell")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.