[Gambas-user] mysql problems

Zano info at ...1863...
Mon Feb 18 17:34:05 CET 2008


David Villalobos Cambronero ha scritto il 02/18/2008 04:59 PM:
> Well, it seems to me that there is a problem with MySQL and not Gambas, Can you connect with MySQL by a terminal?
> 
> If Gambas compiled the gb.db.mysql component OK there shouldn´t be a problem.
> 
This is what I get when connecting with MySql.
As you can see, there is a wikidb which I use for personal purposes. 
This to say that mysql works :-)

=============================================
bash-3.2# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 118
Server version: 5.0.51-log Frugalware Linux - mysql-5.0.51

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

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| test               |
| wikidb             |
+--------------------+
4 rows in set (0.00 sec)

mysql> \q
Bye
bash-3.2#
=============================================




More information about the User mailing list