On Wednesday, November 15, 2017 at 12:38:49 PM UTC+2, Paul Van den Bergh 
wrote:
>
>
> Hi all,
>
> I have installed MySQL-server and MySQL-client on a BBB :
>
> root@beaglebone:~# mysql --version
> mysql  Ver 15.1 Distrib 10.1.26-MariaDB, for debian-linux-gnueabihf (
> armv7l) using readline 5.2
>
> I like to connect to it from a Windows machine using MySQL Workbench, but 
> I'm not able to setup a connection : 
>
>
>
> root@beaglebone:~# cat /etc/mysql/my.cnf
> # The MariaDB configuration file
> # The MariaDB/MySQL tools read configuration files in the following 
> order:# 1. "/etc/mysql/mariadb.cnf" (this file) to set global defaults,
> # 2. "/etc/mysql/conf.d/*.cnf" to set global options.
> # 3. "/etc/mysql/mariadb.conf.d/*.cnf" to set MariaDB-only options.
> # 4. "~/.my.cnf" to set user-specific options.
> #
> # If the same option is defined multiple times, the last one will apply.
> #
> # One can use all long options that the program supports.
> # Run program with --help to get a list of available options and with
> # --print-defaults to see which it would actually understand and use.
>
> #
> # This group is read both both by the client and the server
> # use it for options that affect everything
> #
> [client-server]
>
> # Import all .cnf files from configuration directory
> !includedir /etc/mysql/conf.d/
> !includedir /etc/mysql/mariadb.conf.d/
> root@beaglebone:~# mysql
> Welcome to the MariaDB monitor.  Commands end with ; or \g.
> Your MariaDB connection id is 3
> Server version: 10.1.26-MariaDB-0+deb9u1 Debian 9.1
>
> Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.
>
> Type 'help;' or '\h' for help. Type '\c' to clear the current input 
> statement.
>
> MariaDB [(none)]> SELECT User, Host FROM mysql.user;
> +------+-------------+
> | User | Host        |
> +------+-------------+
> | root | %           |
> | root | 192.168.1.% |
> +------+-------------+
> 2 rows in set (0.01 sec)
>
> MariaDB [(none)]>
>
> Any help is very welcome.
>
> Thanks in advance,
>
> Paul.
>

My mistake, the command would be:

telnet 192.168.1.52 3306

--
Kind regards,
Tarmo Kuuse

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/3f7eae9e-fa2b-4d73-97e5-52806b5ed984%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to