Instalar Mysql 6.0 en windows XP

15 05 2008

MYSQL
Primero ir a www.mysql.com descargar la ultima versión, la versión autoinstalable.

Luego instalar por defecto, siguiente si sabes que ese puerto esta usado para algo cambiarlo sino dejarlo, 3306, y dejar la contraseña para root

Leer el resto de esta entrada »





Conexión a mysql desde PHP, buscar

29 10 2007

Aquí indico como hacer una conexión a mysql (BD) usando PHP

Primero debemos configurar la Base de datos, es decir, tener creada una BD (miBD) con un usuario(miUSER) y contraseña (miPASS) con permisos para leer y escribir dentro de ella, sabiendo esto, y alguna tabla conocida previamente creada ejm: ‘documents’, se utilizarán 2 archivos:

1 _bd.php : Contiene los datos de conexión a la BD y funciones que buscan, eliminan y modifican en la BD.

2 prueba.php : Éste archivo llama a la función de _bd.php y despliega en pantalla el resultado de la búsqueda BD.

Leer el resto de esta entrada »





Conflicto puerto 8080 Oracle XE 10 (problem with port 8080) – Oracle 10g Listener port 8080 conflict

15 07 2007

When you installed Oracle XE by default in your pc (win and linux), the XE have one utility(the web-app service from oracle is running. to access by WEB using the port http:8080, http://127.0.0.1:8080/apex user: SYSTEM and password: “of the installation”, well if you dont have any other service running on the 8080 port, works fine!!! but if you have………. for example (web server – tomcat(8080) or any other running on the same port), you should change one of this, the tomcat port or the second way change the oracle port:

The second way:
The steps to change oracle http Port:
Open the command line of the oracle:

SQL>connect system

SQL>Enter the password"of the installation"

Leer el resto de esta entrada »








Seguir

Get every new post delivered to your Inbox.