Re: MySQL Control Center

2005-11-23 Thread Kevin Spencer
On 11/22/05, Jim Winstead <[EMAIL PROTECTED]> wrote: > On Tue, Nov 22, 2005 at 04:50:42PM -0800, Jon Drukman wrote: > > What happened to MySQL Control Center (aka mycc or mysqlcc)? The > > dev.mysql.com site redirects to the Query Browser page. QB is a poor > > sub

Re: MySQL Control Center

2005-11-22 Thread Jim Winstead
On Tue, Nov 22, 2005 at 04:50:42PM -0800, Jon Drukman wrote: > What happened to MySQL Control Center (aka mycc or mysqlcc)? The > dev.mysql.com site redirects to the Query Browser page. QB is a poor > substitute for mycc. It looks like neither of them has had active > development

MySQL Control Center

2005-11-22 Thread Jon Drukman
What happened to MySQL Control Center (aka mycc or mysqlcc)? The dev.mysql.com site redirects to the Query Browser page. QB is a poor substitute for mycc. It looks like neither of them has had active development much lately but at least mycc, even in its beta stage, is fairly useful. -jsd

Re: MySQL Control Center works with v4.0.23 -- how about V5?

2005-08-31 Thread Pooly
; > Siegfried > > _ > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 30, 2005 1:12 PM > To: Siegfried Heintze > Cc: mysql@lists.mysql.com > Subject: Re: MySQL Control Center works with v4.0.23 -- how about V5? > > > > &

RE: MySQL Control Center works with v4.0.23 -- how about V5?

2005-08-30 Thread Siegfried Heintze
, August 30, 2005 1:12 PM To: Siegfried Heintze Cc: mysql@lists.mysql.com Subject: Re: MySQL Control Center works with v4.0.23 -- how about V5? "Siegfried Heintze" <[EMAIL PROTECTED]> wrote on 08/30/2005 03:11:26 PM: > [Siegfried Heintze] I love MySQL Control center. I c

Re: MySQL Control Center works with v4.0.23 -- how about V5?

2005-08-30 Thread SGreen
"Siegfried Heintze" <[EMAIL PROTECTED]> wrote on 08/30/2005 03:11:26 PM: > [Siegfried Heintze] I love MySQL Control center. I can make it work for > MySQL v4.0 but not the latest (v5). It simply does not connect to the V5 > Mysql server I just installed. It seems

Re: MySQL Control Center works with v4.0.23 -- how about V5?

2005-08-30 Thread Brian Mansell
>From what I recall MysqlCC has been deprecated and has been replaced by MySQL Administrator (which does support v5). I don't know think mysqlcc supports v5. good luck, --bemansell On 8/30/05, Siegfried Heintze <[EMAIL PROTECTED]> wrote: > > [Siegfried Heintze] I love MyS

MySQL Control Center works with v4.0.23 -- how about V5?

2005-08-30 Thread Siegfried Heintze
[Siegfried Heintze] I love MySQL Control center. I can make it work for MySQL v4.0 but not the latest (v5). It simply does not connect to the V5 Mysql server I just installed. It seems to hang on the connection. Am I doing something wrong or does MySQL Control center not support 5? Assuming it

RE: How to use Like Clause in Perl? Works fine in MySQL control center!

2005-08-08 Thread John Trammell
. JT > -Original Message- > From: Nuno Pereira [mailto:[EMAIL PROTECTED] > Sent: Monday, August 08, 2005 5:04 AM > To: mysql@lists.mysql.com > Subject: Re: How to use Like Clause in Perl? Works fine in > MySQL control center! > > Knowing not too much from perl,

Re: How to use Like Clause in Perl? Works fine in MySQL control center!

2005-08-08 Thread Nuno Pereira
Heintze; mysql@lists.mysql.com Subject: Re: How to use Like Clause in Perl? Works fine in MySQL control center! When you use double quotes for strings in Perl, Perl looks through your strings for variables like $foo, and replaces them with the current value of $foo. This is called interpolati

Re: How to select first 1000 records like MySQL Control Center 0.9?

2005-07-25 Thread Peter Brawley
Siegfried Heintze wrote: >Some dialects of SQL have SELECT [FIRST|TOP 1000] clause for their SELECT >syntax. I looked at the syntax for mysql and it does not appear to have this >feature. >Apparently, however, this is possible because the MySQL Control Center does >this. Ho

How to select first 1000 records like MySQL Control Center 0.9?

2005-07-25 Thread Siegfried Heintze
Some dialects of SQL have SELECT [FIRST|TOP 1000] clause for their SELECT syntax. I looked at the syntax for mysql and it does not appear to have this feature. Apparently, however, this is possible because the MySQL Control Center does this. How does it do it? Thanks, Siegfried -- MySQL

RE: How to use Like Clause in Perl? Works fine in MySQL control center!

2005-07-25 Thread John Trammell
> Sent: Monday, July 25, 2005 9:14 AM > To: Siegfried Heintze; mysql@lists.mysql.com > Subject: Re: How to use Like Clause in Perl? Works fine in > MySQL control center! > > When you use double quotes for strings in Perl, Perl looks > through your > strings for variabl

Re: How to use Like Clause in Perl? Works fine in MySQL control center!

2005-07-25 Thread Jeremiah Gowdy
is interpreted (if it is in a loop or something). - Original Message - From: "Siegfried Heintze" <[EMAIL PROTECTED]> To: Sent: Friday, July 22, 2005 4:03 PM Subject: How to use Like Clause in Perl? Works fine in MySQL control center! I'm having trouble getting the

Re: How to use Like Clause in Perl? Works fine in MySQL control center!

2005-07-22 Thread Frank Bax
At 07:03 PM 7/22/05, Siegfried Heintze wrote: I'm having trouble getting the like clause to work. It seems to work fine in the MySQL Control Center 9.4.beta. I'm using MySQL 4.0.23-debug. use DBH; my $sth = DBH->prepare("SELECT 'David!' LIKE '%D%v%'&q

How to use Like Clause in Perl? Works fine in MySQL control center!

2005-07-22 Thread Siegfried Heintze
I'm having trouble getting the like clause to work. It seems to work fine in the MySQL Control Center 9.4.beta. I'm using MySQL 4.0.23-debug. use DBH; my $sth = DBH->prepare("SELECT 'David!' LIKE '%D%v%'"); $sth->execute(); my $row; print join(@$ro

Re: MySQL Control Center and Linux box connection

2004-11-01 Thread Gleb Paharenko
Hi. See: http://dev.mysql.com/doc/mysql/en/GRANT.html http://dev.mysql.com/doc/mysql/en/Access_denied.html http://dev.mysql.com/doc/mysql/en/Privilege_system.html And may be something like this will help you: GRANT ALL PRIVILEGES ON *.* TO 'root'@'ip address' IDENTIFIED BY 'goodsecr

MySQL Control Center and Linux box connection

2004-10-31 Thread Jerry Swanson
I have Linux box running Red Hat and 3.23. I install MySQL Contorl Center and trying connect to the mysql on Linux box. When I try to connect I receive the error message. ERROR: HOST 'ip address' is not allowed to connect to this MySQL server. What I'm doing wrong here? TH -- MySQL General Ma

MySQL Control Center font script configuration problem

2004-07-12 Thread 서 주영
Hello, I am a programmer in Korea. I have a problem with MySQL Control Center font script configuration. In options -> fonts -> application font, I selected options like below : Font : gulim (Korean font) Script : hangul (Korean) and I clicked 'OK' button. But when I open 'app

Re: mysql control center documentation

2004-06-22 Thread Michael Stassen
lp with broken links, rather than to be the expected way to search. After all, there is a search box at the top. A good interface, however, would make it clear where to go, rather than requiring you to guess a URL or search for something as basic as product documentation. Example finding the

Re: mysql control center documentation

2004-06-22 Thread Eric Bergen
mysql.com (php.net and freshmeat.net) sites all have a search features where a if a requested file is not found it performs a search for it as a key word. Example finding the mysql control center manual is as easy as requesting http://www.mysql.com/mysql control center or depending on your

RE: mysql control center documentation

2004-06-22 Thread Bartis, Robert M (Bob)
mysql control center documentation The MySQL web site was recently reorganized. For some reason, when they did so, the buried the manual 4 clicks away in the "Developer Zone". It's not clear to me how anyone new is supposed to find it there. In any case, the URL is <http://

Re: mysql control center documentation

2004-06-22 Thread Michael Stassen
Somehow I didn't notice "mysql control center" in the Subject until the exact moment I hit "Send". Sorry about that. Please ignore my unhelpful reply. I seem to remember that your question has been asked before, and that the answer was that it's pretty self-exp

Re: mysql control center documentation

2004-06-22 Thread Michael Stassen
The MySQL web site was recently reorganized. For some reason, when they did so, the buried the manual 4 clicks away in the "Developer Zone". It's not clear to me how anyone new is supposed to find it there. In any case, the URL is . Michael Chris

mysql control center documentation

2004-06-22 Thread Chris Stevenson
Is there a user guide available anywhere? I can't seem to find anything on mysql.com

RE: MySQL Control Center - One quick question...

2004-05-05 Thread Kevin Cowley
AIL PROTECTED] Sent: 05 May 2004 15:36 To: [EMAIL PROTECTED] Subject: MySQL Control Center - One quick question... One quick question here. I just installed the MySQL Control Center and get the "host not allowed" connection error. So, do the database have to exist on MySQL Server and

MySQL Control Center - One quick question...

2004-05-05 Thread Scott Fletcher
One quick question here. I just installed the MySQL Control Center and get the "host not allowed" connection error. So, do the database have to exist on MySQL Server and set-up permission for that database in order for MySQL Control Center's connection to work?? I'm ne

Bug Fix - mysql control center

2004-02-02 Thread Walter Hawkins
When adding an entry to an existing table in any database, when pressing the tab button at the last column of any table, the column loses focus and then pressing tab once more makes the window for the table close and the entry is not added to the database ( ie: the focus should wrap around to the f

RE: MySQL Control Center!!!

2004-01-22 Thread Patrick Shoaf
At 12:42 PM 1/3/2004, Ugo Bellavance wrote: > -Message d'origine- > De : Kirti S. Bajwa [mailto:[EMAIL PROTECTED] > Envoyé : Saturday, January 03, 2004 9:24 AM > À : [EMAIL PROTECTED] > Objet : MySQL Control Center!!! > > > Hello: > > I have been read

Re: MySQL Control Center!!!

2004-01-03 Thread zzapper
On Sat, 3 Jan 2004 09:24:05 -0500, "Kirti S. Bajwa" <[EMAIL PROTECTED]> wrote: >Hello: > >I have been reading MySQL Control Center. There are screen shots but I have >not been able to find documentation. Is the documentation is hidden or not >available? If there is

RE: MySQL Control Center!!!

2004-01-03 Thread Ugo Bellavance
> -Message d'origine- > De : Kirti S. Bajwa [mailto:[EMAIL PROTECTED] > Envoyé : Saturday, January 03, 2004 9:24 AM > À : [EMAIL PROTECTED] > Objet : MySQL Control Center!!! > > > Hello: > > I have been reading MySQL Control Center. There are screen

MySQL Control Center!!!

2004-01-03 Thread Kirti S. Bajwa
Hello: I have been reading MySQL Control Center. There are screen shots but I have not been able to find documentation. Is the documentation is hidden or not available? If there is documentation, kindly direct me to the URL. Thanks. Kirti -- MySQL General Mailing List For list archives: http

MaxProxy with MYSQL Control Center.

2003-11-18 Thread John Larsen
Has anyone tried MaxProxy, it claims to allow you to use any MySQL pogram to access the their new MAX SAP solution. it seems to work, but it causes MySQL Control Center to crash, anyone else had this problem? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To

MySQL Control Center

2003-11-07 Thread Dennis Strickland
Are there any help files for MySQL Control Center at this time? Dennis H. Strickland SatisFacts Research, LLC 2360 W. Joppa Road., Joppa Concourse Building Suite 322 Lutherville, MD 21093 Toll Free: 866.655.1490 ext. 103 Fax: 866.655.1491 Local: 410.583.9080

Re: MySQL Control Center and InnoDB

2003-09-24 Thread Victoria Reznichenko
"Nelson Velasco" <[EMAIL PROTECTED]> wrote: > > Hi, I am very new to MySQL. > > Does anyone know if InnoDB works with the tool MySQL Control Center?? Yes. > > If works, what I have to do? If does not work, how I create the InnoDB tables in > MySQL? Yo

MySQL Control Center and InnoDB

2003-09-23 Thread Nelson Velasco
Hi, I am very new to MySQL. Does anyone know if InnoDB works with the tool MySQL Control Center?? If works, what I have to do? If does not work, how I create the InnoDB tables in MySQL? regards

Re: MySql Control Center

2003-08-14 Thread Nils Valentin
n the > Query Configuration Dialog. > > Regards, > Ulises > > -Mensaje original- > De: Trevor Morrison [mailto:[EMAIL PROTECTED] > Enviado el: Viernes 8 de Agosto de 2003 09:36 AM > Para: [EMAIL PROTECTED] > Asunto: MySql Control Center > > > Hi, > > I

RE: MySql Control Center

2003-08-14 Thread Cabanillas Dulanto, Ulises
The option "Automatically limit SELECT queries to " must be set in the Query Configuration Dialog. Regards, Ulises -Mensaje original- De: Trevor Morrison [mailto:[EMAIL PROTECTED] Enviado el: Viernes 8 de Agosto de 2003 09:36 AM Para: [EMAIL PROTECTED] Asunto: MySql Cont

MySql Control Center

2003-08-09 Thread Trevor Morrison
Hi, I am new to using the Control Center-0.9.2-beta. My problem is that I cannot seem to display more than 1000 rows in my result set when I know that there is 1534 rows. I know that it is a setting somewhere, but is it in MySql or in the Control Center somewhere. I am running this on a Windows

Re: MySql Control Center

2003-08-09 Thread Matthew McNicol
;Nils Valentin" <[EMAIL PROTECTED]> To: "Cabanillas Dulanto Ulises" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, August 09, 2003 9:21 AM Subject: Re: MySql Control Center Hi Ulises, Is that option only available on a Windows MySQLCC ?? I didnt find

Ask about MySQL Control Center

2003-06-18 Thread Nguyen Dinh Ngoc Quang
Hi, I've just download MySQL Control Center to install on Redhat 9.0 for trying it. I used it to connect to localhost database successful. But when I manipulate on it for some functions, the program close suddenly and appear the line "Segmentation fault". I tried it som times.

Connect with MySQL Control Center

2003-03-30 Thread Javier Gonzalez
Hi !! I just installed MySQL CC, in localhost it works fine. But I cant connect it with my remote MySQL database (server). The mistake may be that im not sure in the HOST field, please someone helpme. Thanks Javier (from Buenos Aires) P.S. Sorry for my terrible english.

bug?? in MySQL Control Center 0.8.10-beta

2003-03-14 Thread Kevin Weslowski
that the mysql server version I'm using doesn't recognize the sql syntax with LIMIT 1 at the end...can MySQL Control Center be modified so that it knows if a server version doesn't support "LIMIT", then the sql generated doesn't contain "LIMIT"? o

Re: I can't make user from the MySQL Control center

2003-02-13 Thread Curtis Maurand
like to administrate it from Win2k with MySQL Control Center >> 0.8.9 beta. But I can't make new user in the control center. > > Obviously, you're logged in to the MySQL server as a user who doesn't > have the privileges to create new users. > > If you're c

Re: I can't make user from the MySQL Control center

2003-02-13 Thread Stefan Hinz
Karáth, > I just have installed the MySQL on a Suse linux. > I would like to administrate it from Win2k with MySQL Control Center 0.8.9 > beta. But I can't make new user in the control center. Obviously, you're logged in to the MySQL server as a user who doesn't have the

I can't make user from the MySQL Control center

2003-02-13 Thread Karáth Attila
Hi, I just have installed the MySQL on a Suse linux. I would like to administrate it from Win2k with MySQL Control Center 0.8.9 beta. But I can't make new user in the control center. I think, I have to enable at the linux consol that the root (SQL root) could be administrate the SQL server

MySQL Control Center: Bug in multy/re connecting to a server.

2003-01-27 Thread georges . schutz
Hello all, I suppose that there is a bug in the mysqlcc version 0.8.9-beta (Windows) and previous versions 0.8.7 and 0.8.8. The bug is repeatable in different constellations: 1.1) Connecting to a localhost server (version 3.23.39-max-nt) as user '', 1.2) Trying to open e second connection to t

Problem with MySQL Control Center

2003-01-21 Thread Edgard Dapás/CCPI
Hi !!!Anybody can help me with this problem? Thanks I've just installed Control Center Version: 0.8.9-beta Linux (Intel glibc 2.2 systems, static) (3.1M) Operating System RedHat 7.1 When I try to execute the program it have the following error [root@LINUX1 mysqlcc]# ./mysqlcc Segmenta

Bug in MySQL Control Center 0.8.8 Beta Windows

2003-01-19 Thread dan
I have come across the following bug in MySQL Control Center 0.8.8 Beta for Windows: When you have two databases that are identicle (ie, a master and a slave) and you connect to both databases (one on a server and one on the local machine) when you open a table listing for one database and open a

MySQL Control Center 0.8.8 released

2003-01-17 Thread Jorge del Conde
Hi! After a very successful Alpha period, MySQL Control Center goes Beta ! All the critical features are already coded in this release and from now on, the next releases of the 0.8.X branch will only be minor-enhancements / features and bug-fix releases type releases. Apart from several bug

can't use MySQL control center 0.8.7-alpha update Chinese

2003-01-03 Thread Tony
Hi, I can't use MySQL control center 0.8.7-alpha to insert records with fields of Chinese GB2312 characters. The updated execution result is something like "?20", I use varchar. I run it on IIS, Chinese windows2000 professtional with service pack3. But when I use consol

MySQL Control Center 0.8.6 has been released!

2002-11-05 Thread Jorge del Conde
Hi! MySQL Control Center 0.8.6 has just been released. MySQL Control Center will now be known as "MySQL Control Center" and *not* "MyCC". It's short name will now be "MySQLCC". 0.8.6 is pretty stable and is a recommended update for all users ! Some