Azure / Azure/azure-quickstart-templates

mysql-ha-pxc

Open
#2,073 4 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

Template
[ mysql-ha-pxc ](https://github.com/Azure/azure-quickstart-templates/tree/875d139c16c9c023dce519e6dd48c707e3473346/mysql-ha-pxc)
### Issue Details

Template installs but a bit confused on how to connect. I can ssh into a single vm but not to the cluster. The user account doesn't seem to allowed to connect as root mysql. Can you please give guidance on how to use this.

Here are the base wordpess that i would like to create the first database with
// *\* MySQL settings - You can get this info from your web host *\* //
/*\* The name of the database for WordPress _/
define('DB_NAME', 'database');
/_\* MySQL database username _/
define('DB_USER', 'username');
/_\* MySQL database password _/
define('DB_PASSWORD', 'password');
/_\* MySQL hostname */
define('DB_HOST', 'tprperconadb.westus.cloudapp.azure.com');

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the mysql-ha-pxc template linked in the issue and review how the deployed cluster is intended to be accessed. Determine the supported connection method and credentials for creating the WordPress database, then document the steps and connection values needed to connect successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, mysql
Domain
cloud, databases
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.