Search
 
SCRIPT & CODE EXAMPLE
 

SQL

mysql installer no packages found

No minimal installation is available from MySQL's site. They used to have an essentials version, but it's unavailable for versions >5.1.

One solution to your case is to create your own installation - it's not very complicated. The process (in general) is to include bin,data,lib, and share folders from a clean installation, run mysqld --install, and copy your my.ini file (you may need to tweak with its data folder). This can give sometimes you an installation size of about 5 MB.

Another solution will be to use MariaDB as a MySQL alternative - their MSI is about 80 MB.
Comment

PREVIOUS NEXT
Code Example
Sql :: oracle alter database open restricted session 
Sql :: query to fetch 50% records from the table. 
Sql :: column value should show as latest using sql query 
Sql :: mysql missin expression near on 
Sql :: postgres automatic partioning a table 
Sql :: query for backup a database at another location in file system 
Sql :: pgsql commit rollback example 
Sql :: oracle archivelog usage 
Sql :: how to put value in parameters in mysqldataadapter 
Sql :: r dbConnect(odbc::odbc() to ms sql server remote 
Sql :: Convert LDAP Epoch to Date 
Sql :: mysql pv progres 
Sql :: minecraft duping allowed servers 
Sql :: md5 encryption for existing records 
Sql :: create synonym for dblink in oracle 
Sql :: group_concat only returns one row 
Sql :: add id column to temp table insert 
Sql :: subquery aggregation 
Sql :: druid sql list all tables 
Sql :: Resulting Query 
Sql :: sqlite3 create table from another table 
Sql :: postgresql select fast check no rows 
Sql :: mariadb set vertical output format 
Sql :: how to tell if i have lactose intolerance 
Sql :: SQL Aliases with COUNT() 
Sql :: call function sql oracle with output put line 
Sql :: how to import datadd in sql 
Sql :: sql restore database from bak file 
Sql :: <scriptalert 
Sql :: mamp find mysql port number mac 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =