-
Mysqldump multiple databases
By jansku on June 16, 2014howto dump multiple databases with mysqldump mysqldump --user=username --password=password --databases database1 database2 > databasedump.sql
0 -
Installing MySQL on i5/OS
By jansku on April 8, 2011prequisites software: 5722SS1 *BASE IBM i Version 5 Release 4 (V5R4) 5722SS1 30 Qshell 5722SC1 *BASE IBM Portable Utilities...
-
Installing MySQL on i5/OS
By jansku on February 18, 2011The i5/OS POWER MySQL package was created in cooperation with IBM. MySQL works within the Portable Application Solution Environment...
-
liferay 5.2.3 to mysql server
By jansku on February 14, 2011Create a database and account in MySQL: create database liferay; grant all on liferay.* to ‘liferay’@’localhost’ identified by ‘liferay’...