#mysql

[ follow ]
Alvinalexander
2 weeks ago
JavaScript

MySQL login FAQ: How do I log in to a MySQL database?

Use 'mysql -u root -p' for MySQL login with root user password on local computer.
Consider database name and host when logging in with specific user credentials.
Add --ssl-mode for SSL encryption during MySQL login. [ more ]
InfoQ
4 months ago
JavaScript

MySQL Introduces Javascript Support in Preview

MySQL now supports JavaScript functions and procedures.
JavaScript support allows developers to implement advanced data processing logic within the database. [ more ]
DevOps.com
1 month ago
DevOps

Best Practices for Configuring MySQL Replication - DevOps.com

Properly designed replication architecture impacts data accessibility and management.
Active/passive setup distributes load but may have delays; active/active setup has challenges with write distribution and conflict resolution. [ more ]
Sitepoint
5 months ago
DevOps

Migrate to Ampere on OCI with Heterogeneous Kubernetes Clusters - SitePoint

This post provides guidance on how to migrate a full stack cloud-native application from x86 instances to Ampere A1 instances on Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE).
The post focuses on migrating the MySQL database component of a LAMP stack application, using WordPress as an example.
The migration is done using an incremental approach, with almost no downtime, by creating an Arm64 node pool and adding MySQL replicas to run on these nodes. [ more ]
Alvinalexander
2 months ago
Scala

A Java MySQL SELECT example

Demonstrates Java code for issuing a SQL SELECT command in MySQL
Explains creating an example MySQL database table [ more ]
CodeProject
2 months ago
Web development

Deploy MySQL and WordPress on an always free tier Arm shape

Developers can install WordPress on Oracle Cloud Infrastructure using the always free tier.
Prerequisites include an OCI account and an Arm compute instance with Oracle Linux. [ more ]
itnext.io
2 years ago
Web development

(Probably) The Most Complete Beginner's Guide To Web Dev

The tutorial will guide you on building a full stack web app that uses a server (BackEnd) and a client (FrontEnd)
The app will include a MySQL database, Google Authentication sign-in, and use Node.js, Express, EJS, JavaScript, and Query [ more ]
[ Load more ]