00:26:10icedice quits [Ping timeout: 252 seconds]
00:59:26BlueMaxima quits [Read error: Connection reset by peer]
01:59:40tzt quits [Ping timeout: 252 seconds]
02:02:05tzt (tzt) joins
02:35:12fishingforsoup_ joins
02:38:43fishingforsoup__ quits [Ping timeout: 252 seconds]
03:07:21datechnoman quits [Quit: The Lounge - https://thelounge.chat]
03:08:02datechnoman (datechnoman) joins
03:17:08qwertyasdfuiopghjkl quits [Remote host closed the connection]
04:14:09DLoader quits [Quit: DLoader]
06:29:44HackMii quits [Remote host closed the connection]
06:30:45hitgrr8 joins
06:31:19Meli quits [Client Quit]
06:31:43Meli (Meli) joins
06:35:12HackMii (hacktheplanet) joins
06:56:28DLoader joins
07:00:10Arcorann (Arcorann) joins
07:32:58nicolas17 quits [Ping timeout: 252 seconds]
08:14:24Pichu0102 quits [Ping timeout: 252 seconds]
08:15:34Pichu0102 joins
09:30:40Pichu0102 quits [Ping timeout: 252 seconds]
09:45:03TastyWiener95 quits [Ping timeout: 265 seconds]
11:21:04thelionsleepstonight87 joins
11:22:41thelionsleepstonight87 quits [Remote host closed the connection]
11:25:53Pichu0102 joins
12:53:54systwi__ (systwi) joins
12:54:10systwi quits [Ping timeout: 252 seconds]
12:59:40qwertyasdfuiopghjkl (qwertyasdfuiopghjkl) joins
13:26:17systwi__ is now known as systwi
13:40:55Arcorann quits [Ping timeout: 252 seconds]
14:14:14qwertyasdfuiopghjkl quits [Remote host closed the connection]
14:35:19jacksonchen666 (jacksonchen666) joins
14:36:58qwertyasdfuiopghjkl (qwertyasdfuiopghjkl) joins
15:09:54jacksonchen666 leaves
15:45:23Pichu0102 quits [Remote host closed the connection]
15:58:59spirit quits [Quit: Leaving]
16:20:16spirit joins
17:36:00nicolas17 joins
17:37:42qwertyasdfuiopghjkl quits [Client Quit]
17:37:52qwertyasdfuiopghjkl (qwertyasdfuiopghjkl) joins
17:50:04qwertyasdfuiopghjkl quits [Client Quit]
18:03:14qwertyasdfuiopghjkl (qwertyasdfuiopghjkl) joins
18:10:28fishingforsoup_ quits [Read error: Connection reset by peer]
18:35:32Meli quits [Ping timeout: 252 seconds]
18:37:23Meli (Meli) joins
18:45:44Minkafighter7225 quits [Quit: The Lounge - https://thelounge.chat]
18:49:42Minkafighter7225 joins
18:56:20TastyWiener95 (TastyWiener95) joins
19:48:21qwertyasdfuiopghjkl quits [Remote host closed the connection]
20:41:28qwertyasdfuiopghjkl (qwertyasdfuiopghjkl) joins
21:20:43nicolas17 quits [Ping timeout: 252 seconds]
21:54:58hitgrr8 quits [Client Quit]
22:03:21nicolas17 joins
22:09:29jamesatjaminit quits [Client Quit]
22:10:18jamesatjaminit (jamesatjaminit) joins
22:33:35icedice joins
22:34:04BlueMaxima joins
22:34:16jamesatjaminit quits [Client Quit]
22:36:13jamesatjaminit (jamesatjaminit) joins
23:02:50<icedice>Any idea where I'd find phpMyAdmin?
23:03:12<icedice>I'm pretty sure I should have it installed for that WordPress site, but I can't find it at /phpmyadmin
23:04:06<icedice>I did already use a WordPress backup plugin to backup the MySQL database, but I'd still like to try and get it backed up via phpMyAdmin since that's the "proper" way
23:05:20<icedice>Is there some command to find out the location of it or something?
23:06:48<@JAA>That varies by provider. It might even be on a completely separate domain or similar.
23:07:13<icedice>It's on a VPS
23:07:25<icedice>So it's not provider specific
23:07:55<icedice>The VPS is running Ubuntu Server 16.04 LTS
23:09:44<@JAA>If you didn't set it up yourself, that still uses the provider's server image or similar.
23:10:16<@JAA>See if you can find the web server config files.
23:16:14<icedice><JAA> See if you can find the web server config files.
23:16:21<icedice>What command would I use for that?
23:16:32<icedice><JAA> If you didn't set it up yourself, that still uses the provider's server image or similar.
23:16:33<icedice>True
23:17:14<@JAA>First step would probably be to figure out what web server is even running on that thing.
23:17:20<icedice>Apache
23:18:49<@JAA>Look at /etc/apache2/ then. Possibly a 'sites-enabled' subdirectory or something like that. It's been at least a decade since I last used Apache, and I'm not sad about that.
23:20:34<icedice>Yeah, I wouldn't use Apache today either
23:21:01<icedice>This site is from 2018 before I knew better
23:26:55<icedice>Can't see it in /etc/apache2/conf-available/phpmyadmin.conf
23:26:59<icedice>https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-16-04
23:27:11<icedice>So I guess it was never installed after all
23:28:20<@JAA>If it wasn't installed, it's going to be tricky to find, yeah. :-P
23:29:32<@JAA>You could do a `grep -Fir phpmyadmin /etc/apache2` to see if it's in another place.
23:47:57<icedice>Nothing