The simple answer is "yes".

You need to read chapters 4 & 5 in the Mysql manual, You can download it as
a PDF from the documentation page of developer resources.

I'm assuming you're installing from a binary rpm?
You then need to run the install_mysql_db script, start the server using
mysqld_safe, configure your root and admin accounts, and then connect as
admin from mysqlcc.

You can then do all your other user maintenance etc from the control center,
including creating new database instances.

You can even use it to administer different server versions simultaneously
by setting up multiple connection instances. Again the server for each must
be running before you can connect to it.

Kevin Cowley
R&D
 
Tel: 0118 902 9099 (direct line)
Email: [EMAIL PROTECTED]
Web: http://www.alchemetrics.co.uk

-----Original Message-----
From: Scott Fletcher [mailto:[EMAIL PROTECTED] 
Sent: 05 May 2004 15:36
To: [EMAIL PROTECTED]
Subject: MySQL Control Center - One quick question...

One quick question here.  I just installed the MySQL Control Center and
get the "host not allowed" connection error.  So, do the database have
to exist on MySQL Server and set-up permission for that database in
order for MySQL Control Center's connection to work??  
 
I'm new here as I switched from DB2.  I can access the DB2 Server from
DB2 Control Center while there's no database available on that DB2
Server.
 
Scott


**************************************************************************************
ALCHEMETRICS LIMITED (ALCHEMETRICS)
Mulberry Park, Fishponds Road, Wokingham, Berkshire, RG41 2GX
Tel:  +44 (0) 118 902 9000    Fax:  +44 (0) 118 902 9001
This e-mail is confidential and is intended for the use of the addressee only.
If you are not the intended recipient, you are hereby notified that you must 
not use, copy, disclose, otherwise disseminate or take any action based on 
this e-mail or any information herein.
If you receive this transmission in error, please notify the sender
immediately by reply e-mail or by using the contact details above and then
delete this e-mail.
Please note that e-mail may be susceptible to data corruption, interception 
and unauthorised amendment.  Alchemetrics does not accept any liability for 
any such corruption, interception, amendment or the consequences thereof.
**************************************************************************************


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

Reply via email to