Home
 

Customer Support

Search for keywords:

Browse by category:

I can't get phpMyAdmin to work.

Chances are, your web browser does not allow third party cookies. To remedy this situation, you can either enable third party cookies or instruct your browser to allow all cookies from secure-dbadmin.com. This guide will assist you to find the Cookies/Privacy settings in your preferred web browser. Once you adjust these settings, you may have to restart your browser for the changes to take effect.

---

If you would rather use your own phpMyAdmin instead of the one integrated into OnSite, then you can download your own copy from phpmyadmin.net.

Make sure you have setup a MySQL database for yourself before trying to use your phpMyAdmin. You can create and check on databases through the OnSite.

Unpack phpMyAdmin into its own directory where the webserver can serve it, such as: /htdocs/www/phpMyAdmin
Change into the phpMyAdmin directory. Edit the file: config.inc.php3

Configure with these settings:

$cfgServers[1]['host'] = 'DBSERVER';

# replace DBSERVER above with
# the correct database server host name
# as described here



$cfgServers[1]['port'] = '3306';
$cfgServers[1]['adv_auth'] = false;
$cfgServers[1]['stduser'] = '';
$cfgServers[1]['stdpass'] = '';
$cfgServers[1]['user'] = 'your_username';
$cfgServers[1]['password'] = 'your_password';
$cfgServers[1]['only_db'] = 'your_database';
$cfgServers[1]['verbose'] = '';

Where 'your_username' would be 'joeblow' or whoever you are.
And where 'your_password' is the password that goes with your username.
And where 'your_database' is the name of your database, which is likely your domain name without the ".com", ".net", or ".org" on the end. If you don't have a domain name then your database name is probably the same as your username.

Then consider password protecting that directory so that anyone can't come along and drop your tables.

User-Contributed Notes

add a note
There are no user-contributed notes for this topic.

Related Questions:


How do I import delimited data into MySQL?

How do I change my MySQL password?

How do I import a MySQL dumpfile into my database?

How can I export data in CSV or tab delimited format?

How do I connect to my MySQL database?

Why do i get a query syntax error 1064 from MySQL when the syntax seems correct?

How do I export and move my database tables between servers or copy databases?

I can't connect to local MySQL server through socket 'mysql.sock'

How do I create a .my.cnf MySQL preference file?

What is my database server name?

How do I change MySQL timezone?

What is my MySQL Username or Database Name?

MySQL says I have too many connections.

How do I check how much disk space my database is using?

A MySQL MYI table has errors in it.

Can I connect to MySQL remotely?

Can I connect to my MySQL database from my own computer?

phpMyAdmin gives SQL syntax error when I try to create table.

How can I use odbc_connect() in my PHP scripts to connect to MySQL?

What kind of database server do you offer?

How many databases do I get?

What am I allowed to do with my MySQL database?

Will we be able to do our own MySQL admin?

How do I import a MySQL dumpfile into my database via phpMyAdmin?

Do you offer MySQL 5?

How do I export a MySQL dumpfile via phpMyAdmin?

Browse Categories:

Getting Started, FTP, Telnet/SSH, Moving Domains, E-mail, Traffic Reports, Mailing Lists, Apache, PHP, CGI, Other Server-Side Scripting, MySQL Database, Imaging Libraries, Other Software, Billing & Terms, Control Panel, E-commerce, Pre-Sales


Tiny Modwest Logo         Copyright 2000-2008 by Modwest, Inc.          About Us    |    Blog    |    Jobs    |    Web Design    |    Contact Us