Tag: mysql

如何使用DLZ(MySQL)支持编译/安装bind9?

我想知道如何在Ubuntu 14.04上编译或安装支持DLZ(特别是MySQL)的bind9版本。 根据我的互联网研究,bind9默认不支持它。 有谁知道一个很好的教程,或者个人知道,如何做到这一点? 所有存在的教程似乎都是三年,并为Ubuntu 12.04编写。

仅在浏览器中显示PHP错误页面变为空白

我正在学习设置我的LAMP服务器。 我正处于试图将MySQL连接到PHP文件的阶段。 有点难以找出问题考虑的地方我所得到的只是一个空白页面。 没有错误行,没有。 这是我的代码块:

MySql服务器无法识别正确的密码

我在Ubuntu 14.04 LTS上安装了MySql服务器。 我也有过以前的经验。 但每当我登录时,使用mysql -u root -p并输入密码后会说: ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES) 我输入了正确的密码。 几天发生了同样的事情,但后来我完全删除了mysql并重新安装了它。 我也尝试重启mysql服务器,但没有帮助! 有人可以帮忙吗?

为什么“iodbc”和“libmyodbc”包相互冲突?

当我安装iodbc时,libmyodbc软件包被删除了,我不明白为什么。 有没有人有解释?

如何在离线时安装mysql DB?

我已经下载了mysql-5.5.9-linux2.6-i686.tar.gz文件。 我不知道如何将它安装到我的Ubuntu操作系统中。 我没有互联网连接,我是从浏览中心发布的。 我可以从这里下载文件,但我无法将笔记本电脑直接连接到互联网。 有没有办法在离线时安装mysql?

如何在Ubuntu 15.04上安装mysql-server?

当我从14.10升级到15.04时,我的mysql以某种方式破坏了。 当我跑 sudo dpkg –configure -a 经过漫长的等待,我收到了以下回复 Setting up mysql-server-5.6 (5.6.24-0ubuntu2) … Job for mysql.service failed. See “systemctl status mysql.service” and “journalctl -xe” for details. invoke-rc.d: initscript mysql, action “start” failed. dpkg: error processing package mysql-server-5.6 (–configure): subprocess installed post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of mysql-server: mysql-server depends […]

有人知道如何在ubuntu中修复此安装错误吗?mysql-server-5.6 E:子进程/ usr / bin / dpkg返回错误代码(1)

我正在尝试删除mysql-workbench。 但每次当我尝试删除与mysql相关的东西时,我都会收到此错误。 Reading package lists… Done Building dependency tree Reading state information… Done The following packages will be REMOVED: mysql-server-5.6 0 upgraded, 0 newly installed, 1 to remove and 9 not upgraded. 1 not fully installed or removed. After this operation, 52,5 MB disk space will be freed. Do you want to continue? [Y/n] Y […]

从10.04升级到12.04后,无法登录到PHPMYADMIN

我不能再登录PhpMyAdmin,它说登录不好。 PHP工作得很好。 请帮忙。 谢谢。 2002 Cannot log in to the MySQL server Language Log in Username: Password: Connection for controluser as defined in your configuration failed.

脚本超时已通过,如果要完成导入,请重新提交相同的文件,导入将恢复

我在mysql中导入数据库时​​收到此错误,当我重新提交相同的文件时,我收到此错误 Error SQL query: — — Dumping data for table `adminnotification_inbox` — INSERT INTO `adminnotification_inbox` (`notification_id`, `severity`, `date_added`, `title`, `description`, `url`, `is_read`, `is_remove`) VALUES (1, 4, ‘2008-07-25 05:24:17’, ‘Magento 1.1 Production Version Now Available’, ‘We are thrilled to announce the availability of the production release of Magento 1.1. Read more about the release in the […]

在10.10中安装旧版本的mysql

我正在使用Ubuntu 10.10,但我发现这个项目存在10.10安装的mysql服务器版本的问题。 我有另一台机器运行该项目的相同构建,但它运行10.04,它没有任何问题。 我发现版本有点不同(10.04有5.1.41和10.10有5.1.49)。 我希望能够在我的特立独行的机器上安装清晰的版本,但谷歌并没有找到任何有用的东西来完成这项任务。 谁知道我会怎么做呢? 谢谢。