Skip to the main content.
Downloads Thriftly Login
Downloads Thriftly Login
Group 762

Migrate and run DataFlex applications with Oracle, MS SQL Server, PostgreSQL, MySQL &  MariaDB.

flex2Crystal

Stuck in Crystal XI?  Upgrade and use the latest versions of Crystal Reports with DataFlex applications. 

BTR2SQL

Seamlessly convert from Btrieve transactional database to PostgreSQL, Oracle, and MS SQL Server.

thriftly-1

Quickly build multi-protocol web services with the same API. Supports JSON-RPC, REST, SOAP,  Thrift, and gRPC.

 Group 671-1

 

Why Mertech?

1 min read

Installing MySQL in Linux CentOS/Red Hat

Installing MySQL in Linux is not a difficult task; here's the step by step guide on how to do it:


In CentOS you might not have perl-DBI installed:

 

yum install perl-DBI

rpm -ivh MySQL-server-XXXXXX.rpm

rpm -ivh MySQL-client-XXXXXX.rpm

rpm -ivh MySQL-devel-XXXXXX.rpm

  • Set root passwords


mysqladmin -u root password 'new-password'

mysqladmin -u root -h <computer name>.<localdomain> password 'new-password' -p


tar xvfz mysql-gui-tools-XXXXXX.tar.gz

rpm -ivh mysql-gui-tools-XXXXXX.rpm

rpm -ivh mysql-administrator-XXXXXX.rpm

rpm -ivh mysql-query-browser-XXXXXX.rpm

  • The administrator tool is started with: mysql-administrator
  • The query browswer tool is started with: mysql-query-browser


  • CentOS should already have a 'mysql' service entry in the 'Service Configuration' app. Make sure it's set to autostart and stop (that its checked-marked).


  • To add users to a MySQL DB that can access the server remotely use this sql command logged as root:

GRANT ALL PRIVILEGES ON *.* TO 'mertech'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;

 

Why Migrate from Btrieve to PostgreSQL and other Relational Databases?

Why Migrate from Btrieve to PostgreSQL and other Relational Databases?

Introduction Many independent software vendors (ISV) and corporate users still rely on applications that use a category of database collective called...

Read More
Four Challenges in Converting COBOL Applications from ISAM Databases to Relational Databases

Four Challenges in Converting COBOL Applications from ISAM Databases to Relational Databases

COBOL applications are the foundation of numerous essential business functions, especially within the banking, insurance, and government sectors....

Read More
Application Modernization 101: Ultimate Guide to Digital Transformation

Application Modernization 101: Ultimate Guide to Digital Transformation

Imagine breaking free from the constraints of old, monolithic systems and embracing the agility and innovation of cloud-based solutions.

Read More