Hi,
I’m ending up in the following error
unknown database questdebug
when I tried to debug a sample procedure. I’m able to successfully execute them though. only the debug doesn’t work.
I’m using Toad for MySql 5.0.0.345
I suspected the debug mode uses an instance of the database, so I created an instance called questdebug to see the error change to something else. The new error is now
Table ‘questsoftware.debugbreakpoints’ does not exist.
Did anyone encounter these problems. and how did you work around them. I suspect the installation should create this debug database, which for some reason did not create.
Any help would be appreciated.
There are a couple of objects that needs to be created on the server for debugging to work. Toad should create these automatically though the first time you try to load the debugger.
Is there no script available that I can run independently?
And why has the database no been created in the first place?
And as it relates to your suggestion to install version 6.0.1…
I tried to install v 6.0.1 on the same machine (with Toad4mysql vers. 5.0.0.3.4.5)
but the installation stops after the first user dialog and v6.0.1 does not get installed
Do I have to uninstall v 5.x first?
And what happened with my named scripts and reports that I have created in v 5.x when I uninstall it?
I know… many many questions
Maybe there is a simple answer to those 2 questions.
You can keep your 5.0 and install 6.0 side-by-side to it.
For installation issue. Please try silent install.
1.Download the .exe installer to your local drive, say c:\temp
2.For windows 7 and Vista users, make sure you open command window with admin privilege. You can type “cmd” in start menu, and right click “run as Administrater” to invoke it.
Run the silent install command
“ToadforMySQL.exe” /S /L*v “c:\temp\installLog.txt”
Wait about 15 minutes and check the log file to confirm the install complete successful.
After 6.0 is installed, you can launch it and choose to migrate settings from version 5.0 so that all you preference is kept.
Hi
I just installed version 6.0.1 according to the instructions from Kiki in te previos postign and it appears to me it work. I could launch the new version (on one of my computers).
I will trying to debug a SP (questdebug database) tomorrow and will keep you posted.