Hello,
In our server phpmyadmin not showing all databases properly. That's the reason we unable to insert any data in our databases. Could you give any suggestion why we face this issue.
https://prnt.sc/t3zoa2[root@server ~]# mysql --version
mysql Ver 15.1 Distrib 10.1.45-MariaDB, for Linux (x86_64) using readline 5.1
[root@server ~]# mysql -e "show databases;"
+----------------------+
| Database |
+----------------------+
| aarctech1_palwalcity |
| aarctech_aarctec |
| aarctech_hindisa |
| aarctech_lifesto |
| aarctech_test |
| aarctech_thefoun |
| information_schema |
| mysql |
| oauthv2 |
| performance_schema |
| postfix |
| root_cpmigrations |
| root_cwp |
| roundcube |
+----------------------+
[root@server ~]#