Ubuntu è un sistema operativo desktop e server basato su Debian GNU / Linux. Nota che http://askubuntu.com è specificamente dedicato alle domande su Ubuntu.
Sto provando a fare il backup dei miei database attraverso il terminale in Ubuntu usando il mysqldumpcomando ed è successo. Dove si trovano i database di backup? Eseguo il comando in questo modo: $ mysqldump -h localhost -u username - p database_name > back_up_db.sql ma non ho idea di dove …
Quando controllo le dimensioni dei miei database in MySQL ottengo questo: MariaDB [(none)]> SELECT table_schema "Data Base Name", sum( data_length + index_length ) / 1024 / 1024 "Data Base Size in MB", sum( data_free )/ 1024 / 1024 "Free Space in MB" FROM information_schema.TABLES GROUP BY table_schema; +--------------------+----------------------+------------------+ | Data …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.