Help - Search - Members - Calendar
Full Version: I Can't Install My Web Site
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
GF411
I want to install my web site to my new clan using the open source CMS "Nuked Klan", I can't set it up because the MySql DB.

+ Me Site is http://phoenix-team.vndv.com

+ I use the localhost like the a MySql host

+ I tape the user name and PW correctly

>>> the result : Database connexion failed, Check your form ! sad.gif


Note : i create the database, the user and i assigned privileges


Can someone give me a solution please
Phim7.com
Remember to correct your mysql data info.
Your mysql username must be: accountname_username (like:phoenix-tem_username)
Your mysql database name must be: accountname_databasename (like:phoenix-tem_database)
and your mysql database password is your mysql use's password.
After creat your mysql user and data, you have to Assign Privileges them on.
Go to MySQL Database Management
=> Find the block with orange button named : Assign Privileges
Correct your user and database then pree this button.
Sean223
Make sure you

1. Made a database (like database_yourname)
2. Made a user and password (like user_yourname)
3. Assigned privileges for that user to that database
4. Entered correct information into your code
Jack
Mysql username should be no more than 16 char. If you can't make it 16char or less then open a new account with a short name, and then use the database details from that account.
Andrew
QUOTE(Jack @ Jul 23 2008, 09:05 AM) *
Mysql username should be no more than 16 char. If you can't make it 16char or less then open a new account with a short name, and then use the database details from that account.

I just want to add on, the 16 character limit includes your username and the underscore ( _ )

so awesomenewsite_database will NOT work as a database, but
awesomenewsite_d WILL work as a database.

obviously replace awesomenewsite with your site name
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-2009 Invision Power Services, Inc.