您的位置:

客户端不安装mysql服务器,mysql server 55安装不了

本文目录一览:

MYSQL不安装客户端可以使用吗?

不行的,因为mysql是属于C/S 架构的,增删改查都是在客户端操作的。

在本地不安装mysql数据库能连接吗?

本地不安装mysql 服务器是可以的,但是至少要安装客户端, 也要安装一个  ODBC 的驱动。

下面这种情况, 是 连接本机的 MySQL

前提是 本机安装了  MySQL , 并开启了 MySQL 的服务。

E:\MySQL\MySQL Server 5.1\binmysql -u root -p

Enter password: ********

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 4

Server version: 5.1.50-community MySQL Community Server (GPL)

Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.

This software comes with ABSOLUTELY NO WARRANTY. This is free software,

and you are welcome to modify and redistribute it under the GPL v2 license

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql

下面这种情况, 是 本机只有客户端, 没有运行服务程序。

连接的是 另外一台机器上面的  MYSQL 数据库,  本机是没有数据库的。

F:\mysql-4.1.10a-win32\binmysql -u test_user -h 192.168.56.101 -p

Enter password: ************

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 8 to server version: 5.0.96-community-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql

mysql如何不安装服务端只安装客户端

都可以,很多开发者都是只装客户端,不装服务器的

只装服务器,不装客户端一般没必要,客户端非常小,实在不想要可以去掉(删除)

一般按默认设置即可,没什么特别的了

请采纳答案,支持我一下。

客户端在没有安装Mysql的情况下访问服务器上的Mysql

可以安装一个MySQL-Front

打开后,新建连接,输入服务器上的mysql的公网ip,账号以及密码,即可远程访问mysql