List:Internals« Previous MessageNext Message »
From:Vladislav Vaintroub Date:December 2 2009 5:02pm
Subject:RE: [Help] build MySQL 5.1.41 by VC++ on windows
View as plain text  
> -----Original Message-----
> From: yishion [mailto:sdera.tw@stripped]
> Sent: Wednesday, December 02, 2009 4:30 PM
> To: Sergei Golubchik
> Cc: internals@stripped
> Subject: Re: [Help] build MySQL 5.1.41 by VC++ on windows
> 
> Hi,
> 
>     After I tried it, and it showed the following.
<skip> 

<yishion


Hello, 

Batch script below creates a database in  subdirectory "data" of the current directory. It
assumes that  mysqld.exe is in .\bin, and SQL scripts  are in .\share, if it is not the
case for you, you'd need to adjust the paths appropriately.

mkdir data\mysql
mkdir data\test
echo use mysql; > bootstrap.sql
type share\mysql_system_tables.sql >> bootstrap.sql
type share\mysql_system_tables_data.sql >> bootstrap.sql
type share\fill_help_tables.sql >> bootstrap.sql
bin\mysqld --no-defaults --console --datadir=%CD%/data --bootstrap < bootstrap.sql

Vladislav

Thread
[Help] build MySQL 5.1.41 by VC++ on windowsyishion26 Nov
  • Re: [Help] build MySQL 5.1.41 by VC++ on windowsSergei Golubchik1 Dec
    • Re: [Help] build MySQL 5.1.41 by VC++ on windowsyishion1 Dec
      • Re: [Help] build MySQL 5.1.41 by VC++ on windowsSergei Golubchik1 Dec
        • Re: [Help] build MySQL 5.1.41 by VC++ on windowsyishion2 Dec
          • RE: [Help] build MySQL 5.1.41 by VC++ on windowsVladislav Vaintroub2 Dec
            • Re: [Help] build MySQL 5.1.41 by VC++ on windowsyishion3 Dec
              • Functions of constant valuesOlivier Chédru3 Dec
                • Re: Functions of constant valuesSergei Golubchik3 Dec
                  • RE: Functions of constant valuesOlivier Chédru4 Dec
                    • Re: Functions of constant valuesSergei Golubchik4 Dec
                    • RE: Functions of constant valuesRick James4 Dec
                      • Re: Functions of constant valuesSergei Golubchik8 Dec
                        • RE: Functions of constant valuesRick James8 Dec