[02:42:59] can someone help me walk through a mysql connection error? I just moved a wiki from shared hosting to a VPS on ubuntu and I'm not sure what I did wrong [02:50:54] it's at http://wiki.ioquake3.org I exported the database from the old mysql server to the new one using the sequel pro gui tool after installing mysql server via ubuntu's package manager [05:34:39] TimeDoctor: "reportConnectionError('Access denied f...')" - what does the full on disk log say? access denied from a certain address? what access permissions does the db have? [05:34:59] full error [05:40:33] milkii: which log should I check, Apache? [05:41:31] TimeDoctor: mysql (or mariadb, whichever you are using) [05:45:47] Ah yeah that makes sense. I’ll look for that log [05:53:11] TimeDoctor: at a guess, it'll require a GRANT to access/use the db for the user, https://www.mediawiki.org/wiki/Manual:Installing_MediaWiki#MariaDB/MySQL [07:30:38] "Access denied for user 'ioq3wiki'@'localhost' (using password: YES)" hm [07:30:54] maybe I didn't do the right CLI grant [07:44:37] https://pastebin.com/qxpvSR0A [07:44:44] now my update.php doesn't work with that error [08:10:37] Hi, how can I write a URL inside a code block but without having the lock icon appear, as it will make the code look confusing? [08:10:37] Ah worked, nvm :) [11:49:41] Hi all… I was thinking about what made me have a bug, I tried to add in my local settings: "error_reporting( -1 ); [11:49:42] ini_set( 'display_errors', 1 );" It crashed, then I removed and it hasn't been back up… [12:19:47] Can anyone tell me the default values of error_reporting and ini_set( 'display_errors') for wikimedia [13:16:34] giby: https://www.mediawiki.org/wiki/Manual:How_to_debug [13:16:55] if it crashes, check your webserver log? [13:17:34] Hi andre__ … indeed, it was by trying that page that it made me crash [13:18:02] I am using a hosting service, so I can't look at full logs [13:19:37] andre__, If I want the original value of error_reporting and ini_set( 'display_errors') what should I do? [13:19:53] remove the lines so you get default values then? [13:23:23] andre__, it was the first thing I did when it crashed, but it hasn't solved anything and still is down