Tag: mariadb

意外地安装了Mysql上的MariaDB。 如何恢复我的Mysql数据库?

我安装了MariaDB,却没有注意到它取代了Mysql。 在安装过程中,它将Mysql数据目录移动到mysql-5.7。 我删除了MariaDB并重新安装了Mysql,并尝试通过简单地将它们从mysql-5.7移动到mysql并重新启动Mysql来恢复我的数据库。 Mysql不会再次启动,因此我不能像这里建议的那样使用mysqldump – 如何在升级到mariadb后恢复mysql数据库 。 如何恢复数据库? 作为参考,我正在运行Ubuntu Server 16.04和Mysql 5.7。

如何在Ubuntu 14.10上安装MariaDB?

在通过官方页面提供的存储库(对于Ubuntu 14.04)未能成功安装最新版本的MariaDB之后,我尝试安装已经包含在Ubuntu 14.10中的mariadb-5.5。 但是我收到以下错误: Setting up mariadb-client (5.5.39-2) … dpkg: dependency problems prevent configuration of mariadb-server: mariadb-server depends on mariadb-server-5.5 (>= 5.5.39-2); however: Package mariadb-server-5.5 is not configured yet. dpkg: error processing package mariadb-server (–configure): dependency problems – leaving unconfigured No apport report written because the error message indicates its a followup error from a […]

删除MariaDB(MySQL)数据库

如何完全删除MariaDB,以便重置root密码?

无法在Ubuntu 12.04中安装MariaDB 5.5或10。 MYSQLD无法启动?

我尝试在我的Ubuntu 12.04服务器上安装MariaDB。 首先它给出了依赖性问题,我通过以下问题修复了它: https : //stackoverflow.com/questions/16214517/installing-mariadb-unmet-dependencies-mariadb-server-5-5 但是在安装mariadb-server时,它无法启动mysqld。 这是apt日志: root@sinha:/etc/apt# sudo apt-get install mariadb-server Reading package lists… Done Building dependency tree Reading state information… Done The following extra packages will be installed: libdbd-mysql-perl libmariadbclient18 libmysqlclient18 mariadb-client-10.0 mariadb-client-core-10.0 mariadb-common mariadb-server-10.0 mariadb-server-core-10.0 mysql-common Suggested packages: tinyca mailx mariadb-test The following NEW packages will be installed: libdbd-mysql-perl libmariadbclient18 mariadb-client-10.0 […]

在ubuntu 14.04上安装Mysql Workbench

我安装了MariaDb作为Ubuntu社区的支持,在最新LTS的发行说明中提到。 在那之后我尝试安装Mariadb-client,它也成功安装,之后很好的拥有GUI工具所以决定从Ubuntu-SOftware-Center和终端安装MySql-workbench但是它提示下面提到的错误 – 通过Ubuntu-Software-Center-出错 This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time. mysql-workbench: Depends: libgcc1 (>= 1:4.1.1) but 1:4.9-20140406-0ubuntu1 is to be installed Depends: libgtkmm-2.4-1c2a (>= 1:2.24.0) […]

当Apt报告MariaDB具有未满足的依赖关系或损坏的包时,安装MariaDB

我已经尝试了在这个干净的Ubuntu安装上安装MariaDB的所有内容,但我一直收到此错误, Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: […]

为什么mariadb会继续死亡? 我怎么阻止它?

我在Ubuntu 15.10上运行MariaDB 10.0.23-0作为LAMP服务器。 运行sudo /etc/init.d/mysql start导致: Job for mariadb.service failed because a timeout was exceeded. See “systemctl status mariadb.service” and “journalctl -xe” for details. systemctl status mariadb.service的输出是: ●mariadb.service – MariaDB数据库服务器 已加载:已加载(/lib/systemd/system/mariadb.service;已启用;供应商预设:已启用) Drop-In:/etc/systemd/system/mariadb.service.d └─migrated从 – my.cnf中,settings.conf 活跃:自2016年6月21日星期六22:52:42以来失败(结果:超时); 26年前 进程:8707 ExecStart = / usr / sbin / mysqld $ MYSQLD_OPTS $ _WSREP_NEW_CLUSTER(code = exited,status = 0 / […]

如何安装MariaDB?

安装MariaDB最稳定/最安全的方法是什么?