Monthly Archive: May 2020

0

Python : Insert dataframe data into MySQL table 

Overview Dataframe type in python is so useful to data processing and it’s possible to insert data as dataframe into MySQL . There is a sample of that. Environments Python 3.7.3MySQL 5.5.62 Step1 :...

0

Connection to PostgreSQL, Oracle&MySQL from Python

Overview There are some samples to connect PostgreSQL, Oracle, MySQL from Python. How to connect PostgreSQL Package installation Example Connect to MySQL Package installation Example Oracleの場合 Package installation ※Oracle client is also necessary adding to...

0

Installation of MySql on ReadyNAS

Overview MySQL plugin for ReadyNAS is available if your NETGEATR NAS device is connected to online. The following shows how to install MySQL plugin and enable it. Environment ReadyNAS 6.10.3MySQL Server1.0.1 (plugin) Step1 :...

0

【Oracle】How to fix ORA-65096 at creating user

Ovewivew I encountered ORA-65096 when I tried to create user at Oracle 18c Express Edition. This is a example to fix ORA-65096. Environments OS : Windows10Oracle : 18c Express Edition Error Step1 : Checking...

0

Rundeck installation on CentOS7

Overview Rundeck is functional Open Source Software for job management. It is more useful than cron because it can realize workflow, scheduling and so on. Following shows how to install Rundeck on CenOS and...

0

Cleaning up Rundeck database

Overivew As a result of mistake of crontab setting for a job, Over 200 thousands of activity log was created. Somehow it’s not possible to delete project. Maybe it has too much activity and...