I installed Xampp and have the apache, FTP and MySql server running.
Initially i was getting an error:-
error :-
MySQL said: Documentation
1045 - Access denied for user 'root'@'localhost' (using password: NO).
Connection for controluser as defined in your configuration failed.
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
But then I went to the PhpMyAdmin folder under Xamp and made changes to the config.inc.php file to include my password in the $cfg['Servers'][$i]['password'] =''
section.
Now I am able to login to Mysql.
**
But the main problem is:-
**
I have a few schemas and tables already in the database, but when i log in to the database using the PhpMyAdmin I am unable to view those schemas and tables. Please could you help out, as those schemas are the ones that I need to incorporate in my webpage.