Category: GUITools

MySQL Workbench FAQ


Contents

[edit] General Questions



[edit] Windows Specific

Any ideas when Workbench will be released in a stable version? DBDesigner is frozen at MySQL Version 4 and I would really like to take advantage of what looks like a great tool.

[edit] Linux Specific

[edit] How do I build Workbench in Linux/FreeBSD/Solaris/Whatever?

Please refer to Building MySQL GUI Tools on Linux.


[edit] How do I know if I have OpenGL enabled in Linux?

To know if you have OpenGL enabled, you can run:

$ xdpyinfo|grep -i glx
  GLX
  NV-GLX

If it prints GLX, then you do have OpenGL enabled in the X server. If not, you may need to make the X server load the GLX module in the configuration file. With a text editor, open /etc/X11/xorg.conf and locate something like:

Section "Module"
   Load           "dbe"
   Load           "extmod"
   Load           "fbdevhw"
   Load           "record"
   Load           "freetype"
   Load           "type1"
EndSection

Add the line:

   Load           "glx"

to that section, before the EndSection line. You will need to restart X to make the change take effect.

If you have an NVidia graphics card, you may want to install their proprietary Linux drivers to get better performance.


[edit] Mac OS X Specific

Retrieved from "http://forge.mysql.com/wiki/MySQL_Workbench_FAQ"

This page has been accessed 9,316 times. This page was last modified 21:56, 22 November 2006.

Find

Browse
MySQLForge
Main Page
Current events
Recent changes
Random page
Help
Edit
Edit this page
Editing help
This page
Discuss this page
Post a comment
Printable version
Context
Page history
What links here
Related changes
My pages
Special pages
New pages
File list
Statistics
Bug reports
More...