From: Christian Mack Date: April 21 1999 7:33pm Subject: Re: mysql & jdbc questions List-Archive: http://lists.mysql.com/mysql/2198 Message-Id: <371E2808.33EE011@compal.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Robert "Robert H. Thompson" wrote: > > Hello All, > > I am new to MySQL and have several questions. I have Red Hat Linux 5.2 > kernel 2.0.36 running at home. My questions are as follows: > > 1) Is there a way to generate a database schema using text files? Yes. Use the MySQL client program 'mysql' like this: OS_PROMPT> mysql yourDatabase 2) Is there a GUI front end available for database administration? There are several. Look for them at: http://www.mysql.com/Contrib Also there will soon be one from tcx. > 3) Are there any database modeling and schema generation tools for > MySQL? None specialized for MySQL, but you can use any which generates text files or has a ODBC linking capability. > 4) Has any one work with the jdbc drivers for MySQL and had any > success. I have and test java program using the twz1 driver > I can get the test program to compile but it wont run. Yes I had and have (twz and mm driver). Seem to me, you don't have the driver in your CLASSPATH? You should spread your problem in the mailto:java@stripped mailinglist. Especially give us the stacktrace it throws at you and a code snippet where it occures. You should be on this list anyway. It is a low traffic list. > I have some experience with databases (I work as an Oracle DBA) > and am looking for database tools (like SQLPlus and the like) that > may be equivalent for MySQL on Linux. Look at the MySQL client program 'mysql'. It's like 'sqlplus'. > Thanks in advance for the prompt response. > > Yours Truly, > > Rob Thompson Tschau Christian