Help me
am 05.04.2003 01:58:44 von Hugo Fernando Quispe Lopez
Buenas, amigos sabes he instalado ayer el mysql para windows, en mi
computador tengo instalado el windows 2000 server, se ha instalado todo ok,
pero cuando quiero crear una nueva base de datos en el mysqladmyn no me
permite, lei los manuales y solo me aparecen las 4 ultimas opciones no me
permite crear una nueva base de datos, quisiera saber si la version que baje
qu es la 4.0.12 para windows, solo me permite ver como es mysql pero no me
permite administrar las bases de datos, quisiera saber si tiene algun manual
para poder administrar el mysql en la version grafica para windows, gracias
de antemano, lo estoy usando con fines de estudio tengo planeado hacer un
sistema de informacion en un hospital de mi localidad pienso correr mysql
como administrador de base de datos y pensaba en visual basic para hacer el
programa, que opinas de eso, si me puedes ayudar chevere tratare de ayudarte
tambien, el sistema que pienso hacer es un sistema estadistico hospitalario.
Atte
Hugo Fernando
____________________________________________________________ _____
Charla con tus amigos en lĂnea mediante MSN Messenger:
http://messenger.yupimsn.com/
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org
Re: Help me
am 05.04.2003 03:22:28 von miguel solorzano
At 18:58 04/04/2003 -0500, Hugo Fernando Quispe Lopez wrote:
Hola,
>Buenas, amigos sabes he instalado ayer el mysql para windows, en mi=20
>computador tengo instalado el windows 2000 server, se ha instalado todo=20
>ok, pero cuando quiero crear una nueva base de datos en el mysqladmyn no=20
>me permite, lei los manuales y solo me aparecen las 4 ultimas opciones no=
=20
>me permite crear una nueva base de datos, quisiera saber si la version que=
=20
>baje qu es la 4.0.12 para windows, solo me permite ver como es mysql pero=
=20
>no me permite administrar las bases de datos, quisiera saber si tiene=20
>algun manual para poder administrar el mysql en la version grafica para=20
>windows, gracias de antemano, lo estoy usando con fines de estudio tengo=20
>planeado hacer un sistema de informacion en un hospital de mi localidad=20
>pienso correr mysql como administrador de base de datos y pensaba en=20
>visual basic para hacer el programa, que opinas de eso, si me puedes=20
>ayudar chevere tratare de ayudarte tambien, el sistema que pienso hacer es=
=20
>un sistema estadistico hospitalario.
Para trabajar con bases de datos y tablas, t=FA puedes usar el cliente
MySQLCC que lo puedes bajar de:
http://www.mysql.com/downloads/mysqlcc.html
Saludos,
--=20
Regards,
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Miguel Angel Sol=F3rzano
/ /|_/ / // /\ \/ /_/ / /__ S=E3o Paulo - Brazil
/_/ /_/\_, /___/\___\_\___/
<___/ www.mysql.com=20
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32@m.gmane.org
Re: help me
am 04.08.2005 11:33:56 von oceanare pte ltd
Hi,
what did you put into your my.ini file?
Erich
chandra sheker wrote:
> hai,
> i've got problem in my sql.i've got 2003 small
> business server.i installed "mysql0.9.4
> beta","mysql4.0.20)(serevrs and
> clients)","MyODBC-standard-3.51.07-win.exe". after i
> installed i tried to connect localhost server.but its
> giving error like
> "cannot connect to sql server localhost(10061).
> plese help me regarding this.
>
> is mysql0.9.4beta supports 2003 small business server.
>
> chandra...............
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org
Re: help me
am 04.08.2005 11:39:19 von Erdal YAZICIOGLU
If you installed with microsoft msi package you ahve to define root
password. Even doing this will not help you... You have to define a user fo
MYSQL and try again. Root must have paswsword...
----- Original Message -----
From: "Erich Dollansky"
To: "chandra sheker"
Cc:
Sent: Thursday, August 04, 2005 12:33 PM
Subject: Re: help me
> Hi,
>
> what did you put into your my.ini file?
>
> Erich
>
> chandra sheker wrote:
> > hai,
> > i've got problem in my sql.i've got 2003 small
> > business server.i installed "mysql0.9.4
> > beta","mysql4.0.20)(serevrs and
> > clients)","MyODBC-standard-3.51.07-win.exe". after i
> > installed i tried to connect localhost server.but its
> > giving error like
> > "cannot connect to sql server localhost(10061).
> > plese help me regarding this.
> >
> > is mysql0.9.4beta supports 2003 small business server.
> >
> > chandra...............
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
>
> --
> MySQL Windows Mailing List
> For list archives: http://lists.mysql.com/win32
> To unsubscribe:
http://lists.mysql.com/win32?unsub=erdal.yazicioglu@gmail.co m
>
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org
Re: help me
am 04.08.2005 12:18:53 von oceanare pte ltd
Hi,
chandra sheker wrote:
>
> [mysqld]
> basedir=E:/installation-path/
> datadir=E:/data-path/
>
I have no running MySQL installation to verify this. But if I remember
right, you also have to specify a IP address, which could be localhost
and a port for the server to listen at.
The same parameters have then to be set for the client too to enable it
to connect to the server.
You will then also have to setup a default user.
Erich
>
> chandu..........
>
>
>
> --- Erich Dollansky wrote:
>
>
>>Hi,
>>
>>what did you put into your my.ini file?
>>
>>Erich
>>
>>chandra sheker wrote:
>>
>>>hai,
>>>i've got problem in my sql.i've got 2003 small
>>>business server.i installed "mysql0.9.4
>>>beta","mysql4.0.20)(serevrs and
>>>clients)","MyODBC-standard-3.51.07-win.exe". after
>>
>>i
>>
>>>installed i tried to connect localhost server.but
>>
>>its
>>
>>>giving error like
>>>"cannot connect to sql server localhost(10061).
>>>plese help me regarding this.
>>>
>>>is mysql0.9.4beta supports 2003 small business
>>
>>server.
>>
>>>chandra...............
>>>
>>>__________________________________________________
>>>Do You Yahoo!?
>>>Tired of spam? Yahoo! Mail has the best spam
>>
>>protection around
>>
>>>http://mail.yahoo.com
>>>
>>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org
RE: help me
am 05.08.2005 00:19:55 von jbonnett
Check the mailing list archives and the MySQL manual. This topic has
been covered MANY times.
John Bonnett
-----Original Message-----
From: chandra sheker [mailto:chandu_beeravally@yahoo.com]=20
Sent: Thursday, 4 August 2005 6:20 PM
To: win32@lists.mysql.com
Subject: help me
hai,
i've got problem in my sql.i've got 2003 small
business server.i installed "mysql0.9.4
beta","mysql4.0.20)(serevrs and
clients)","MyODBC-standard-3.51.07-win.exe". after i
installed i tried to connect localhost server.but its
giving error like=20
"cannot connect to sql server localhost(10061).
plese help me regarding this.
is mysql0.9.4beta supports 2003 small business server.
chandra...............
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around=20
http://mail.yahoo.com=20
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32@m.gmane.org