Re: Fresh/New install of MySql 4.1

2004-02-24 Thread vpendleton
What is being logged to the *.err log in the data directory? >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 2/24/04, 12:42:19 PM, Dale Goolcharan <[EMAIL PROTECTED]>

Fresh/New install of MySql 4.1

2004-02-24 Thread Dale Goolcharan
Hi, I am currently running mysql4.0 and I will like to upgrade to 4.1 to support unicode for languages such as korean, Japanese, Spanish and so on. I do not want to upgrade but simply perform a fresh install and create new databases to support unicode. When I perform this upgrade, the MYSQL

Re: New INstall of MySQL

2004-01-09 Thread Amanullah
Hi, make sure the existing directories has been removed fully, then continue with new installation, after installation is over, pl. restart the system, if mysql daemon has not started, pl. go to ..\mysql\bin\ directory & run winmysqladmin.exe. mysql service will be strated to work.. -Aman. Ch

RE: New INstall of MySQL

2004-01-09 Thread Chris L. White
Network Administrator Coe-Truman Technologies, Inc. Email: [EMAIL PROTECTED] _ From: Victor Medina [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 11:16 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: New INstall of MySQL OK

Re: New INstall of MySQL

2004-01-09 Thread robert_rowe
Comment out this line: datadir = c:/SQLData in the my.ini file in your windows (winnt) folder and remove the my.cnf from your c:\. Start the server. The default location of the data folder is c:/mysql/data. You told it to look in c:/SQLData and it can't find it's security database. Also you s

Re: New INstall of MySQL

2004-01-09 Thread Victor Medina
OK!, first of all, do you have a complete-working directory of mysql in whatever drive you installed mysql?, this is usually in c:\mysql. I asked this because the installer doesn't seems to work. Also there is no need for a my.cnf and a my.ini, you should only use one, one is enough, i rather use m

New INstall of MySQL

2004-01-09 Thread Chris L. White
Ok I have a question. This is the first time any of us here in our office have installed MySQL or for that fact worked with MySQL. So I got stuck with trying to figure it out. Ok here is the problem. I completely removed the previous MYSQL installation attempt. I started new to install MYSQL.