Hello,
I'm sorry to post such a basic question, but I hope one of you can help me
with something.
I have created a demo database at www.phpmyadmin.net. It has a database >
table > records etc and everything looks good on that end. I am running a
browser .pl script to read the database, from a different web
server/different url.
In my script, I am trying to log into the database to read it, and I keep
getting "Unknown MySQL server host" - but to me it looks like it should go
through.
The database host is:
my [dollar sign]dbhost = 'http://demo.phpmyadmin.net/trunk/index.php';
The database is:
my [dollar sign]dbname = '[my_database_name]';
The login is:
$dblogin= 'root';
Pass is:
my $dbpass = ''; (i leave this empty)
To me it looks like it should work, but it isn't and I keep getting the
error.
Can someone help me figure out what's wrong? If for some reason, the demo
site doesn't let me run scripts from an outside server to query a demo db,
then is there a place on the demo site where I can run the .pl script
against the db?
Thanks!
Hi,
am I the only one who get a white page with this revision? Source page
generated is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<title>phpMyAdmin </title>
<link rel="stylesheet" type="text/css"
href="phpmyadmin.css.php?token=6a783fa5859dd878f4ad5bb8ee1dc1b8&js_frame=right&nocache=
--
Marc Delisle
http://infomarc.info
Welcome to the first beta of phpMyAdmin 3.3.0. The main new features are:
- new import and export modules
- changes tracking
- synchronizing structure and data between servers
- replication support
The development team will appreciate your testing and feedback about
these features.
Details will appear on http://phpmyadmin.net. In a hurry? you can visit
http://sourceforge.net/projects/phpmyadmin to download.
Marc Delisle, for the team
--
http://infomarc.info
Hi
I still get warning from phpMyAdmin about timezones:
Warning in ./libraries/common.inc.php#291
date_default_timezone_get(): It is not safe to rely on the system's
timezone settings. You are *required* to use the date.timezone setting
or the date_default_timezone_set() function. In case you used any of
those methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected 'Europe/Berlin' for
'CET/1.0/no DST' instead
Backtrace
./libraries/common.inc.php#291: date_default_timezone_get()
./main.php#13: require_once(./libraries/common.inc.php)
And I started to think if it would not be better to make timezone our
configuration (in config and in store it in cookie) with default to UTC
to get rid of this warning.
I know this can be fixed by changing php.ini, but there is lot of
people who can not do it.
--
Michal ÄŒihaÅ™ | http://cihar.com | http://blog.cihar.com
Welcome to the first alpha of phpMyAdmin 3.3.0. The main new features are:
- new import and export modules
- changes tracking
- synchronizing structure and data between servers
- replication support
The development team will appreciate your testing and feedback about
these features.
Details will appear on http://phpmyadmin.net. In a hurry? you can visit
http://sourceforge.net/projects/phpmyadmin to download.
Marc Delisle, for the team
--
http://infomarc.info