Current Page: 1 of 1
Results 1 - 12 of 12
14 years ago
darkaria
once again thanks for all the help.......I am going to learn this......you people have been a great help. any sugestions for online tutorials you people like, for folks trying to learn this stuff?
Forum: WampServer English
14 years ago
darkaria
ok I think I understand now......... I was just clicking the file from the www folder, and it gave me this url C:\wamp\www\prodject1\hello.php but I need this url to get the php to work Have I got that right now? so for people reading this post with similar problems, you can't just click on the file......it gives you the wrong url, you need to go from to get the php to pr
Forum: WampServer English
14 years ago
darkaria
ok I made the folders named "prodject1" "website2" in my www folder...... I guess in the website2 folder the index.html files is just a basic set of htlm tags?....... what is in the index.php file? I have a copy of a index.php that came with wamp in the www folder, but all it does when I click it is promp for a download.......when Iopen it in a text editor.......
Forum: WampServer English
14 years ago
darkaria
it opens my wampserver homepage?
Forum: WampServer English
14 years ago
darkaria
I am trying to learn this stuff......I am doing the tutorials and the first thig it has me do is /* <html> <head> <title>Hello World</title> </head> <body> <?php echo 'Hello World.'; ?> </body> </html> */ I save it as hello.php in my www folder, and when I click on it it launcheds a browser, but
Forum: WampServer English
14 years ago
darkaria
ok I wasdoing somw searching I found this -------------------------------------------------------------------------------- is there a user set up in mysql root@localhost ? can you access mysql from the command line? if so do mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' -> IDENTIFIED BY 'some_pass' WITH GRANT OPTION; where 'some_pass' is the password you want t
Forum: WampServer English
14 years ago
darkaria
I am posting here and on your blog...........darn it I want to get this right.......I am ready to learn this stuff, and get to building data base driven websites
Forum: WampServer English
14 years ago
darkaria
yes I now get the #1045 - Access denied for user 'root'@'localhost' (using password: YES) here is my config.inc.php /* $cfg['blowfish_secret'] = ‘wizard’; $i++; $cfg['Servers'][$i]['verbose'] = ‘localhost’; $cfg['Servers'][$i]['host'] = ‘localhost’; $cfg['Servers'][$i]['port'] = ”; $cfg['Servers'][$i]['socket'] = ”; $cfg['Servers'][$i]['connect_type'] = ‘tcp’; $cfg['Servers'][
Forum: WampServer English
14 years ago
darkaria
I need some help..........how can I fix this problem? I am almost to the point of giving up.....I have spent 7 hours today trying to get this working..........what am I doing wrong?
Forum: WampServer English
14 years ago
darkaria
nowI am getting this error phpMyAdmin - Error Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
Forum: WampServer English
14 years ago
darkaria
I fix some of it, I now get a login screen but when I type in my user name 'root' then my password I get #1045 - Access denied for user 'root'@'localhost' (using password: YES) Log in Username: root Password:
Forum: WampServer English
14 years ago
darkaria
I am new to this when I click on phpmyadmin I get Error MySQL said: #1045 - Access denied for user 'root'@'localhost' (using password: NO) 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
Forum: WampServer English
Current Page: 1 of 1