| 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 windows | yishion | 26 Nov |
| • Re: [Help] build MySQL 5.1.41 by VC++ on windows | Sergei Golubchik | 1 Dec |
| • Re: [Help] build MySQL 5.1.41 by VC++ on windows | yishion | 1 Dec |
| • Re: [Help] build MySQL 5.1.41 by VC++ on windows | Sergei Golubchik | 1 Dec |
| • Re: [Help] build MySQL 5.1.41 by VC++ on windows | yishion | 2 Dec |
| • RE: [Help] build MySQL 5.1.41 by VC++ on windows | Vladislav Vaintroub | 2 Dec |
| • Re: [Help] build MySQL 5.1.41 by VC++ on windows | yishion | 3 Dec |
| • Functions of constant values | Olivier Chédru | 3 Dec |
| • Re: Functions of constant values | Sergei Golubchik | 3 Dec |
| • RE: Functions of constant values | Olivier Chédru | 4 Dec |
| • Re: Functions of constant values | Sergei Golubchik | 4 Dec |
| • RE: Functions of constant values | Rick James | 4 Dec |
| • Re: Functions of constant values | Sergei Golubchik | 8 Dec |
| • RE: Functions of constant values | Rick James | 8 Dec |
