All Questions
Tagged with phpmyadmin mariadb
8 questions
0
votes
0
answers
34
views
MySQL Not Starting and phpMyAdmin Error After Reinstalling XAMPP on Linux [closed]
I'm a beginner using Linux Mint Cinnamon 22 and recently reinstalled XAMPP due to issues with my school site that using Joomla CMS. I installed XAMPP 8.2.12-0 using the following commands:
sudo chmod ...
0
votes
1
answer
579
views
Unable to connect to server following phpMyAdmin upgrade from 5.1 to 5.2
Not sure to post on the right StackExchange forum. If not, let me know!
Working environment:
OpenSUSE Leap 15.4
MariaDB : mariadb Ver 15.1 Distrib 10.7.7-MariaDB
PHP 8.0.25 (cli) (built: Oct 31 2022 ...
0
votes
1
answer
559
views
How to upgrade a MariaDB database to utf8mb4_unicode_ci?
I have a Drupal 9.4.8 website a MariaDB database and phpMyAdmin.
My website is already active with data in its 220 MB database.
How to upgrade a MariaDB database to utf8mb4_unicode_ci ?
Here is my ...
0
votes
1
answer
2k
views
Change password length for MariaDB
I'm currently working with mariadb and phpmyadmin on my debian 10 server. For some reason mariadb only allows passwords with a maximum length of 79 characters. If I specify a password that is longer ...
0
votes
1
answer
143
views
Is there "another" way of getting log information on SFTP activity?
I'm administrating a debian server since last week. It used to have another administrator.
I presume it's been hacked: files might have been read via SFTP to obtain information about a site that's ...
1
vote
0
answers
348
views
Getting an error message on while installing any packages in Ubuntu 18.04
While trying to install any packages/apt in my ubuntu terminal after installing showing some error messages.
for example, I'm trying to install zip
sudo apt-get install zip
after execution above ...
1
vote
1
answer
865
views
Is there a mysqlnd plugin to authenticate using ed25519
I setup my mariadb root user to authenticate using ed25519. Now I want to login using phpmyadmin but I'm getting the error mysqli_real_connect(): The server requested authentication method unknown to ...
0
votes
1
answer
418
views
Replacing mysql with MariaDB
phpMyAdmin shows this version !
I am new to Linux and servers. I was using mysql 5.5 (was installed using third party repositories) as my DBMS and then I decided to replace it with the latest version ...