Re: simple windows client for mysql

2003-01-21 Thread Scott Pippin
I am looking for an easy to use, easy to install mysql client which would enable users to query my database. It seems that installing mysql server for windows on each machine would do this but it seems like using a shovel to swat a fly. Suggestions? Cheap is good too. Try SQlyog

RE: simple windows client for mysql

2003-01-21 Thread Tam, Michael
Have you check out MyCC from mysql.com ?? It can be used as a front-end of MySQL. Cheers, Michael -Original Message- From: David Driscoll [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 3:53 PM To: [EMAIL PROTECTED] Subject: simple windows client for mysql I have a fairly

Re: simple windows client for mysql

2003-01-21 Thread Stefan Hinz, iConnect \(Berlin\)
Dave, I am looking for an easy to use, easy to install mysql client which would enable users to query my database. What about a web browser? It's most probably installed on all laptops. You could use some simple PHP script (not as mighty as phpMyAdmin, I would suggest) to convert SQL queries

Re: simple windows client for mysql

2003-01-21 Thread Karam Chand
Greetings Try SQLyog at http://www.webyog.com/sqlyog/download.html Its the best i know and also it works like butter on remote connections karam --- David Driscoll [EMAIL PROTECTED] wrote: I have a fairly basic mysql database running on unix. Now I need to make this data available to other

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