Wiered phpmyadmin problems...

Hello gr8 ppl here

I have several problems with fresh phpmyadmin install:

1. I can't drop empty databases, when I click DROP it says:

#1065 - Query was empty

That's it

2. Can't modify user privileges, page just refreshes itself

3. Can't create new database, it says:

db_create.php: Missing parameter: new_db  (FAQ 2.8)

I went there, and did everything they told me, but no luck…

A little help?

3 Replies

Setup (ie webserver, php ver, mysql v, phpmyadmin ver (how you installed it (from web or distro)) and distro)?

Permissions might always be an issue, are you logging into phpmyadmin with a admin user?

@freedomischaos:

Setup (ie webserver, php ver, mysql v, phpmyadmin ver (how you installed it (from web or distro)) and distro)?

Permissions might always be an issue, are you logging into phpmyadmin with a admin user?

lighttpd, php 5.2.7, mysql 5, phpmyadmin 3

installed it by simply uploading to directory and configuring from file.

logging as admin.

using CentOS 5.

OK,

I already fixed this, if anybody will get same problem

Open php.ini

Go down to "Seesions" you should have:

> session.save_handler = files

and

> session.save_path = "/tmp"

and make sure tmp is writable

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct