Thanks a lot..Now i successfully created new database in phpmyadmin.gcypher said:Meaning you dont have permission to create a new database.
If you have admin privilige on DA you could assign another database to the account you want to use it with.
girl81 said:
<?php
$db_connect = 'localhost';
$db_user = 'root';
$db_pass = '';
$used_db = 'company_dbcompany';
<?php
$db_connect = 'localhost';
$db_user = 'company_123';
$db_pass = '123456';
$used_db = 'company_dbcompany';
Where can i get admin privilege on DA..please...tqgcypher said:Meaning you dont have permission to create a new database.
If you have admin privilige on DA you could assign another database to the account you want to use it with.
girl81 said:Where can i get admin privilege on DA..please...tq
Thanks a lot gcypher..i'm really appreciated it.. Now i'm already can linked my database with myphp form...but once i open phpmyadmin why there is still noticed No databases at the left of the corner and also no privilege.gcypher said:Well usually logging in at http://domain.com:2222 using "admin" as username.
Thanks..yes..i have already created database in phpmyadmin..but i just wondering and really want to know why my database name not displayed at the left corner in phpmyadmin..still noticed No databases.woober said:When you go to MySQL setting in DA, dont you see a link to phpMyAdmin under the create a database link?
Thanks..but how..but what it means..i dont understand ..can u tell me more details..thankswoober said:ok. I see, that problem might be found in your /var/www/html/phpMyAdmin/config.inc.php
Check you mysql db settings here.