[Gambas-user] gambas 0.56 and Database example

Charlie karl.reinl at ...9...
Sun May 11 23:41:59 CEST 2003


Jochen Georges schrieb:

>hello
>
>gambas 0.56 compiles fine under debian woody :-)
>
>i've tried to run the Database exampe 
>
>i set the values like this:
>Type: mysql
>Host : localhost
>Database: test
>User: jochen (and later: root)
>Password: YES
>
>while trying to connect i got the message:
>cannot open database: Access denied for user root at ...40... (Using 
>password: YES)
>
>????
>mysql is ok:
>jochen at ...23...:~$ mysql
>Welcome to the MySQL monitor.  Commands end with ; or \g.
>Your MySQL connection id is 8 to server version: 3.23.56-log
>
>Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
>
>mysql> SELECT USER();
>+------------------+
>| USER()           |
>+------------------+
>| jochen at ...40... |
>+------------------+
>1 row in set (0.05 sec)
>
>thanks for any hint
>
>beste gruesse
>jochen
>  
>
Sorry Jochen,

give me a 2nd. chance. I mixed all up, and after a last tourn I trow it 
out, but it was wrong.

If you get (Using password YES) it means you used a password but there 
is no password to give.
And if you get (Using password NO) it means you used no password, but 
there is a password to give.

Sorry again
Charlie

Using

(Using 
password: YES)




>  
>







More information about the User mailing list