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...
CREATE TABLE...
INSERT INTO...
SELECT...

if you're not already familiar with these SQL commands, you should look them up in the 
mysql manual.

-yves

 
-----Ursprüngliche Nachricht----- 
Von: "Ratmil Torres" <[EMAIL PROTECTED]>
An: <[EMAIL PROTECTED]>
Gesendet: Mittwoch, 23. Juli 2003 14:21
Betreff: Database Admin


Hi, I just installed MySQL.
Does anybody know where to manage the databases, create, edit and delete tables?
Thanks.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to