MySQL-Front Update: Version 2.0 available

2002-01-13 Thread Ansgar Becker
wing data fixed, which executed "SHOW FIELDS..." and "SHOW KEYS..." twice. - Fixed bug at resizing the pagecontrol at the bottom - Fixed numerous tiny bugs see the complete changes-log on http://www.anse.de/mysqlfront/changes.php -

Re: Re:MySQL-Front can't open some InnoDb tables ***

2001-10-24 Thread Ansgar Becker
ry, I don't know.. On win32-hosts letter case doesn't matter, but I don't know if his server runs on win32 or something else. Greetings, Ansgar Becker - Before posting, please check: http://www.mysql.com/man

Re: Re: MySQL GUI

2001-08-03 Thread Ansgar Becker
> perhaps have limited usefulness. Amd there are other tools for > getting a GUI interface to MySQL. If it can run off the command line Please have a look at MySQL-Front: www.mysqlfront.de Greetings, Ansgar

show create table

2001-07-31 Thread Ansgar Becker
Hi, since which version was the "show create table" syntax introduced? I'm planning to implement it in MySQL-Front for the database-export-options, but I have to check the version first. Greetings, Ansgar Becker -

Re: Unix - Windows migration

2001-07-27 Thread Ansgar Becker
Hi, I think datafile-compatibilty was introduced in 3.23.xx . To get these old files imported, I would set up a tiny solaris or linux machine ( I think there is a free solaris version for PC) then install the (exactly!) same version (download from mysql.com) as on your old machine. Then run mysql

MySQL-Front 1.22 available

2001-07-15 Thread Ansgar Becker
xed a bug on the "Insert record"-button - Bugfix: Not maximized windows causes every new window to be not maximized too - ODBC-Import: Asks for username and password now on selecting a DSN - Updated libmysql.dll to latest version (3.23.39) Greetings, Ansgar Becker ---

Re: MySQL 3.22.32 and dots in db name

2001-07-11 Thread Ansgar Becker
> is it true that dots were legal in MySQL 3.22.32? i think they were legal.. but it's a very good question - because this leads to an error: show tables from test.db -> You have an error in your SQL syntax near '.db' at line 1 If there is a db with a dot in it, you have only the chance to get

Re: Re[4]: Proposition: Attach a comment to each connection

2001-07-05 Thread Ansgar Becker
> The only thing I would like is to be able to attach a comment to a > connection id which could be returned by the "mysqladmin process" > command. And something that would not add more load to Mysql nor > more coding in the client. Yes!! Great idea. This would be helpful for ho

Re: MySQL Installation Help Requested.

2001-06-27 Thread Ansgar Becker
> > grant all privileges on *.* to jbrunk@"%" > > and it goes into the user table of the database mysql, and shows that the > host that jbrunk is allowed to connect from is "%" but it won't let me > connect from mysqlfront did you "FLUSH PRIVILEGES" ? Greetings, Ansgar -

Re: unique and primary constraints

2001-06-24 Thread Ansgar Becker
> if i set a field as a primary key, does it automatically make sure its > unique or should i declare a UNIQUE constraint as well? or will primary do > the job by itself. a primary key is always unique. No need to give it an extra unique index. Greetings, Ansgar http://www.mysqlfront.de/ ---

Re: Help me HOw to load Images or pictures into MYSQL database

2001-06-21 Thread Ansgar Becker
> > Please inform me how to load IMAGES INTO MYSQL TABLES. You can do so with MySQL-Front - www.mysqlfront.de . Simply paste image from clipboard into BLOB-Editor. Greetings, Ansgar - Before posting, please check: http://ww

MySQL-Front 1.19 available

2001-06-20 Thread Ansgar Becker
works - Fixed access violation on application exit - Query-Tab: Loaded SQL-Files no longer disappear from dropdown-menu after exit Thanks for your interest! Greetings, Ansgar Becker (Anse) - Before posting, please check:

Re: transfering data

2001-06-20 Thread Ansgar Becker
> How can I transfer the data from a MySQL 3.22.32 running on RedHat > 6.2 Linux to a MySQL 2.23.37 running on Windows 98? MySQL-Front 1.18 (www.mysqlfront.de) is able to replicate directly between two opened connected hosts : "Im-/Export" => "Export Tables" => "Output: Another Host/DB". You only

Re: longtext

2001-06-12 Thread Ansgar Becker
Hi, > my question is: is it possible to load in a Longtext column > a .txt file? furthermore, is it possible to do that with a .xml file? of course.. at first you must use seperator, field-encloser and line-terminator, which is not contained in your data. for example this way: SELECT * FROM YOU

Re: Making SQL request from a Mac

2001-06-07 Thread Ansgar Becker
> I'd like to get informations from my MySQL Server on LiNUX, and the query > must be made from a Mac (Not an Os X)! Is there a good solution ? > If it's not possible, How can I get access to a PC With windows ? If you run windows, have a look at MySQL-front 1.18: http://www.mysqlfront.de on a m

Re: convert an ms access database file

2001-06-06 Thread Ansgar Becker
Have a look at MySQL-Front: http://www.mysqlfront.de/ it will do extactly what you want. Please be careful: the ODBC/Access-Importing has beta-quality. Ansgar -Ursprüngliche Nachricht- Von: "Terrell Johnson" <[EMAIL PROTECTED]> An: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Gesendet: M

MySQL-Front Update

2001-06-05 Thread Ansgar Becker
s" - Query-Tab: Now click on the dropdown-menu-command "Selection", if you want only a range of the sql-script to be executed. - Query-Tab: When executing one or more queries, Errors are collected at first and shown at the end of the script-executi

Re: What is the error in this sql query

2001-06-05 Thread Ansgar Becker
have_vote ENUM (3), must be this: have_vote ENUM ('3'), Greetings, Ansgar > What is the error in this sql query ??? > _ > CREATE TABLE page( > page_ID INT (9) UNSIGNED DEFAULT '0' NOT NULL AUTO_INCREMENT, > relative_path VARCHAR (200) Not NULL, > key

Re: count(*) on different tables

2001-05-22 Thread Ansgar Becker
> > is it possible to get *one* quick result with the rowcount of each table > in > > one database, without knowing the column-names? > > > > this does *not* work: > > select count(t1.*), count(t2.*) > >from table1 t1, table2 t2 > Select 'Table1' as tableName, count(*) as rowCount from tabl

count(*) on different tables

2001-05-21 Thread Ansgar Becker
Hi, is it possible to get *one* quick result with the rowcount of each table in one database, without knowing the column-names? this does *not* work: select count(t1.*), count(t2.*) from table1 t1, table2 t2 Manual doesn't say anything about that. Greetings, Ansgar B

Re: which db server

2001-05-21 Thread Ansgar Becker
I think, CPU and disks are ok (if disks are scsi or raid). But if you want to optimize it, throw as much RAM on your Database-Server as you can buy (512 is not that much). But it depends on your service, too. Greetings(), Ansgar > It will probably be a dual PIII 800mhz with 512mb ram and 3 physi

Re: Performance MySQL with C-API

2001-05-08 Thread Ansgar Becker
lot of time. If you make an application with the C-API, which executes exactly only the query and *nothing* else, you would get much better results. Greetings, Ansgar Becker [EMAIL PROTECTED] | http://www.anse.de AB7670-RIPE ---

Re: Performance MySQL with C-API

2001-05-08 Thread Ansgar Becker
(through php!). I think execution time depends very much on database-design. Greetings, Ansgar Becker - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the

Re: User

2001-05-03 Thread Ansgar Becker
> I'm new with Mysql database there is anybody that could explain to me how to > create an user in a specific database with encrypted password? simply use MySQL-Front (www.mysqlfront.de) - adding users with specific restrictions is very easy there. Greetings, Ansgar -

Re: GUI client for large SELECT query results

2001-05-02 Thread Ansgar Becker
g a simple "select *" on a table, you can at first send another query, which returns the number of rows like "select count(*) from table". Greetings, Ansgar Becker http://anse.de/ | [EMAIL PROTECTED] -

Re: client side tool of MySQL

2001-04-25 Thread Ansgar Becker
Get the actual version 1.17 of MySQL-Front at http://www.mysqlfront.de/ or http://www.anse.de/mysqlfront/ Greetings, Ansgar Becker [EMAIL PROTECTED] | http://www.anse.de AB7670-RIPE Hi, I'm new to MySQL. I'm using it in Windows 2000. I'm just wondering if there is any great cl

Re: Question about MySQL GUI on Win32

2001-04-24 Thread Ansgar Becker
rectly from one database to another. Get the actual version at http://www.mysqlfront.de/ or http://www.anse.de/mysqlfront/ Greetings, Ansgar Becker [EMAIL PROTECTED] | http://www.anse.de AB7670-RIPE - Before posting, please check: http