Re: MySQL Browser - limit 1000 by default?

2007-12-02 Thread barry
, on Linux version of MySQL Browser (v 1.2.4 beta), when double-click on any table, default query is SELECT * FROM table_name LIMIT 0,1000 On Win version (v 1.2.9 rc), there is no LIMIT part - what caused me to pull so many times tens, even hundreds thousands of records. I was looking

Re: MySQL Browser - limit 1000 by default?

2007-12-02 Thread Afan Pasalic
and changing the Max Rows For Generated Queries to whatever you want, set to zero removes the limit entirely. On Sat, 2007-12-01 at 15:17 -0600, Afan Pasalic wrote: Hi, on Linux version of MySQL Browser (v 1.2.4 beta), when double-click on any table, default query is SELECT * FROM table_name

Re: MySQL Browser - limit 1000 by default?

2007-12-02 Thread barry
, on Linux version of MySQL Browser (v 1.2.4 beta), when double-click on any table, default query is SELECT * FROM table_name LIMIT 0,1000 On Win version (v 1.2.9 rc), there is no LIMIT part - what caused me to pull so many times tens, even hundreds thousands of records. I was looking

MySQL Browser - limit 1000 by default?

2007-12-01 Thread Afan Pasalic
Hi, on Linux version of MySQL Browser (v 1.2.4 beta), when double-click on any table, default query is SELECT * FROM table_name LIMIT 0,1000 On Win version (v 1.2.9 rc), there is no LIMIT part - what caused me to pull so many times tens, even hundreds thousands of records. I was looking

Update not working in a script, but going fine running with MySQL Browser

2006-04-27 Thread luis perez
Hi guys. Got a problem when adding records to an existing table, as part of a sql script. There are a couple of fields that don't get added as they should (respaccstopframe and acstpradiusid). This is the update command: insert into temp_s1 (accsesid, respaccstopframe, acstpradiusid, sgsnip,

Re: Update not working in a script, but going fine running with MySQL Browser

2006-04-27 Thread mysql
: To: mysql@lists.mysql.com From: luis perez [EMAIL PROTECTED] Subject: Update not working in a script, but going fine running with MySQL Browser Hi guys. Got a problem when adding records to an existing table, as part of a sql script. There are a couple of fields that don't get added

mysql browser

2004-10-27 Thread Andy B
Hi. I was wondering how you can edit/change tables and data inside a table with mysql query browser. I run mysql 5.0.0 on windows xp sp2. It says in the help that you can edit/change tables and data inside tables if there is enough identifiable information inside the table. What does that mean

Re: mysql browser

2004-10-27 Thread Gleb Paharenko
Hi. MySQL Query Browser is a graphical tool designed to help constructing and executing queries. Andy B [EMAIL PROTECTED] wrote: Hi. I was wondering how you can edit/change tables and data inside a table with mysql query browser. I run mysql 5.0.0 on windows xp sp2. It says in the