Re: MySQL Manager Issue

2007-10-05 Thread Jesse
Right click in query editor window, select "Properties" from popup menu, Select "Quick Code" in Editor options tree. On the right side of the dialog window in "Automatic features" group deselect "Code completion" and/or "Code Parameters" checkboxes. Thanks so much for the reply. I usually right

Re: MySQL Manager Issue

2007-10-05 Thread Michael Raven
Right click in query editor window, select "Properties" from popup menu, Select "Quick Code" in Editor options tree. On the right side of the dialog window in "Automatic features" group deselect "Code completion" and/or "Code Parameters" checkboxes. p.s. It seems that ticket system is working now

Re: MySQL Manager Connection Config Problem

2002-09-08 Thread Gerald R. Jensen
Odds are you have not granted your 'root' user rights to login from a node on the network. Instea dof using root, I would suggest you create another user with rights to login across the network. - Original Message - From: "John Hanley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sun

RE: MySQL Manager Connection Config Problem

2002-09-08 Thread Peter Lovatt
Hi Generally root is only allowed access from local host for security. Either use a GRANT statement to give access from the host you are using or create another user with the appropriate permissions. Not sure about the IP missmatch. HTH Peter --- E

RE: mysql manager

2001-07-20 Thread Martin Jeremic
You can use Windows explorer to create new database (Not tables). Just create new subfolder of mysql\data on your system. -Original Message- From: Donald Dahlman [mailto:[EMAIL PROTECTED]] Sent: petak, 20. jul 2001 22:03 To: [EMAIL PROTECTED] Subject: mysql manager does anyone have

RE: mysql manager

2001-07-20 Thread Gerald R. Jensen
, July 20, 2001 5:13 PM To: Gerald R. Jensen Cc: [EMAIL PROTECTED] Subject:Re: mysql manager should be an easy task to open a database and edit or create a new one should not need a server running for that. I do it all the time with Delphi maybe im not being clear I trien all the win

Re: mysql manager

2001-07-20 Thread Werner Stuerenburg
> should be an easy task to open a database and edit or create a new one > should not need a server running for that. I do it all the time with Delphi > maybe im not being clear Well, delphi has access to the borland engine which is a server in its own right. If you develop a delphi program which

Re: mysql manager

2001-07-19 Thread Donald Dahlman
should be an easy task to open a database and edit or create a new one should not need a server running for that. I do it all the time with Delphi maybe im not being clear I trien all the win32 programs listed on the mysql site and they all try to connect to the unit server. "Gerald R. Jensen" wr

Re: mysql manager

2001-07-19 Thread Gerald R. Jensen
Donald: It would be a tall order to create and manage a database without a server ... but the 'server' I refer to is software, running on a machine you have access to. Check out http://www.mysql.com/ or search the list archives at http://lists.mysql.com/... you'll find a load of good utilities a