Skip to content

Commit

Permalink
fixing internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercasares committed Jan 26, 2023
1 parent 1bccd79 commit 85d2ec2
Show file tree
Hide file tree
Showing 47 changed files with 313 additions and 315 deletions.
12 changes: 6 additions & 6 deletions before-install/creating-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If you are installing WordPress on your own web server, follow the one of below

## Using phpMyAdmin

If your web server has [phpMyAdmin](https://codex.wordpress.org/Glossary#phpMyAdmin) installed, you may follow these instructions to create your WordPress username and database. If you work on your own computer, on most Linux distributions you can install PhpMyAdmin automatically.
If your web server has [phpMyAdmin](https://wordpress.org/documentation/article/wordpress-glossary/#phpMyAdmin) installed, you may follow these instructions to create your WordPress username and database. If you work on your own computer, on most Linux distributions you can install PhpMyAdmin automatically.

_**Note:** These instructions are written for phpMyAdmin 4.4; the phpMyAdmin user interface can vary slightly between versions._

Expand All @@ -18,7 +18,7 @@ phpMyAdmin language encoding drop down

Click the **phpMyAdmin** icon in the upper left to return to the main page, then click the **Users** tab. If a user relating to WordPress does not already exist in the list of users, create one:

[![phpMyAdmin Users Tab selected](https://wordpress.org/support/files/2018/11/users-768x500.jpg)](https://wordpress.org/support/files/2018/11/users-768x500.jpg)
[![phpMyAdmin Users Tab selected](https://wordpress.org/documentation/files/2018/11/users-768x500.jpg)](https://wordpress.org/documentation/files/2018/11/users-768x500.jpg)

phpMyAdmin Users Tab

Expand Down Expand Up @@ -78,17 +78,17 @@ If your hosting provider supplies the [Plesk](http://www.plesk.com/) hosting con
1. Log in to Plesk.
2. Click **Databases** in the Custom Website area of your website on the Websites & Domains page:

[![Plesk panel highlighting the Custom Website box with the databases button highlighted](https://wordpress.org/support/files/2018/11/plesk-db-768x558.png)](https://wordpress.org/support/files/2018/11/plesk-db-768x558.png)
[![Plesk panel highlighting the Custom Website box with the databases button highlighted](https://wordpress.org/documentation/files/2018/11/plesk-db-768x558.png)](https://wordpress.org/documentation/files/2018/11/plesk-db-768x558.png)

Plesk custom website databases

3. Click **Add New Database**, change database name if you want, create database user by providing credentials and click **OK**. You're done!

## Using cPanel

If your hosting provider supplies the [cPanel](https://codex.wordpress.org/Glossary#cPanel) hosting control panel, you may follow these simple instructions to create your WordPress username and database. A more complete set of instructions for using cPanel to create the database and user can be found in [Using cPanel](https://codex.wordpress.org/Using_cPanel).
If your hosting provider supplies the [cPanel](https://wordpress.org/documentation/article/wordpress-glossary/#cPanel) hosting control panel, you may follow these simple instructions to create your WordPress username and database. A more complete set of instructions for using cPanel to create the database and user can be found in [Using cPanel](https://wordpress.org/documentation/article/using-cpanel/).

1. Log in to your [cPanel](https://codex.wordpress.org/Glossary#cPanel).
1. Log in to your [cPanel](https://wordpress.org/documentation/article/wordpress-glossary/#cPanel).
2. Click **MySQL Database Wizard** icon under the Databases section.
3. In **Step 1. Create a Database** enter the database name and click Next Step.
4. In **Step 2. Create Database Users** enter the database user name and the password. Make sure to use a strong password. Click Create User.
Expand All @@ -105,4 +105,4 @@ In MySQL Management, click on the small words: **Create new database**. Here you

## Changelog

- 2022-09-11: Original content from [Creating Database for WordPress](https://wordpress.org/support/article/creating-database-for-wordpress/).
- 2022-09-11: Original content from [Creating Database for WordPress](https://wordpress.org/documentation/article/creating-database-for-wordpress/).
2 changes: 1 addition & 1 deletion before-install/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ function test_localhosts( ) {

## Changelog

- 2022-09-27: Original content from [Running a development copy of wordpress](https://wordpress.org/support/article/running-a-development-copy-of-wordpress/) and [installing wordpress on your own computer](https://wordpress.org/support/article/installing-wordpress-on-your-own-computer/).
- 2022-09-27: Original content from [Running a development copy of wordpress](https://wordpress.org/documentation/article/running-a-development-copy-of-wordpress/) and [installing wordpress on your own computer](https://wordpress.org/documentation/article/installing-wordpress-on-your-own-computer/).
Loading

0 comments on commit 85d2ec2

Please sign in to comment.