Home > Database > Mysql Tutorial > navicat无法远程连接mysql的解决方法_MySQL

navicat无法远程连接mysql的解决方法_MySQL

WBOY
Release: 2016-06-01 13:17:16
Original
2306 people have browsed it

Navicat

近日在Ubuntu上安装了一个 MySQL 5.0,因为使用 phpMyAdmin 还必须安装 PHP,所以打算直接使用远程管理工具Navicat for MySQL 来连接。

在 Ubuntu 中通过 mysql 命令行创建好一个数据表并分配了权限:


GRANT ALL ON testdb.* TO usera IDENTIFIED BY ‘passwd'

然后重启加载权限:


mysqladmin

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template