<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - Install</title>
        <description>Forum for Installing and Configuring MySQL.</description>
        <link>http://forums.mysql.com/list.php?11</link>
        <lastBuildDate>Tue, 24 Nov 2009 20:31:46 +0000</lastBuildDate>
        <generator>Phorum 5.2.1-alpha</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292726,292726#msg-292726</guid>
            <title>Probleme mit mysql bei OpenDB Installation! (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,292726,292726#msg-292726</link>
            <description><![CDATA[ Hallo!<br />
Versuche die OpenDB (http://opendb.iamvegan.net) am VDR (Easyvdr 6.08 ) zu installieren. Habe das Verzeichnis am Server angelegt und Dateien reinkopiert. Wenn ich jetzt im Browser auf das Verzeichnis wechsle, um das install.php Skript aufzurufen, bekomme ich die Meldung:<br />
MySQL extension is not available<br />
Daher habe ich versucht, php5-mysql zu installieren, was aber in folgender Fehlermeldung mündet:<br />
<br />
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von php5-mysql: php5-mysql hängt ab von php5-common (= 5.2.0+dfsg-8+etch15); aber: Version von php5-common auf dem System ist 5.2.0-8+etch11.<br />
<br />
An diesem Punkt stehe ich jetzt an, da ich nicht weiß, wie ich diese &quot;etches&quot; ausgleichen kann. Kann ich irgendwie das System auf etch15 bringen und wenn, wie?<br />
lG<br />
Erich]]></description>
            <dc:creator>erich schneider</dc:creator>
            <category>Install</category>
            <pubDate>Tue, 24 Nov 2009 19:47:00 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292684,292684#msg-292684</guid>
            <title>Not your usual ODBC problem (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,292684,292684#msg-292684</link>
            <description><![CDATA[ I've got a problem with ODBC that has me stumped, and I can't find an answer anywhere that addresses my problem.  Short version: I can't connect to my MySQL4 installation on Ubuntu Jaunty from my WinXP ODBC System DNS, even tho I can connect just fine using the command line client both on that particular machine and others.  <br />
<br />
Huge amount of details start here!<br />
<br />
I have a standard MySQL5 install on Ubuntu Jaunty 9.04.  I manually installed MySQL4 from precompiled binaries in /usr/local/mysql4. Here's the startup command:<br />
<br />
/usr/local/mysql4/bin/mysqld_safe --user=mysql4 --port=3307 --socket=/var/run/mysql4d/mysql4d.sock --basedir='/usr/share/mysql4/' --datadir='/var/lib/mysql4/' --log-error='/var/log/mysql4.err' --log='/var/log/mysql4.log' --language='/usr/local/mysql-standard-4.1.22-pc-linux-gnu-i686-glibc23/share/mysql/english' &amp;<br />
<br />
This seems to work quite well.  I have no problems connecting using the mysql client from either localhost or from a remote machine over TCP/IP:<br />
<br />
mysql -u inContact -h myhost.com --password='blah' --port=3307 <br />
<br />
On this same server, I have virtualbox running XP Pro.  I can also connect no probs using mysql on the command line from it.  However, using the same settings for the ODBC system DSN don't work.  I get the message &quot;Host 'myhost.com' is not allowed to connect to this MySQL server&quot;.<br />
<br />
The only message I'm seeing about it is in mysql4.log:<br />
<br />
091124 10:56:50       5 Connect     <a rel="nofollow"  href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#105;&#110;&#67;&#111;&#110;&#116;&#97;&#99;&#116;&#64;&#109;&#121;&#104;&#111;&#115;&#116;&#46;&#99;&#111;&#109;">&#105;&#110;&#67;&#111;&#110;&#116;&#97;&#99;&#116;&#64;&#109;&#121;&#104;&#111;&#115;&#116;&#46;&#99;&#111;&#109;</a> on  inContact<br />
<br />
Anyone have some insight?  I'm totally stumped...<br />
<br />
Tyler]]></description>
            <dc:creator>Tyler Style</dc:creator>
            <category>Install</category>
            <pubDate>Tue, 24 Nov 2009 16:04:49 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292544,292544#msg-292544</guid>
            <title>encoding utf8 table while database remains latin1? (1 reply)</title>
            <link>http://forums.mysql.com/read.php?11,292544,292544#msg-292544</link>
            <description><![CDATA[ I have a MySQL 5.0.22 database.  It's delivering garbled text (the traditional latin1 vs. utf8 issue).  I converted the fields in a particular table to blobs, then used &quot;ALTER TABLE t1 CHANGE c1 c1 TEXT CHARACTER SET utf8&quot; to convert each field to utf8.  The problem?  The text still appears garbled.<br />
<br />
When I issue the status command (/s) I see this:<br />
<br />
mysql Ver 14.12 Distrib 5.0.22, for redhat-linux-gnu (x86_64) using readline 5.0<br />
<br />
Connection id:          441212<br />
...<br />
Protocol version:       10<br />
Connection:             Localhost via UNIX socket<br />
Server characterset:    latin1<br />
Db     characterset:    latin1<br />
Client characterset:    latin1<br />
Conn.  characterset:    latin1<br />
<br />
My concern is that everything is still latin1.  Wouldn't that force conversions of the characters in my new utf8 table?  Or is it something else?  And how would I configure a single table to work with utf8 while everything else remains latin1?]]></description>
            <dc:creator>Tony Boyd</dc:creator>
            <category>Install</category>
            <pubDate>Mon, 23 Nov 2009 23:11:18 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292507,292507#msg-292507</guid>
            <title>Computer freezing when trying to install MySql (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,292507,292507#msg-292507</link>
            <description><![CDATA[ Computer freezing when trying to install MySql<br />
<a rel="nofollow"  href="http://www.topfloristperu.com">http://www.topfloristperu.com</a>]]></description>
            <dc:creator>Mike Rivers</dc:creator>
            <category>Install</category>
            <pubDate>Mon, 23 Nov 2009 17:27:31 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292412,292412#msg-292412</guid>
            <title>problem Installing 5.1.41 win32 msi (1 reply)</title>
            <link>http://forums.mysql.com/read.php?11,292412,292412#msg-292412</link>
            <description><![CDATA[ Dear experts,<br />
I have problem starting mysql service when it got freshly installed. It got stalled when it try to start the service during configuration process. What I did, I killed the process and repaired the installation and started the service manually using mysqld&quot; --install command.<br />
<br />
Then I started the service mannually from Windows XP service tool, which resulting a complain from windows that the service cannot be started.<br />
<br />
What's going on here? what did I do wrong? Also I notice the data folder is not installed so I cannot see error log. I installed the data folder not in the default location though.<br />
<br />
I saw recent bug list under installation category and seems that there are some existing bugs regarding this issue.<br />
<br />
I also checked that Path env is correctly set. Also I installed it in admin account, so this should be a permission problem. I did integrity check, it was all ok. <br />
<br />
Am I running into a bug or I miss something? <br />
regards,<br />
Joe]]></description>
            <dc:creator>ethereal1m --</dc:creator>
            <category>Install</category>
            <pubDate>Mon, 23 Nov 2009 06:00:28 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292310,292310#msg-292310</guid>
            <title>Cannot edit My.ini File (2 replies)</title>
            <link>http://forums.mysql.com/read.php?11,292310,292310#msg-292310</link>
            <description><![CDATA[ I am trying to edit the datadir in the mysqld section of the my.ini file. but When I try to save the file It says &quot;access denied&quot;. I just need to change the directory to be set to a different folder any ideas?]]></description>
            <dc:creator>Becky Laney</dc:creator>
            <category>Install</category>
            <pubDate>Sun, 22 Nov 2009 17:44:53 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292209,292209#msg-292209</guid>
            <title>Can't stop my MySQL server (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,292209,292209#msg-292209</link>
            <description><![CDATA[ I run mysqlnd 5.0.5 on my Mac OS X Snow Leopard 10.6.2.<br />
<br />
Every time i stop MySQL from the pref.pane it restarts after 5 sec. I don't have a clue why. Anybody who can help me how to find why?]]></description>
            <dc:creator>Mats Jonsson</dc:creator>
            <category>Install</category>
            <pubDate>Sat, 21 Nov 2009 01:09:18 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292187,292187#msg-292187</guid>
            <title>Problems getting MySql 64 on Win7 to communicate with Apache and PHp (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,292187,292187#msg-292187</link>
            <description><![CDATA[ Hi <br />
<br />
I’ve got a new computer with Windows 7. I’ve installed apache_2.2.14-win32-x86-openssl-0.9.8k and php-5.2.11-win32-installer and this works fine. I get a correct output using &lt;?php phpinfo(); ?&gt;<br />
I’ve then installed mysql-5.1.40-winx64 and I can logon using the MySQL Command line Client, no problems. I’ve altered the php.ini so that the mysql extensions is imported. But I can’t get it to work together.<br />
Using mysql_connect I just get an error message:<br />
Fatal error: Call to undefined function mysql_connect() in C:\Public_html\mtest.php on line 9<br />
<br />
The only idea I’ve got is that I’ve tried several times to install so now I got 3 different services in Windows, two of them is not running, (MySQL and MySQL501) but the last installed (MySQL5) is running correctly. I’ve tried to uninstall using the command “sc delete MySQL” in the cmd but get “Permission denied” although I am admin.<br />
<br />
Using &lt;?php phpinfo(); ?&gt; I get the following:<br />
Configuration File (php.ini) Path 	C:\Windows <br />
Loaded Configuration File 	C:\Apache\PHP\php.ini <br />
<br />
And <br />
Apache Enviroment, Path: …C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\MySQL\MySQL Server 5.1\bin;<br />
<br />
And<br />
Enviroment, Paht: …C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\MySQL\MySQL Server 5.1\bin;<br />
<br />
And<br />
PHP Variables, _SERVER[”PATH”]: …C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\MySQL\MySQL Server 5.1\bin;<br />
_ENV[”PATH”]: …C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\MySQL\MySQL Server 5.1\bin;<br />
<br />
But no heading “MySQL”.<br />
<br />
Does anyone have any idea what to do? <br />
<br />
Thankfull for any help <a rel="nofollow"  href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#105;&#110;&#102;&#111;&#64;&#119;&#101;&#98;&#45;&#109;&#101;&#46;&#115;&#101;">&#105;&#110;&#102;&#111;&#64;&#119;&#101;&#98;&#45;&#109;&#101;&#46;&#115;&#101;</a>]]></description>
            <dc:creator>Andreas Cederbom</dc:creator>
            <category>Install</category>
            <pubDate>Fri, 20 Nov 2009 21:05:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292174,292174#msg-292174</guid>
            <title>Error Nr. 1045 Access denied for user 'root'@'localhost' (Using password: YES) (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,292174,292174#msg-292174</link>
            <description><![CDATA[ I have many days with this problem and i hope somebody could help me, all steps of my instance are ready. Just the las one: &quot;Security settings&quot; shoot this Error, my firewall is not running and the port was added to exceptions, so i dont know what happened, if somebody knows how to fix it msj me plz ill be so thankful.]]></description>
            <dc:creator>Steve Mederz</dc:creator>
            <category>Install</category>
            <pubDate>Fri, 20 Nov 2009 19:40:46 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292166,292166#msg-292166</guid>
            <title>MySQL Configuration Wizard Hangs when InnoDB is used (1 reply)</title>
            <link>http://forums.mysql.com/read.php?11,292166,292166#msg-292166</link>
            <description><![CDATA[ Hello,<br />
<br />
I installed the 5.1.41 .msi on my Windows XP SP2 machine and I cannot get my Server Instance Configuration Wizard to check the &quot;Start Service&quot; box if I use a Multifunctional Database or Transactional Database. It just hangs. I explored my event log / mysql error logs and I saw this:<br />
<br />
Plugin 'FEDERATED' is disabled.<br />
Plugin 'InnoDB' init function returned error.<br />
 InnoDB :: Unable to create temporary file; errno: 2<br />
Plugin 'InnoDB' registration as a STORAGE ENGINE failed.<br />
Unknown/unsupported table type: INNODB<br />
Aborting<br />
<br />
So InnoDB cannot create a temporary file. I looked at the TMPDIR system variable and it is set to a folder that exists. I modified the folder's permissions so that &quot;Everyone&quot; has full control, and the folder is not read only. However, I try to reconfigure MySQL and I still get the same error: &quot;Unable to create temporary file&quot;.<br />
<br />
I have opened port 3306, turned off anti-virus, reinstalled, uninstalled, deleted mysql registry keys, reinstalled, rebooted, etc. I cannot get MySQL to work! Can anybody help? I created a bug, but nobody from MySQL is replying anymore: <br />
<a rel="nofollow"  href="http://bugs.mysql.com/bug.php?id=48871&amp;thanks=4">http://bugs.mysql.com/bug.php?id=48871&amp;thanks=4</a><br />
<br />
Help Please!]]></description>
            <dc:creator>Thomas Riddle</dc:creator>
            <category>Install</category>
            <pubDate>Mon, 23 Nov 2009 13:24:11 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292099,292099#msg-292099</guid>
            <title>mysql instance configuration (1 reply)</title>
            <link>http://forums.mysql.com/read.php?11,292099,292099#msg-292099</link>
            <description><![CDATA[ I am completly following mysql instance configuration wizard, but it shows service could not start.<br />
<br />
I have window xp professional as operating system.<br />
<br />
Request to send me what to do <br />
<br />
Because service do not start comand prompt do not work and not able to create database and tables.]]></description>
            <dc:creator>Sunil Pandya</dc:creator>
            <category>Install</category>
            <pubDate>Fri, 20 Nov 2009 11:47:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292029,292029#msg-292029</guid>
            <title>Reinstalling Mysql on Vista (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,292029,292029#msg-292029</link>
            <description><![CDATA[ I re-installed MySQL 5 after I uninstalled it. The error I received says:<br />
The security setting colud not be applied to the database because the connection has failed with the following error.<br />
<br />
Error Nr. 1045<br />
Access denied for user 'root'@localhost (using password:YES)<br />
<br />
It talks about a personal firewall, which I went in and turned it off. I also went in and opened the TCP port 3306 for Mysql.<br />
<br />
It also mentions the data directory was not removed automatically (when I uninstalled MySQL). Where can I find that?<br />
<br />
I've lost weeks trying to figure this out.<br />
PLEASE HELP!]]></description>
            <dc:creator>carol gar</dc:creator>
            <category>Install</category>
            <pubDate>Fri, 20 Nov 2009 00:55:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292022,292022#msg-292022</guid>
            <title>mysqld_multi &amp;amp; my_print_defaults at boot time (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,292022,292022#msg-292022</link>
            <description><![CDATA[ Hi,<br />
<br />
I have a box running Fedora 10 which has 2 instances of mysql 5.1 installed. These are configure as Master - Slave and basically the purpose of having the slave instance on the same physical host is just so uninterrupted backups can be taken.<br />
<br />
This works fine if the instances are started manually once the box has booted but if I add mysqld_multi to chkconfig and set it to start at boot I get an error saying 'my_print_defaults command not found. Make sure the command is in your path'.<br />
<br />
I've tried adding the mysql /bin directory to the path in /etc/profile but that does not fix the issue. I've also added it to the path in /$home/.bash_profile but that also does not help (presumably because this is only read at login time). Does anyone know how I get around this issue? I'm surprised I haven't hit this problem before because I have set up this configuration a few times!<br />
<br />
Any suggestions would be much appreciated.<br />
<br />
Regards]]></description>
            <dc:creator>John Daisley</dc:creator>
            <category>Install</category>
            <pubDate>Thu, 19 Nov 2009 23:25:56 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292018,292018#msg-292018</guid>
            <title>5.1.41 issue installing shared-compat (2 replies)</title>
            <link>http://forums.mysql.com/read.php?11,292018,292018#msg-292018</link>
            <description><![CDATA[ I'm a developer and a newbie to Linux sys admin and MySQL. Installing 5.1.41 on SLES 11, I get no errors installing the following two packages in this order:<br />
<br />
	MySQL-server-enterprise-gpl-5.1.41-0.sles11.i586.rpm<br />
	MySQL-client-enterprise-gpl-5.1.41-0.sles11.i586.rpm<br />
<br />
But when I install the shared-compat library, I get this:<br />
<br />
rpm -i MySQL-shared-compat-enterprise-gpl-5.1.41-0.sles11.i586.rpm <br />
	file /usr/lib/libmysqlclient_r.so.15.0.0 from install of MySQL-shared-compat-enterprise-gpl-5.1.41-0.sles11.i586 conflicts with file from package libmysqlclient_r15-5.0.67-13.15.i586<br />
<br />
What should I do? We're moving applications from Windows to Linux and upgrading the database in the process, so I need the shared-compat since my apps are using older libraries.<br />
<br />
Thanks,<br />
Jimmy]]></description>
            <dc:creator>Jimmy Ho</dc:creator>
            <category>Install</category>
            <pubDate>Mon, 23 Nov 2009 20:43:13 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291980,291980#msg-291980</guid>
            <title>install problem (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,291980,291980#msg-291980</link>
            <description><![CDATA[ ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)<br />
I tried look slution in the forum but no success.]]></description>
            <dc:creator>Boris Fain</dc:creator>
            <category>Install</category>
            <pubDate>Thu, 19 Nov 2009 16:41:08 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291935,291935#msg-291935</guid>
            <title>MySQL windows 2008 server support (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,291935,291935#msg-291935</link>
            <description><![CDATA[ Hi All,<br />
I need a mysql package to install in windows 2008 server.<br />
Can any body suggest which version of MySQL is supported or any location from where I can download the same for windows 2008 server.<br />
<br />
Regards,<br />
-MP]]></description>
            <dc:creator>Manoranjan P</dc:creator>
            <category>Install</category>
            <pubDate>Thu, 19 Nov 2009 12:39:12 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291902,291902#msg-291902</guid>
            <title>MySQL in RHEL (1 reply)</title>
            <link>http://forums.mysql.com/read.php?11,291902,291902#msg-291902</link>
            <description><![CDATA[ Hi,<br />
<br />
I've installed MySQL 5 in RHEL. During installation it has got added to the services. I would like to know, on basis of which cnf file this mysql is being started as service, since i cudn't find my.cnf file anywhere in the OS. <br />
please help me!!!!<br />
<br />
Thanks]]></description>
            <dc:creator>Madhusudan Ramamurthy</dc:creator>
            <category>Install</category>
            <pubDate>Thu, 19 Nov 2009 09:28:41 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291845,291845#msg-291845</guid>
            <title>Mysql 5.0.87 failed solaris 10 (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,291845,291845#msg-291845</link>
            <description><![CDATA[ Note: no output for pkginfo, checked<br />
<br />
I downloaded Mysql 5.0.87 sparc for solaris 10.<br />
gunzip<br />
addpkg<br />
<br />
installtion failed at executing postinstalltion script.<br />
my_print_defaults and mysqld cannot execute<br />
<br />
./bin/resolveip .. cannot execute.<br />
some info regarding resolveip file<br />
<br />
# cd /opt/mysql/mysql/bin<br />
# file resolveip<br />
resolveip:      ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, d<br />
ynamically linked, not stripped<br />
# ./resolveip<br />
./resolveip: cannot execute<br />
#<br />
<br />
<br />
I am using Solaris 10 Server<br />
<br />
# uname -a<br />
SunOS sydpathgpres 5.10 Generic_139556-08 i86pc i386 i86pc<br />
<br />
I tried Mysql 5.1.40 sparc 64bit --- same problem<br />
Mysql 5.0.87 sparc 64bit ----same problem<br />
At last I tried Mysql 5.0.87 sparc 32bit ---same problem<br />
<br />
I download pkg from mysql website and put under /opt/My5. from there I am tring to add pkg from here.<br />
<br />
Could somebody help me?]]></description>
            <dc:creator>prashant remington</dc:creator>
            <category>Install</category>
            <pubDate>Thu, 19 Nov 2009 00:24:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291725,291725#msg-291725</guid>
            <title>Root Password Phantom Change (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,291725,291725#msg-291725</link>
            <description><![CDATA[ Hi All,<br />
<br />
I have experienced a really weird issue.<br />
<br />
A couple of days ago I re-installed MySQL on a fresh system (xp) following a full factory restore, and added a root password via the installation process.<br />
<br />
The password I entered was different to the previous password I used before the factory restore.<br />
<br />
Now here's the funny thing, my MySQL system was fine for a couple of days but has now (today) reverted back to the root password I had before the restore!?! I know, that doesn't even seem possible, and the first and most obvious explanation is that I used the same password, but I can assure you categorically that I defiantly used a new password, as I have applications and config files to change, etc, etc.<br />
<br />
I just cant see how this could have happened? Can anyone shed any light.<br />
<br />
Thanks]]></description>
            <dc:creator>Daniel Latter</dc:creator>
            <category>Install</category>
            <pubDate>Wed, 18 Nov 2009 13:29:35 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291711,291711#msg-291711</guid>
            <title>MySQL cluster for high end database (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,291711,291711#msg-291711</link>
            <description><![CDATA[ Hi all, <br />
<br />
We are planning to implement a MySQL cluster for high end database (with T-bytes). Database is two node clusters. I’m interested to know some one who done this earlier and like to know best configuration (server) for this kind of system. <br />
<br />
Lakmal<br />
<a rel="nofollow"  href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#105;&#110;&#100;&#105;&#105;&#107;&#97;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;">&#105;&#110;&#100;&#105;&#105;&#107;&#97;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;</a>]]></description>
            <dc:creator>indika lakmal</dc:creator>
            <category>Install</category>
            <pubDate>Wed, 18 Nov 2009 12:01:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291483,291483#msg-291483</guid>
            <title>can't find my data folder (1 reply)</title>
            <link>http://forums.mysql.com/read.php?11,291483,291483#msg-291483</link>
            <description><![CDATA[ I have the data folder from an old MySQL database, and I need to put it into my new MySQL server. I just installed MySQL 5.4 on windows server 2008. <br />
<br />
For some reason, I can't find the data folder. I can access the database using the MySQL Query Browser, and the default databases are there, but i can't seem to find the data folder! I've looked in C:\Program Files\MySQL\MySQL Server 5.4, but it's not there. Where is it?<br />
<br />
Also, is there anything I need to do besides drag and drop the old database files?]]></description>
            <dc:creator>Tyler Kamstra</dc:creator>
            <category>Install</category>
            <pubDate>Tue, 17 Nov 2009 08:17:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291474,291474#msg-291474</guid>
            <title>Confused on different locales (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,291474,291474#msg-291474</link>
            <description><![CDATA[ Hi, ALL,<br />
I guess my question belong in this forum, since there is no &quot;General&quot; one. If it does not, please forgive me, and forward it to the appropriate one...<br />
<br />
I read on the <a rel="nofollow"  href="http://dev.mysql.com/doc/refman/5.1/en/charset-database.html">http://dev.mysql.com/doc/refman/5.1/en/charset-database.html</a>, that I can change the database character sets as well as server one.<br />
<br />
Now does this mean I will be able to write something like this:<br />
<br /><pre class="bbcode">
CREATE TABLE работники();</pre>
<br />
where the table name specified in cyrillic (Russian)?<br />
<br />
And I have a follow-up question. How do I determine which encoding is used?<br />
I'm trying to write a program in C++ using ODBC and wonder if there is an easy way to know which encoding is used. I'm using unixODBC on Linux and standard ODBC manager on Windows.<br />
<br />
Thank you.]]></description>
            <dc:creator>Igor Korot</dc:creator>
            <category>Install</category>
            <pubDate>Mon, 16 Nov 2009 23:21:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291454,291454#msg-291454</guid>
            <title>Mysql on Debian - lenny won't start (1 reply)</title>
            <link>http://forums.mysql.com/read.php?11,291454,291454#msg-291454</link>
            <description><![CDATA[ Hello, <br />
I've installed yesterday mysql 5.0.51 on Debian 5.0 - lenny, everything worked fine.<br />
Today, during start of debian, mysql didn't start. <br />
I couldn't started manually, the message was:  ........failed<br />
<br />
I did something that worked on Ubuntu 8.04.<br />
I've changed the name of my.cnf, something like this:<br />
deb:/etc/mysql# mv my.cnf back-my.cnf<br />
<br />
Afterwards, I started mysql and got this message:<br />
deb:/etc/mysql# /etc/init.d/mysql start<br />
/etc/init.d/mysql: WARNING: /etc/mysql/my.cnf cannot be read. See README.Debian.gz (warning).<br />
Starting MySQL database server: mysqld.<br />
Checking for corrupt, not cleanly closed and upgrade needing tables..<br />
<br />
Now is mysql working.<br />
I don't know where is README.Debian.gz, in /var/log ain't these file.<br />
I have this packages installed:<br />
- mysql-server 5.0.51.a-24+lenny2 (metapackage depending on the latest version)<br />
- mysql-server-5.0 5.0.51.a-24+lenny2 (MySQL database server binaries)<br />
- mysql-common 5.0.51.a-24+lenny2 (Mysql database common files)<br />
- mysql-client-5.0 5.0.51.a-24+lenny2  (MySQL database client binaries)<br />
- mysql-gui-tools-common<br />
- mysql-admin<br />
- mysql-query-browser<br />
<br />
So, if anyone know what shall be configured, would be grateful.]]></description>
            <dc:creator>Franko I.</dc:creator>
            <category>Install</category>
            <pubDate>Thu, 19 Nov 2009 19:14:28 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291441,291441#msg-291441</guid>
            <title>Mysql beeps then shuts down (3 replies)</title>
            <link>http://forums.mysql.com/read.php?11,291441,291441#msg-291441</link>
            <description><![CDATA[ When Start/all programs/Mysql 5.1<br />
Mysql beeps then shuts down.I don't suppose you can help?<br />
<br />
John]]></description>
            <dc:creator>John Tobin</dc:creator>
            <category>Install</category>
            <pubDate>Thu, 19 Nov 2009 06:09:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291432,291432#msg-291432</guid>
            <title>MySQL better on XP vm or Windows 2008 vm? (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,291432,291432#msg-291432</link>
            <description><![CDATA[ The gist of the following details is this. Can XP Pro be a better Web Server than Windows 2008 in a virtualized environment considering performance and scalability using Win32 MySQL-Essential and Tomcat?<br />
<br />
The web developer designed a Tomcat/Java/MySQL web server running on XP Pro x86 SP3 on a 5 year old workstation with 1G RAM. We are moving the web software and content to either XP Pro x86 or Windows Server 2008 x86 on Hyper-V or ESXi Server 4 on new more powerful server hardware.<br />
<br />
Our prelimary tests show that we are getting better web performance via the XP virtual machine than a Windows 2008 vm. Both vm's provide much better performance than the old XP workstation. XP would &quot;not&quot; have installed on bare metal, though Windows 2008 will. However, we much prefer to use virtualization for numerous reasons that I won't explain for brevity.<br />
<br />
My question is, are there good reasons not to use virtualized XP for this purpose? I do not want to advise my client to purchase Windows Server 2008 if XP would provide better performance. Of couse scalability could become an issue depending on the success of the web site. As a side, we are using 32bit vms, because MySQL-Essential Server mode has problems installing and writing to a configuration file on 64-bit systems. Develpment mode installs ok on 64-bit Windows 2008, but XP 32-bit is still faster.<br />
<br />
I presume Windows 2008 would be an obvious solution in most cases. Perhaps the 32bit Tomcat/Java/MySQL software along with virutalization may nullify the benefits of 2008 over XP.<br />
<br />
We are using apache-tomcat-5.5.20 and mysql-essential-5.0.24a-win32.<br />
<br />
Thanks,<br />
<br />
Rich]]></description>
            <dc:creator>Rich Hunter</dc:creator>
            <category>Install</category>
            <pubDate>Mon, 16 Nov 2009 17:40:17 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291345,291345#msg-291345</guid>
            <title>Failed Install, MySQL 5.1, Windows Server 2003 (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,291345,291345#msg-291345</link>
            <description><![CDATA[ I have had the following experience in attempting to install MySQL on a Windows 2003 Enterprise server box.<br />
<br />
I downloaded the latest MSI installer version of MySQL 5.1 and installed MySQL with a nondefault loction for datadir.  The instance config seemed to run OK, no errors reported, however the service MySQL never starts.<br />
<br />
On inspecting the err file, I found that the InnoDB engine never starts (myhosts table missing, mysql_update does not fix it), and the service experiences fatal errors.<br />
<br />
I uninstalled MySQL, erased all folders, and resinstalled using the MSI installer. This time I left all the default choices as to locations alone.  Now the server instance config fails to start the service.<br />
<br />
So, any help is welcome.  Searches on &quot;myhosts table doesn't exist&quot; do not turn up advice for Windows systems, that I can find.]]></description>
            <dc:creator>Fletcher Moody</dc:creator>
            <category>Install</category>
            <pubDate>Mon, 16 Nov 2009 06:00:52 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291305,291305#msg-291305</guid>
            <title>XAMPP and MySql error #1045 (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,291305,291305#msg-291305</link>
            <description><![CDATA[ I just downloaded XAMPP but am getting the error below when I try to acces phpMyAdmin.<br />
<br />
MySQL said: <br />
#1045 - Access denied for user 'root'@'localhost' (using password: NO) <br />
Connection for controluser as defined in your configuration failed.<br />
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.<br />
<br />
<br />
Previously, I tried to install MySQL, PHP, Apache separately, and followed some tutorial that set a password. I assumed deleting the files would reset MySQL, but that isn’t working, it seems to have retained the original password.<br />
<br />
I’m new at this, so sorry if this is vague. Through XAMPP, I can’t even find the original config file that I modified. Any suggestions? <br />
<br />
Thanks in advance!]]></description>
            <dc:creator>leah sch</dc:creator>
            <category>Install</category>
            <pubDate>Sun, 15 Nov 2009 21:28:37 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291257,291257#msg-291257</guid>
            <title>Can't start 5.1.40 installation Windows7 mysqld crash (2 replies)</title>
            <link>http://forums.mysql.com/read.php?11,291257,291257#msg-291257</link>
            <description><![CDATA[ Hi,<br />
Started this as a new topic as I've given up after 5 hours of trying 'solutions' to similar problems elsewhere in the forum, so guess it may be something new (sorry if it's not)<br />
<br />
I've been trying to install mysql-5.1.40, run the configuration tool and use most of the default options except placing the data on a different drive to the install.<br />
<br />
Wizard hangs at the 'start service' (tried several uninstall/re-installs reboots etc same thing)<br />
<br />
Tried startting from command prompt and get a crash.<br />
<br />
bin&gt;mysqld --console --install mysql --default-files=&quot;c:\Program Files\MySQL\MySQL Server 5.1\my.ini&quot;<br />
<br />
after pages and pages of 0000000000's I get:<br />
<br />
<br />
                                                      ;InnoDB: End of page dump<br />
091115  0:34:02  InnoDB: Page checksum 1575996416, prior-to-4.0.14-form checksum<br />
 1371122432<br />
InnoDB: stored checksum 0, prior-to-4.0.14-form stored checksum 0<br />
InnoDB: Page lsn 0 0, low 4 bytes of lsn at page end 0<br />
InnoDB: Page number (if stored to page already) 0,<br />
InnoDB: space id (if created with &gt;= MySQL-4.1.1 and stored already) 0<br />
InnoDB: Page may be a freshly allocated page<br />
091115  0:34:02InnoDB: Error: trying to access a stray pointer 83DC3FF8<br />
InnoDB: buf pool start is at 03DB4000, end at 069B4000<br />
InnoDB: Probable reason is database corruption or memory<br />
InnoDB: corruption. If this happens in an InnoDB database recovery, see<br />
InnoDB: <a rel="nofollow"  href="http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html">http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html</a><br />
InnoDB: how to force recovery.<br />
091115  0:34:02  InnoDB: Assertion failure in thread 2384 in file G:\mysql-5.1.4<br />
0-winbuild\mysql-community-nt-5.1.40-build\storage\innobase\include\buf0buf.ic l<br />
ine 264<br />
InnoDB: We intentionally generate a memory trap.<br />
InnoDB: Submit a detailed bug report to <a rel="nofollow"  href="http://bugs.mysql.com">http://bugs.mysql.com</a>.<br />
InnoDB: If you get repeated assertion failures or crashes, even<br />
InnoDB: immediately after the mysqld startup, there may be<br />
InnoDB: corruption in the InnoDB tablespace. Please refer to<br />
InnoDB: <a rel="nofollow"  href="http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html">http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html</a><br />
InnoDB: about forcing recovery.<br />
091115  0:34:02 - mysqld got exception 0xc0000005 ;<br />
This could be because you hit a bug. It is also possible that this binary<br />
or one of the libraries it was linked against is corrupt, improperly built,<br />
or misconfigured. This error can also be caused by malfunctioning hardware.<br />
We will try our best to scrape up some info that will hopefully help diagnose<br />
the problem, but since we have already crashed, something is definitely wrong<br />
and this may fail.<br />
<br />
key_buffer_size=25165824<br />
read_buffer_size=65536<br />
max_used_connections=0<br />
max_threads=100<br />
threads_connected=0<br />
It is possible that mysqld could use up to<br />
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 57206 K<br />
bytes of memory<br />
Hope that's ok; if not, decrease some variables in the equation.<br />
<br />
thd: 0x0<br />
Attempting backtrace. You can use the following information to find out<br />
where mysqld died. If you see no messages after this, something went<br />
terribly wrong...<br />
005EA630    mysqld.exe!buf_frame_align()[buf0buf.ic:264]<br />
005CFF9C    mysqld.exe!page_dir_slot_get_rec()[page0page.ic:503]<br />
0061ADE6    mysqld.exe!page_cur_search_with_match()[page0cur.c:351]<br />
005D626C    mysqld.exe!btr_cur_search_to_nth_level()[btr0cur.c:521]<br />
005FFBB0    mysqld.exe!btr_pcur_open()[btr0pcur.ic:494]<br />
00600886    mysqld.exe!btr_pcur_open_on_user_rec()[btr0pcur.c:550]<br />
005F630A    mysqld.exe!dict_load_indexes()[dict0load.c:610]<br />
005F6677    mysqld.exe!dict_load_sys_table()[dict0load.c:1015]<br />
0060BAA8    mysqld.exe!dict_boot()[dict0boot.c:389]<br />
005BE9DA    mysqld.exe!innobase_start_or_create_for_mysql()[srv0start.c:1521]<br />
005ACBC8    mysqld.exe!innobase_init()[ha_innodb.cc:1923]<br />
0047D478    mysqld.exe!ha_initialize_handlerton()[handler.cc:435]<br />
00428EF3    mysqld.exe!plugin_initialize()[sql_plugin.cc:1014]<br />
0042CA94    mysqld.exe!plugin_init()[sql_plugin.cc:1238]<br />
00417FEB    mysqld.exe!init_server_components()[mysqld.cc:3930]<br />
00418541    mysqld.exe!win_main()[mysqld.cc:4399]<br />
0041888D    mysqld.exe!mysql_service()[mysqld.cc:4577]<br />
00418B20    mysqld.exe!main()[mysqld.cc:4763]<br />
004011F6    mysqld.exe!__tmainCRTStartup()[crt0.c:327]<br />
003F18FF<br />
2D00646C<br />
6E6F632D<br />
656C6F73<br />
692D2D00<br />
6174736E<br />
6D006C6C<br />
6C717379<br />
65642D2D<br />
6C756166<br />
69662D74<br />
3D73656C<br />
505C3A63<br />
72676F72<br />
46206D61<br />
73656C69<br />
53794D5C<br />
4D5C4C51<br />
4C515379<br />
72655320<br />
20726576<br />
5C312E35<br />
692E796D<br />
6D00696E<br />
6C717379<br />
The manual page at <a rel="nofollow"  href="http://dev.mysql.com/doc/mysql/en/crashing.html">http://dev.mysql.com/doc/mysql/en/crashing.html</a> contains<br />
information that should help you find out what is causing the crash.]]></description>
            <dc:creator>Graham Cotgreave</dc:creator>
            <category>Install</category>
            <pubDate>Wed, 18 Nov 2009 06:11:54 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291236,291236#msg-291236</guid>
            <title>Can not download MySQL from India Mirror (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,291236,291236#msg-291236</link>
            <description><![CDATA[ Hi,<br />
<br />
Trying to download MySQL. As I am from India, the download page suggests me the India Mirror.<br />
But the link is not working. Throwing 404 error.<br />
<br />
==============<br />
You are downloading:<br />
<br />
mysql-5.1.40-win32.msi<br />
<br />
To make this download faster, please download it from a mirror site close to you from the lists below.<br />
Mirrors in: India<br />
<br />
      We have looked up your IP address using MaxMind GeoIP, and believe that these mirrors may be closest to you. A complete list of mirrors by continent is below.<br />
    * India [Netandhost.com Hosting Services, Chennai] HTTP <br />
====================<br />
<br />
The link<br />
<a rel="nofollow"  href="http://mysqlmirror.netandhost.in/Downloads/MySQL-5.1/mysql-5.1.40-win32.msi">http://mysqlmirror.netandhost.in/Downloads/MySQL-5.1/mysql-5.1.40-win32.msi</a><br />
<br />
is not working.<br />
<br />
Kindly fix this.<br />
<br />
I am downloading using Belgium Mirror.<br />
<br />
Thanks.<br />
<br />
Regards,<br />
Shrinivasan]]></description>
            <dc:creator>shrini vasan</dc:creator>
            <category>Install</category>
            <pubDate>Sat, 14 Nov 2009 18:42:25 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,291195,291195#msg-291195</guid>
            <title>Install MySQL and store data on Bufallo Disk Drive (no replies)</title>
            <link>http://forums.mysql.com/read.php?11,291195,291195#msg-291195</link>
            <description><![CDATA[ Hi all,<br />
Would you please explain me how can I install MySQL on a windows server 2003, but data folder to be on remote Buffalo Disk drive, so I can read data from 2 computers if one crashes, the other to continue the task.<br />
<br />
Thanks,<br />
Trifon.]]></description>
            <dc:creator>dinev.trifon dinev.trifon</dc:creator>
            <category>Install</category>
            <pubDate>Sat, 14 Nov 2009 10:41:03 +0000</pubDate>
        </item>
    </channel>
</rss>
