MyBB Community Forums

Full Version: Upload the Backup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello sir, ı took a backup named sql.gz from the admin panel how can ı upload this
You will need to access your hosting panel (cPanel, etc) and import the backup database into it (through phpmyadmin for example).

https://docs.mybb.com/1.8/install/database-restore/
(2024-03-15, 09:54 PM)MattyWjeisz Wrote: [ -> ]Barındırma panelinize (cPanel, vb.) erişmeniz ve yedek veritabanını buraya aktarmanız gerekecektir (örneğin phpmyadmin aracılığıyla).

https://docs.mybb.com/1.8/install/database-restore/

very thanks sir

sorry

-- MyBB Database Backup
-- Generated: 15th March 2024 at 23:55
-- -------------------------------------

CREATE TABLE mb_adminlog (
uid int(10) unsigned NOT NULL DEFAULT 0,
ipaddress varbinary(16) NOT NULL DEFAULT '',
dateline int(10) unsigned NOT NULL DEFAULT 0,
module varchar(50) NOT NULL DEFAULT '',
action varchar(50) NOT NULL DEFAULT '',
data text NOT NULL,
KEY module (module,action),
KEY uid (uid)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;