I am new to this forum so pse forgive me if I am asking a question which already has been answered. But I have searched extensively whithout finding an answer. So here goes: I am installing WordPress on a Synology Server and have installed Maria DB in the process. But somehow I have messed the installation up. If I try to login I get a screen where I can reset my password or delete the database, but none of the options give any result. I have tried to delete the database with phpMyAdmin byt may only delete the test DB. An uninstall will be preferred, but I am prepared to delete via Linux (Ubuntu), but I am not sure where the files are to be found. Obviously I have no data to lose. Your help will be much appreciated. Best regards Eigil Winkel

Answer Answered by Faustin Lammler in this comment.

Hi, I am not sure what platform you are working on (ubuntu or synology or both)?

If you are using ubuntu, I suggest you to use the apt-get command to remove the database package, for instance:

 $ sudo apt-get purge mariadb-server 

You may check which mariadb packages are installed with:

 $ sudo dpkg -l | grep mariadb 

Ubuntu documentation for apt-get: https://help.ubuntu.com/community/AptGet/Howto

Regards, Faustin

Comments

Include Archived 
3 years, 8 months ago Bruno GAUDINAT

I uninstall (apt purge) MariaDB completely and my update (Ubuntu 18.04 LTS bionic) still give :N: Le fichier configuré « main/binary-i386/Packages » ne sera pas pris en compte car le dépôt « http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntubionic InRelease » ne prend pas en charge l'architecture « i386 » N: Le fichier configuré « main/binary-i386/Packages » ne sera pas pris en compte car le dépôt « http://downloads.mariadb.com/Tools/ubuntubionic InRelease » ne prend pas en charge l'architecture « i386 » N: Le fichier configuré « main/binary-i386/Packages » ne sera pas pris en compte car le dépôt « https://updates.atomicorp.com/channels/atomic/ubuntubionic InRelease » ne prend pas en charge l'architecture « i386 »Can i have some help ?

 
 
4 years, 11 months ago Faustin Lammler

Hi, I am not sure what platform you are working on (ubuntu or synology or both)?

If you are using ubuntu, I suggest you to use the apt-get command to remove the database package, for instance:

 $ sudo apt-get purge mariadb-server 

You may check which mariadb packages are installed with:

 $ sudo dpkg -l | grep mariadb 

Ubuntu documentation for apt-get: https://help.ubuntu.com/community/AptGet/Howto

Regards, Faustin

 
 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.

Uninstall or delete MariaDB completely for re-installation的更多相关文章

  1. ubuntu16.04 uninstall cuda 9.0 completely and install 8.0 instead

    卸载cuda 9.0sudo apt-get --purge remove cudasudo apt autoremoveto remove cuda 9.0 Thensudo apt-get cle ...

  2. CentOS 安装MariaDB

    1.安装 #同时安装mariadb和mariadb-server [root@bigdata-senior01 yum.repos.d]# yum -y install mariadb mariadb ...

  3. MariaDB学习记录

    MariaDB的学习 MariaDB的学习 关于MariaDB的历史,不再概述 下面是mariadb的官网:https://mariadb.com/ 同样的,MariaDB一样有连接java的jar包 ...

  4. C中级 MariaDB Connector/C API 编程教程

    引言 - 环境搭建 首先开始环境搭建. 主要在Window 10 + Visual Studio 2015 上构建使用 mariadb connector/c api 进行数据操作开发. 为什么选择在 ...

  5. mariaDB 安装/卸载+启动/关闭 服务

    1.设置环境变量 无论是用户环境变量还是系统环境变量 2.启动服务 进入根目录 名字根据 --install 后的 参数来决定 叫MariaDB,MySQL 都可以 mysqld.exe --inst ...

  6. Mariadb/MySQL数据库单表查询基本操作及DML语句

    Mariadb/MySQL数据库单表查询基本操作及DML语句 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 一数据库及表相关概述 1>.数据库操作 创建数据库: CREATE ...

  7. DotNet 资源大全中文版(Awesome最新版)

    Awesome系列的.Net资源整理.awesome-dotnet是由quozd发起和维护.内容包括:编译器.压缩.应用框架.应用模板.加密.数据库.反编译.IDE.日志.风格指南等. 算法与数据结构 ...

  8. Git for Windows v2.11.0 Release Notes

    homepage faq contribute bugs questions Git for Windows v2.11.0 Release Notes Latest update: December ...

  9. 在windows平台下electron-builder实现前端程序的打包与自动更新

    由于8月份上旬公司开发一款桌面应用程序,在前端开发程序打包更新时遇到一些困扰多日的问题,采用electron-builder最终还是得到解决~ 以下是踩坑的过程及对electron打包与更新思路的梳理 ...

  10. 【资源大全】.NET资源大全中文版(Awesome最新版)

    算法与数据结构(Algorithms and Data structures) 应用程序接口(API) 应用程序框架(Application Frameworks) 模板引擎(Application ...

随机推荐

  1. linux下UsbMon-WireShark之USB协议抓取分析

    usbmon配置 使用usbmon抓包分的,是需要 内核开启CONFIG_USB_MON=m, 重新编译内核, 编译ko : make ARCH=arm64 CROSS_COMPILE=aarch64 ...

  2. android IO Prefetch源码分析

    I/O Prefetcher是高通本身提供的一套优化方案,可以用在Android手机App冷启动的时候.本文基于android Q 主要分libqti-iopd.vendor.qti.hardware ...

  3. ADO.NET组成

    SqlConnection(数据库连接器) SqlCommand(数据库命名对象) SqlCommandBuilder(生存SQL命令) SqlDataReader(数据读取器) SqlDataAda ...

  4. Vue3 的emit3 属性和 props 属性?

    使用场景:使用父子组件通信的时候 : 作用: 用来声明组件有哪些自定义事件,不在emtis里面都会当成原生事件,绑定给组件的根标 签. 好处: 不在像 vue2 使用  .native 修饰符 在 v ...

  5. PG 的 MergeJoin 就是鸡肋

    好久没写博客,平时工作非常忙,而且现在对接的应用基本都是微服务架构. 微服务这种架构平时也很难遇到复杂SQL,架构层面也限制了不允许有复杂SQL,平时处理的都是简单一批的点查SQL. 基本上优化的内容 ...

  6. Shadcn UI:现代前端的灵活组件库

    简要介绍 Shadcn UI 与其他 UI 和组件库如 Material UI.Ant Design.Element UI 的设计理念截然不同.这些库一般通过 npm 包提供对组件的访问,而 Shad ...

  7. Java高并发之线程的实现方式,含Lamabda表达式

    Java中线程实现的方式 在 Java 中实现多线程有4种手段: 1.继承 Thread 类 2.实现 Runnable 接口 3.匿名内部类 4.Lambda表达式实现 实现 Runnable 接口 ...

  8. vue之JavaScript封装

    导入js文件有很多种方式,我喜欢使用这种,感觉跟框架导入很相似.没有多余的沉湎. 定义一个js文件,比如util.js import Vue from "vue"; //===== ...

  9. JS函数:递归函数与迭代函数

    1.递归函数 : 程序中调用自己的函数 程序调用自身的编程技巧称为 递归( recursion).递归作为一种算法在程序设计语言中广泛应用. 一个过程或函数在其定义或说明中有直接或间接调用自身的一种方 ...

  10. 初识GO语言--高级数据类型