F5F Stay Refreshed Software Operating Systems Issues arising from WordPress, MySQL, and Linux setup

Issues arising from WordPress, MySQL, and Linux setup

Issues arising from WordPress, MySQL, and Linux setup

Pages (2): Previous 1 2
J
JR_GAMER07
Posting Freak
915
10-23-2022, 07:17 PM
#11
Status: Server is running smoothly
J
JR_GAMER07
10-23-2022, 07:17 PM #11

Status: Server is running smoothly

L
lewoo123
Junior Member
1
10-24-2022, 05:41 PM
#12
Check your MySQL installation details with the command. The available version is displayed in the output.
L
lewoo123
10-24-2022, 05:41 PM #12

Check your MySQL installation details with the command. The available version is displayed in the output.

V
Vortex59_YT
Member
198
10-25-2022, 02:22 AM
#13
The configuration you mentioned isn't typical for PHP.ini. The extensions mysqli and pdo_mysql are usually listed separately, not both in one line. You likely created the account manually and tested it by connecting from localhost using MySQL client tools. "localhost/blog" refers to the default URL for accessing MySQL from your machine. PHPmyAdmin is a separate tool for managing databases, not part of PHP or MySQL itself.
V
Vortex59_YT
10-25-2022, 02:22 AM #13

The configuration you mentioned isn't typical for PHP.ini. The extensions mysqli and pdo_mysql are usually listed separately, not both in one line. You likely created the account manually and tested it by connecting from localhost using MySQL client tools. "localhost/blog" refers to the default URL for accessing MySQL from your machine. PHPmyAdmin is a separate tool for managing databases, not part of PHP or MySQL itself.

T
timo_1892
Senior Member
715
10-29-2022, 06:08 PM
#14
This guide was the one I followed. You can find it here: https://www.digitalocean.com/community/t...lamp-stack
T
timo_1892
10-29-2022, 06:08 PM #14

This guide was the one I followed. You can find it here: https://www.digitalocean.com/community/t...lamp-stack

S
SleazyCraft
Junior Member
20
10-29-2022, 06:14 PM
#15
Thank you for your message. I followed the official instructions for installation, and they explained the process clearly.
S
SleazyCraft
10-29-2022, 06:14 PM #15

Thank you for your message. I followed the official instructions for installation, and they explained the process clearly.

Pages (2): Previous 1 2