Re: MySQL Administration Tools

2004-01-26 Thread jurban
> At 11:19 -0800 1/22/04, David Blomstrom wrote: > > > >I'm using a preconfigured package that includes PHPMyAdmin, which > >seems to be a pretty good program. However, I just read that similar > >programs are available, including MySQL Control Center, EMS MySQL > >Manager, urSAL, PremiumSoft MySQL

Re: simple windows client for mysql

2003-01-21 Thread jurban
Check out urSQL from http://www.urbanresearch.com/ursql You might also have a look at the MySQL website, there are many different clients available... On Tue, 21 Jan 2003, David Driscoll wrote: > I have a fairly basic mysql database running on unix. Now I need to make this > data available to ot

Re: Table solution

2002-11-11 Thread jurban
You can use mysqldump to export the data from your webserver to a file, ftp the file, and import into your local database. There are also some tools that might help -- urSQL (http://www.urbanresearch.com/ursql), for example, can export query results directly to Excel. This means you could connect

Re: sql

2002-08-13 Thread jurban
This behavior is okay and is normal. MySQL sees the varchar(20) column [identified by `item`] and because one column is variable, MySQL changes all columns to be variable... Have a look at the MySQL manual here: http://www.mysql.com/doc/en/Silent_column_changes.html On Tue, 13 Aug 2002, Pushk

RE: editor

2001-08-08 Thread jurban
Have a look at urSQL -- http://www.urbanresearch.com/ursql/urquery.php urSQL is a query editor (much like a text editor with database/query support and SQL syntax highlighting). It has the capability to connect directly to your server and submit the query. The History feature keeps track of eac

Re: MySQL GUI for Windows

2001-02-12 Thread jurban
urSQL -> http://www.urbanresearch.com/ursql On Mon, 12 Feb 2001, indrek siitan wrote: > Hi, > > can anyone suggest a good GUI client to suggest to MySQL hosting > customers? > > it should: > > * be able to display table structures, add and alter tables > (field, indexes) > > * show a