2
votes
3answers
2k views
MySQL: Moving database from one MySQL instance to another
How do you go about migrating a FogBugz database from one MySQL instance to another?
(see this post for moving the FogBugz site)
1
vote
2answers
48 views
Plugin: Search cases with [input] in custom field
Hi.
I am developing a plugin where I wish to get a list of case id's (i.e. ixBug) of cases that have a certain value in a custom field.
I'm thinking that the SQL could look like …
1
vote
4answers
641 views
Access: Converting your Access Database to Another Format [closed]
Official Fog Creek Notice: MS Access support is being deprecated in FogBugz 8.0.
How do you convert an MS Access database to another format?
2
votes
3answers
1k views
MySQL: Importing data from On Demand or trial
How can I import a FogBugz On Demand trial database into MySQL?
2
votes
1answer
798 views
Data too long for column ‘sToken’ at row 1
We have the following error displaying in our Fogbugz:
7/8/2010 10:44 AM (GMT-05:00): The Fog Creek Maintenance Service has reported an error. (200) CCmd: Data too long for column …
1
vote
1answer
462 views
Sample MySQL configuration (my.cnf / my.ini)
Could someone post a good my.cnf / my.ini file for use with FogBugz? (see also MySQL gotchas)
3
votes
4answers
1k views
What gotchas are there in the MySQL requirements for FogBugz?
Is there anything special I should know about MySQL for FogBugz?
5
votes
1answer
287 views
Very long running MySQL queries [closed]
We experienced some very long running SQL queries on MySQL 5.5 server:
DELETE FROM IndexFilePage WHERE ixIndexFile IN (SELECT ixIndexFile FROM IndexFile WHERE ixLastGeneration < …
1
vote
1answer
3k views
How do I fix “Incorrect string value: '\x…” errors when running on MySQL?
When running FogBugz on top of a MySQL database, I keep getting the following types of errors:
The Fog Creek Maintenance Service has
reported an error. (-2147467259)
System …
0
votes
1answer
288 views
MySQL: Connection -bpfogbugz cannot be found
Problem: The scheduled backup doesn't work and I get the following error in event viewer:
Connection -bpfogbugz cannot be found.
0
votes
1answer
138 views
Debugging bad MySQL performance
MySQL seems to be bogging down. How can I find what it's spending its time on?
1
vote
3answers
7k views
MySQL: Moving database from SQL Server to MySQL
How can I migrate my FogBugz database from SQL Server to MySQL?
1
vote
3answers
124 views
Importing from OnDemand - Wrong database version
We have switched from the on-demand version to our own server and have createded a backup of our hosted db. Seems like the version running on the hosted version is newer then the l …
1
vote
3answers
712 views
How do I move from running FogBugz on MySQL to SQL Server?
I'm running on MySQL now, but would like to run FogBugz on SQL Server 2008. How do I convert?
1
vote
2answers
452 views
MySQL 5.5.8 Error: Object reference not set to an instance of an object.
Hi. I am trying to move existing Fogbugz from an IIS Win2003 server to a new IIS in Windows 2008 (both 32bit).
I create a new database called fogbugz and run the setup. Once I'm d …