Help - Search - Members - Calendar
Full Version: Problem With The Host Name To Contect To Mysql
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
ozzye
Hi, i've tryed to create a joomla site.
The problem appears at step 4, when i have to conect to the mysql server:
Tipo de base de datos: database type:
MySQL.
Nombre del sevidor:host name:
toleressea.99k.org (and i've tryed with hosting.zymic.com, toleressea_99k_org and no ones rules)
Nombre de usuario: user name
i've used toleressea_99k_org_username (my own, not username)
Contraseņa: password
my own database password, not zymic pass.
Nombre de la base de datos
toleressea_99k_org_databasename (not databasename, so, my data base name)
Ed
Hostname needs to be 'localhost'
ozzye
QUOTE(Bread @ Oct 2 2007, 04:56 PM) *
Hostname needs to be 'localhost'


A lot of thanks, it works!!!!
Ebek
me too have a problem sad.gif when i try to register i need to enter

1. SQL host: localhost
2. SQL databasename: myname_zxq_net_name1
3. SQL database user name: myname_zxq_net_name2
4. SQL pass: ******

then i click ok and get:

ERROR mySQL: Invalid default value for 'macro_set'
Query:CREATE TABLE ibf_macro ( macro_id smallint(3) NOT NULL auto_increment, macro_value varchar(200) default NULL, macro_replace text, can_remove tinyint(1) default '0', macro_set smallint(3) NOT NULL default '', PRIMARY KEY (macro_id), KEY macro_set (macro_set) ) TYPE=MyISAM;

what should i do?

Mark
Something is wrong with that sript Ebek.
It should be:

SQL
CREATE TABLE ibf_macro ( macro_id smallint(3) NOT NULL auto_increment, macro_value varchar(200) default NULL, macro_replace text, can_remove tinyint(1) default '0', macro_set smallint(3) NOT NULL default 0, PRIMARY KEY (macro_id), KEY macro_set (macro_set) ) TYPE=MyISAM;
Ebek
Ok, thanks a lot smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.