|
HOLA BUENOS DIAS... DESPUES DE PASARME UNAS HORAS CONFIGURANDO Y CONFIGURANDO , la solucion es esta hay que configurar el archivo my.ini de mysql
agregue estas lineas al archivo.. y resulto...
[mysqld]
# The TCP/IP Port the MySQL Server will listen on
port=3306
#Path to installation directory. All paths are usually resolved relative to this.
basedir="C:\AppServ/MySQL"
#Path to the database root
datadir="C:\AppServ/MySQL/data/"
# The default character set that will be used when a new schema or table is
# created and no character set is defined
# default-character-set = utf8
# character-set-server = utf8
# collation-server = utf8_general_ci
# init_connect = 'SET collation_connection = utf8_general_ci'
# init_connect = 'SET NAMES utf8'
character-set-server=latin1
collation-server = latin1_spanish_ci
default-character-set = latin1
default-collation= latin1_spanish_ci
|