Hi Florian,
If you want to connect remotely to the server, you
have to grant permission to that user. Try this:
GRANT ALL PRIVILEGES ON *.* TO 'theuser'@'%'
IDENTIFIED BY 'thepassword';
With this command you are telling MySQL to accept
calls from any computer if the user name is 'theuser'
and t
I am able very well to connect me to the base of data on my computer
(locally) but if I want that somebody connects himself since another
computer it cannot it tries to be connected by the intermediary of an
interface java and thus by link JDBC and if we install the ihm java on the
local compu
Hi,
Could you put more detail in the description of the
problem?
Bye.
--- Florian Litot <[EMAIL PROTECTED]>
wrote:
> Hi,
> i use mysql v4.0 i have got a problem with the
> connection to database i can
> connect if i have localhost but if i want to connect
> to database i can't.
> There is a li
Hi,
i use mysql v4.0 i have got a problem with the connection to database i can
connect if i have localhost but if i want to connect to database i can't.
There is a limitation with mysql v4.0 or not ? have you got an idea?
thanks
---