PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #1278

Example 3 not working

Details

Submitted2004-04-25 13:41 UTC
Fromschnirkel at gmx dot at
StatusBogus
PackageLiveUser
PHP Version4.3.5
OSlinux
Roadmaps(Not assigned)

Comments

[2004-04-25 13:41 UTC] schnirkel at gmx dot at

Description:
------------
o) using cvs version (sunday 25-04-2004 15:40)

I was following the instructions on index.html, and import the demodata.sql script into an empty myql database -> not working, because of missing table liveuser_areas
Well, ok, create an empty database with perm_db.sql and Auth_DB.sql from sql dir first... try again, nope, this time we do have a problem with an already existing liveuser_users.

ok, i know that is not that hard to work around this, but its a bit too difficult to get that example working.

Reproduce code:
---------------
1.try
[schnirkel@florenz example3]# _mysql pear_test < demodata.sql
ERROR 1146 at line 42: Table 'pear_test.liveuser_areas' doesn't exist

2.try (after drop and create database pear_test)
[schnirkel@florenz sql]# _mysql pear_test < Auth_DB.sql
[schnirkel@florenz sql]# _mysql pear_test < perm_db.sql
[schnirkel@florenz example3]# _mysql pear_test < demodata.sql
ERROR 1050 at line 3: Table 'liveuser_users' already exists

Expected result:
----------------
a working combination of create and insert scripts... or a working (complete) dump in demodata.sql