Help - Search - Members - Calendar
Full Version: I Have Some Connection Problems On Zymic
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
didocz
i try to build some personal web based on mysql database. but when i try to connect php and mysql on zymic.com, i had some problem,
this my code:

<?php
mysql_connect('localhost', 'anehde_root', '********') or die(mysql_error());
mysql_select_db('databasename') or die('SELECT ERROR : ' . mysql_error());
?>

but on my windows i found this message




help me please
Andrew
Can you edit your post? The "error" isn't showing up.

You may want to make sure that you have assigned privileges between your username and database in the MySQL Database Management section of the Zymic Control Panel.
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-2013 Invision Power Services, Inc.