Skip to content

Commit 23e3b95

Browse files
author
NedPK
committed
Update additional documentation files: replace MariaDB Enterprise Server with MariaDB Server - Update ODBC connection documentation - Update connection guides and data migration docs - Update security and config documentation - Complete enterprise to community migration for core docs
1 parent 86eea3b commit 23e3b95

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

docs/Connecting to SkySQL DBs/Connect using ODBC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ An example of a failover host string:
213213
| --- | --- | --- |
214214
| DRIVER | • On Linux, the name of the driver, which is configured in the unixODBC driver template file. On macOS, the path to the driver's shared library, which is installed at /Library/MariaDB/MariaDB-Connector-ODBC/libmaodbc.dylib by default. | |
215215
| SERVER | Host name, IPv4 address, or IPv6 address of the database server. | localhost |
216-
| SOCKET | The path to the socket file. On Linux, MariaDB Enterprise Server uses different default socket files on different Linux distributions. On Debian / Ubuntu, the default socket file is /var/run/mysqld/mysqld.sock or /run/mysqld/mysqld.sock. On CentOS / RHEL / Rocky Linux, the default socket file is /var/lib/mysql/mysql.sock. | /tmp/mysql.sock |
216+
| SOCKET | The path to the socket file. On Linux, MariaDB Mariadb Server uses different default socket files on different Linux distributions. On Debian / Ubuntu, the default socket file is /var/run/mysqld/mysqld.sock or /run/mysqld/mysqld.sock. On CentOS / RHEL / Rocky Linux, the default socket file is /var/lib/mysql/mysql.sock. | /tmp/mysql.sock |
217217
| DATABASE | Database name to select upon successful connection. The database must already exist, and the user account must have privileges to select it. | |
218218
| PORT | TCP port of the database server. | 3306 |
219219
| USER | The username to use for authentication. | |

docs/Connecting to SkySQL DBs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Applications can connect to SkySQL using any of the below MariaDB supported conn
5555

5656

5757
!!! Note
58-
💡 For Enterprise Server With Replica(s), you can also use any MongoDB client and use the [NoSQL Interface](Connect%20from%20MongoDB%20clients.md)
58+
💡 For <Mariadb> Server With Replica(s), you can also use any MongoDB client and use the [NoSQL Interface](Connect%20from%20MongoDB%20clients.md)
5959

6060

6161
## Connecting from SQL tools

docs/Data loading, Migration/Migrating Using a Logical Dump and Replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To minimize downtime during migration, you can set up live replication from your
55
# Prerequisites
66

77
1. An active SkySQL account. Identify requirements for your SkySQL implementation prior to [deployment](<../Portal features/Launch page.md>), including:
8-
- Topology - Enterprise Server Single node or with Replica(s)
8+
- Topology - Mariadb Server Single node or with Replica(s)
99
- [Instance size](<../Reference Guide/Instance Size Choices.md>)
1010
- Storage requirements
1111
- Desired server version

docs/Data loading, Migration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Below are the most common scenarios for database migration to SkySQL.
2121
Ensure that your SkySQL servce deploymned configuration is compatible with your existing source database one, including:
2222
<ul>
2323
<li><b>Deployment region</b> - Ensure that the SkySQL deployment region is the same as the source database region.</li>
24-
<li><b>Topology</b> - Enterprise Server Single node or with Replica(s)</li>
24+
<li><b>Topology</b> - Mariadb Server Single node or with Replica(s)</li>
2525
<li> <b>Server version</b> - Ensure that the SkySQL server version is compatible with the source database version. </li>
2626
<li><b>Instance size</b> - Ensure that the SkySQL instance is compatible with the source database instance type and size</li>
2727
<li><b>Storage</b> - Ensure that the SkySQL storage type and size is compatible with the source database</li>

docs/Data loading, Migration/SkySQL-managed-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Prerequisites
44

55
1. An active SkySQL account. Identify requirements for your SkySQL implementation prior to [deployment](../Portal%20features/Launch%20page.md), including:
6-
- Topology: Enterprise Server Single node or with Replica(s)
6+
- Topology: Mariadb Server Single node or with Replica(s)
77
- [Instance size](../Reference%20Guide/Instance%20Size%20Choices.md)
88
- Storage requirements
99
- Desired server version

docs/Security/Encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For information on how to connect with TLS, see ["Connect and Query"](<../../Con
1212
The "Disable SSL/TLS" option may be appropriate for some customers when also using AWS PrivateLink or GCP VPC Peering.
1313

1414
### Server-to-Server
15-
SkySQL services perform server-to-server communication between MariaDB MaxScale, MariaDB Enterprise Server, MariaDB Xpand nodes, and SkySQL infrastructure.
15+
SkySQL services perform server-to-server communication between MariaDB MaxScale, MariaDB Server, and SkySQL infrastructure.
1616

1717
By default, these server-to-server communications are protected with data-in-transit encryption:
1818

docs/config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ To access the Configuration Manager interface:
1717

1818
Available configuration parameters differ by cloud database topology.
1919

20-
[1. Enterprise Server Single Node](./Enterprise-Server-Single-Node.md)
20+
[1. Mariadb Server Single Node](./Mariadb-Server-Single-Node.md)
2121

22-
[2. Enterprise Server With Replica(s)](./Enterprise-Server-with-Replica(s).md)
22+
[2. Mariadb Server With Replica(s)](./Mariadb-Server-with-Replica(s).md)
2323

2424
[3. SkySQL Intelligent Proxy Configuration](./SkySQL-Intelligent-Proxy.md)

0 commit comments

Comments
 (0)