aaPanel_Kern I'm running aaPanel on System: CentOS 7.9.2009 x86_64(Py3.12.3)
First I did: cd /www/server/mysql/bin
Then I ran this command mysql -u <username of my database> -p <password of my database> <folder name that is already created> < /www/backup/database/db_admin_flarumwb_20240829_034033.sql
After that nothing happens. and only the following message appears:
mysql Ver 15.1 Distrib 10.7.3-MariaDB, for Linux (x86_64) using readline 5.1
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Usage: mysql [OPTIONS] [database]
Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf
The following groups are read: mysql mariadb-client client client-server client-mariadb
The following options may be given as the first argument:
--print-defaults Print the program argument list and exit.
--no-defaults Don't read default options from any option file.
The following specify which files/extra groups are read (specified before remaining options):
--defaults-file=# Only read default options from the given file #.
--defaults-extra-file=# Read this file after the global files are read.
--defaults-group-suffix=# Additionally read default groups with # appended as a suffix.
Is there an easier way to import database in the aaPanel or through my phpmyadmin?
Do I have to increase max_file_size or anything in the php.ini settings?