
ProgrammingCaveman
Members-
Content Count
12 -
Joined
-
Last visited
-
Days Won
1
Everything posted by ProgrammingCaveman
-
Can't install MySQL on Linux Kali
ProgrammingCaveman replied to ProgrammingCaveman's topic in MySQL Help
Great, but still the above doesn't answer my question, but only show arrogance. So how do I install MySqL 5.7.32 from repos ? -
Can't install MySQL on Linux Kali
ProgrammingCaveman replied to ProgrammingCaveman's topic in MySQL Help
Well, I can try that, but they offer version 8.0 ... how can I install version 5.7.32? This is the newest subversion of 5.7 ... what if there is no newest subversion in Kali/Debian repo? Also, can you tell me what the error accually mean ? -
Hi. I downloaded mysql-server_5.7.32-1debian10_amd64.deb-bundle.tar from https://dev.mysql.com/downloads/mysql/ and from it I run mysql-community-server_5.7.32-1debian10_amd64.deb and the installer thrown the error visible on my screenshot below. I'm still learning administration of Linux. Please provide some help :-)
-
Fuck, good question... I didn't know xdebug is in Debian/Kali's repos. I edited right php.ini , I'm sure... what do you suggest to do now? I added the lines below to /etc/php/7.4/apache2 : zend_extension = xdebug.so xdebug.remote_enable=1 xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.remote_handler=dbgp xdebug.remote_autostart=1 xdebug.remote_mode=req
-
I enabled logging errors to a file and it doesn't show any errors. The extension is kept in /usr/lib/php/20190902 and it's the same dir which extension_dir in phpinfo() stands for. At the end of php.ini I have: zend_extension = xdebug.so So it should, at least theoretically, work. What did I do wrong? I didn't see any error while compiling from sources, but maybe the compilation went somehow wrong??
-
You know what... I just had a look at that xDebug and it looks like it completely changed over the years... I remember few years ago it only supported some lame variable output to browser - like I was using print_r ... I will definately have a look at that. However still I think it would be much simpler if I could use this ZendDebugger.
-
I've been working on Windows in PHP for many years using Zend Studio and Zend Debugger which is great. Now I'm trying to set this up on my Linux Kali installation and I'm having some problems with this. I have installed newest Apache 2.4.46 and PHP 7.4.x from debian repositories (using apt) (strangly the sub-version (x) was not the newest one!). After downloading Zend Debugger and configuring it in php.ini the debugger was not present in phpinfo(). The file downloaded from Zend website (https://www.zend.com/downloads/zend-studio-web-debugger) is named ZendDebugger-linux-x86_64/php-7.