RE: Database Admin

2003-07-23 Thread Freddie Sorensen
Ratmil Check out the free dbTools at http://www.dbtools.com.br/EN/ Freddie -Original Message- From: Ratmil Torres [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 23. Juli 2003 14:22 To: [EMAIL PROTECTED] Hi, I just installed MySQL. Does anybody know where to manage the databases, create, e

Re: Database Admin

2003-07-23 Thread Darian Johnson
There is a nice GUI on the MySQL site called MySQL Command Center. Follow this link http://www.mysql.com/products/mysqlcc/ Ratmil Torres <[EMAIL PROTECTED]> wrote:Hi, I just installed MySQL. Does anybody know where to manage the databases, create, edit and delete tables? Thanks. -

Re: Database Admin

2003-07-23 Thread Yves Goergen
there must be a binary called 'mysql' ('mysql.exe' on windows). call it, best from the computer where you have installed mysql on: mysql -uroot (if it's not in the PATH: /usr/local/mysql/bin/mysql (i think) or c:\programme\mysql\bin\mysql.exe) now you can enter SQL commands like CREATE DATABASE..