Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After login - no tables visible when created through gui #71

Open
yure opened this issue Apr 9, 2015 · 5 comments
Open

After login - no tables visible when created through gui #71

yure opened this issue Apr 9, 2015 · 5 comments
Assignees
Labels

Comments

@yure
Copy link
Contributor

yure commented Apr 9, 2015

After entering connection data through gui, you see "tables" and "settings" on the left but there is no content. test database is mysql with 1 table

@yure yure added the bug label Apr 9, 2015
@yure
Copy link
Contributor Author

yure commented Apr 9, 2015

mysql> describe cdr;
+-------------+--------------+------+-----+---------------------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+--------------+------+-----+---------------------+-------+
| calldate | datetime | NO | | 0000-00-00 00:00:00 | |
| clid | varchar(80) | NO | | | |
| src | varchar(80) | NO | | | |
| dst | varchar(80) | NO | | | |
| dcontext | varchar(80) | NO | | | |
| channel | varchar(80) | NO | | | |
| dstchannel | varchar(80) | NO | | | |
| lastapp | varchar(80) | NO | | | |
| lastdata | varchar(80) | NO | | | |
| duration | int(11) | NO | | 0 | |
| billsec | int(11) | NO | | 0 | |
| disposition | varchar(45) | NO | | | |
| amaflags | int(11) | NO | | 0 | |
| accountcode | varchar(20) | NO | | | |
| uniqueid | varchar(32) | NO | MUL | | |
| userfield | varchar(255) | NO | | | |
+-------------+--------------+------+-----+---------------------+-------+
16 rows in set (0.01 sec)

@racke
Copy link
Member

racke commented Apr 9, 2015

I suggest to remove default password from config and give admin full permissions by default.

@gregapompe
Copy link
Contributor

Agreed. You probably don't have permission, but of course you are unaware. I'll solve it.

@gregapompe
Copy link
Contributor

I removed admin pass and added default permissions. Can you please test it yure?

@yure
Copy link
Contributor Author

yure commented Apr 9, 2015

it says:

Connection to DB

Connected successfully to mysql database named asteriskcdrdb with
user cdr!

but still no tables on the left side.

(i just did the pull).

also still can't do pull from GUI

On 09.04.2015 14:15, Grega Pompe wrote:

I removed admin pass and added default permissions. Can you please
test it yure?


Reply to this email directly or view it on GitHub
#71 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants