If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Silent Install and command prompt

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-19-09, 05:37
strconv strconv is offline
Registered User
 
Join Date: Oct 2009
Posts: 1
Silent Install and command prompt

Hi,

i tried to install MySQL in silent mode but i can not start service. I get help from other comments but still does not working.

msiexec /i "MySQL_Setup.msi" /quiet INSTALLDIR="c:\MySQL" -- working and installing, its not creating DATA directory, i m creating manualy.

c:\MySQL\bin\mysqld --install MySQL --defaults-file="c:\my.ini"

my.ini include;
[mysqld]
basedir=C:/mysql
datadir=C:/mysql/data


until here works fine, no error. but when i try to start service;

>net start mysql
MySQL service starting...
MySQL server can not start...

1067 system error


--------------

when i check .err file it says;
c:\mysql\bin\mysqld.exe: Table 'mysql.plugin' doesn't exist
091016 17:27:24 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
...
...
...



i m running
>mysql_upgrade
Looking for 'mysql.exe' as: C:\MySQL\bin\mysql.exe
Looking for 'mysqlcheck.exe' as: C:\MySQL\bin\mysqlcheck.exe
Running 'mysqlcheck with default connection arguments
C:\MySQL\bin\mysqlcheck.exe: Got error: 2003: Can't connect to MySQL server o
localhost' (10061) when trying to connect
FATAL ERROR: Upgrade failed


---


i m also trying from -Manage computer-but it has same error.

i know that i m missing a point but i don't know what is it ? i tried few ways but didn't worked too.

If you have suggestions about this problem please let me know.

Thanks in advance.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On