Questions tagged «mysql»

有关MySQL数据库服务器,客户端和工具的问题。

4
phpmyadmin在打开时抛出404
我已经从Ubuntu软件中心在全新安装的Ubuntu 13.04上安装了php5和phpMyAdmin。 当我在浏览器中输入localhost时,将显示以下内容: 有用! 这是此服务器的默认网页。 Web服务器软件正在运行,但尚未添加任何内容。 所以有些事情在起作用。 如果我随后输入localhost/phpmyadmin或localhost/phpmyadmin/index.php该页面返回404错误页面,则找不到文件。 <?php phpinfo(); ?>当我尝试通过浏览器访问文件时,在/ var / www中创建了一个文件test.php,其中只有一行。 这指向权限问题 使用phpMyAdmin我也安装了: Apache HTTP Server元包(apache2) 对JavaScript库软件包的基本支持(javascript通用) 具有最小内存占用量的快速Web服务器(lighttpd) MySQL客户端(mysql-client) php5的GD模块(php5-gd) MySQL服务器(mysql-server) 在安装phpMyAdmin时,没有问我任何问题,就像以前的安装一样,我发现这很有趣,我被要求选择服务器。 文件夹/ etc / phpmyadmin具有以下内容: conf.d / config-db.php.ucf-dist 文件夹conf.d没有内容 是否需要安装一些我没有安装的东西,或者可以解决404和403错误? 编辑 / var中的所有者 :/var$ ls -lh total 48K drwxr-xr-x 2 root root 4.0K Jun 9 12:16 …
17 server  apache2  mysql  php 

6
如何在MySQL中连接和创建数据库?
我想使用以下代码安装MySQL并在其上创建数据库: sudo apt-get install mysql-server mysqladmin -h localhost -u {username} -p create lrs 执行第二行后,我得到以下消息: Enter password: mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user '{username}'@'localhost' (using password: YES)' 问题是什么?

2
MySQL 5.7没有目录,使用HOME = /登录
很抱歉,如果已经问过这个问题,但找不到这个(可能很小)问题的解决方案: 我刚刚在14.04服务器上重新安装了mysql-server 5.7。每次启动MySQL服务时,都会出现此错误: root@xxx:/etc/mysql# service mysql restart * Stopping MySQL Community Server 5.7.11 ... * MySQL Community Server 5.7.11 is stopped * Re-starting MySQL Community Server 5.7.11 No directory, logging in with HOME=/ .. * MySQL Community Server 5.7.11 is started 这意味着什么?我是否必须为用户“ mysql”设置主目录?(如果是这样,最好的选择是什么?/ home / mysql ??)现在是/不存在: mysql:x:110:106:MySQL Server,,,:/nonexistent:/bin/false 但是我有另一台具有相同/不存在的机器,它没有显示任何错误...
16 server  mysql 

4
更新服务器后MySQL无法打开文件:errno:24
Ubuntu: 12.04 LTS(Linux mysql02 3.2.0-40-generic#64-Ubuntu SMP Mon Mar 25 21:22:10 UTC 2013 x86_64 x86_64 x86_64 GNU / Linux) MySQL: Ubuntu发行版5.5.31 Apparmor:已删除! 服务器已经运行了一年多。然后,这个星期一MySQL开始失败。更新导致了此问题,我们无法弄清楚它是什么。我们甚至试图回滚到MySQL 5.5.30,但是没有运气。我们在5.5.31返回。 MySQL错误日志条目: 130430 7:55:46 [ERROR] Error in accept: Too many open files 130430 7:55:46 [ERROR] /usr/sbin/mysqld: Can't open file: './eci_elite_test/fclvod.frm' (errno: 24) 130430 7:55:46 [ERROR] /usr/sbin/mysqld: Can't open …
16 12.04  server  mysql 

7
无法为mysql“ root”用户设置密码
我是Ubuntu新手。我正在运行Ubuntu 12.10。我正在尝试安装apache,php,mysql。但是,我已经安装了apache,并且运行良好。 sudo apt-get install apache2 但是当我尝试使用以下命令安装mysql时 sudo apt-get install mysql-server 下载后,它要求输入密码,但要输入并确认密码。我收到以下错误消息。 无法为Mysql“ root”用户设置密码 为mysql设置密码时发生错误 管理用户。这可能是由于该帐户已经具有密码,或者是由于与Mysql服务器的通信问题而发生的。 安装软件包后,您应该检查帐户的密码。 请阅读/usr/share/doc/mysql-server-5.5/README.Debian文件以获取更多信息。 在提示符下单击确定按钮后,我在终端上收到以下消息 Setting up mysql-server-5.5 (5.5.29-0ubuntu0.12.10.1) ... start: Job failed to start invoke-rc.d: initscript mysql, action "start" failed. dpkg: error processing mysql-server-5.5 (--configure): subprocess installed post-installation script returned error exit status 1 Errors …
16 apache2  mysql  php 

3
安装Ubuntu 16.04 LTS:如何安装ODBC?
安装Ubuntu 16.04的新副本后,我尝试根据https://help.ubuntu.com/community/ODBC上的官方文档安装MySQL ODBC : # apt-get install libmyodbc Reading package lists... Done Building dependency tree Reading state information... Done Package libmyodbc is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: …
16 16.04  mysql  odbc 

5
为什么/etc/mysql/my.cnf为空?
我正在尝试编辑my.cnf文件以允许远程访问,并最终使用Windows Server中的软件为MySQL Server配置计划的备份。 我遵循这些指示。但是,/etc/mysql/my.cnf我的Ubuntu上的文件只有: # # The MySQL database server configuration file. # # You can copy this to one of: # - "/etc/mysql/my.cnf" to set global options, # - "~/.my.cnf" to set user-specific options. # # One can use all long options that the program supports. # Run program …
16 server  mysql 

6
在Ubuntu 16.04上安装mySql时出错
我一直按照此页面 上的说明在Ubuntu 16.04上安装mysql。 我在标题为“ MySQL Install and Configure”的页面的下半部分运行了命令sudo apt-get install mysql-server。我遇到了一个错误,但这是我的终端中该错误的输出: Preconfiguring packages ... Selecting previously unselected package mysql-common. (Reading database ... 41515 files and directories currently installed.) Preparing to unpack .../mysql-common_5.7.12-0ubuntu1_all.deb ... Unpacking mysql-common (5.7.12-0ubuntu1) ... Selecting previously unselected package mysql-client-5.7. Preparing to unpack .../mysql-client-5.7_5.7.12-0ubuntu1_amd64.deb ... Unpacking mysql-client-5.7 (5.7.12-0ubuntu1) …
15 server  mysql  16.04  lamp 

8
MySQL错误:/ var / lib / mysql所在的分区太满了!
尝试启动MySQL时出现此错误: The partition with /var/lib/mysql is too full! 这是输出df -h: Filesystem Size Used Avail Use% Mounted on /dev/sda1 455G 77G 356G 18% / none 4,0K 0 4,0K 0% /sys/fs/cgroup udev 1,9G 4,0K 1,9G 1% /dev tmpfs 387M 1,3M 386M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 1,2M …
15 mysql 

3
优化MySQL设置-mysqld内存不足
我对于更改my.conf文件中的哪些设置来优化服务器感到有些困惑(由于流量大,mysql服务器不断崩溃)。 这是my.cnf文件: [mysqld] user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp lc-messages-dir = /usr/share/mysql skip-external-locking key_buffer = 16M max_allowed_packet = 16M myisam-recover = BACKUP #max_connections = 100 #table_cache = 64 #thread_concurrency = 10 query_cache_limit = 1M query_cache_size …
15 mysql 


7
如何修复损坏的软件包安装(mysql)
升级到Ubuntu 16.04之后,我注意到mysql出现令人难以置信的错误。确信这是一个损坏的设置,我尝试运行mysql清除。这似乎并没有删除所有内容,所以我尝试自己做: sudo rm -r /etc/mysql sudo rm -r /usr/share/mysql-workbench sudo rm -r /usr/share/mysql sudo rm -r /usr/share/mysql-common 这是一个错误。永远不要尝试这样做。现在,mysql甚至无法正确安装。我试过重新安装依赖项: sudo apt-get install --reinstall $(apt-cache depends mysql-server | grep -Po 'Depends:\s+\K[^ ]+$' | tr '\n' ' ' ) 和包本身: sudo apt install mysql-workbench mysql-server --reinstall 但是我遇到各种各样的隐秘错误,例如: sudo apt-get install --reinstall mysql-server …

1
软件包升级永久挂在mysql-apt-configure上
关闭。这个问题是题外话。它当前不接受答案。 想改善这个问题吗? 更新问题,使它成为Ask Ubuntu 的主题。 4年前关闭。 昨天它卡住了MySql的更新。在mysql-apt-config没有完成对我们的,所以我不得不关闭机器到底。 今天它再次建议了相同的更新,但是告诉我必须dpkg --configure -a先修复该软件包。当我这样做时,它再次挂起: # sudo dpkg --configure -a mysql-apt-config (0.3.3-1debian7) wird eingerichtet .. 德语的最后一行表示“ [...]正在准备……”。 我也试图用apt-get purge mysql- 删除mysql包,但这会导致相同的结果。它再次挂在同一步骤。 我该怎么做才能解决此问题?
15 apt  updates  mysql  mint 

4
mysql PPA-无效签名
我已经安装了mysql-server软件包!!! 我想确保我的Ubuntu中拥有最新的MySQL。所以(很久以前)我添加了repo.mysql.com/apt/ubuntuPPA。最近,我注意到这样做时与此存储库相关的错误apt update。按照本指南,我已经下载并导入了公共GPG密钥。 现在,当我执行sudo apt update此错误时: Err:8 http://repo.mysql.com/apt/ubuntu cosmic InRelease The following signatures were invalid: EXPKEYSIG 8C718D3B5072E1F5 MySQL Release Engineering <mysql-build@oss.oracle.com> 操作系统信息:Ubuntu 18.10 我应该担心这个无效的签名吗?如何解决错误?
15 apt  mysql  ppa  gnupg 

2
在Ubuntu 16.04 LTS上安装mariadb-server时不提示输入根密码
我刚刚在我的电脑上重新安装了Ubuntu 16.04 LTS。当我尝试通过键入以下命令来安装MariaDB时: sudo apt-get install mariadb-server 安装进行得很顺利,但是在此过程中,系统未提示我输入mysql root帐户的密码。安装后,我无法登录MariaDB(mysql -u root -p),并显示错误消息: ERROR 1698 Access denied for user 'root' 一切都是全新安装。/etc/apt/sources.list检查了其中的条目,并正确启用了所有主要组件。 似乎是什么问题?
14 mysql  sql  mariadb 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.