Hi,
I have a silly question: What is MySQL server?
I am trying to set up LinkMetro link directory PHP scripts on my site: www.catbehaviortraining.com. I created MySQL database as per video instructions, uploaded link folder from LinkMetro and now am stuck. Here are their instructions:
1. Upload this entire "links" folder to your public_html folder or your main web directory on your server.
2. Change the permissions on the following files or folders to "777" (Read/Write permission)
- The "links" folder
- The config.php file (links/admin/config.php)
3. Create a new database on your server and keep note of the:
- mySQL server name
- mySQL username
- mySQL password
You will need this information later.
Typically you can easily create a database on your server by logging into your webhost's control panel. Each
control panel is different, so you'll need to contact your webhost if you don't know how to create a database
within your control panel.
4. Run the install.php file by opening up your web browser and typing this URL into it:
(substitute 'www.yourdomain.com' with the actual domain name of your web site)
Note: You may see a few warning messages at the top of the screen once you run the script, but just ignore those.
5. Fill out all of the textboxes with the appropriate information.
- mySQL server: This is the server name for the database you created in step 3 above.
- mySQL username: This is the username for the database your created in step 3 above.
- mySQL password: This is the password for the database your created in step 3 above.
After you have filled out the above fields, click 'Connect' and you will be taken to the next step.
- Database: Select the first radio button titled "Use existing database". And select the database name that you created
in step 3 above.
- Table names prefix: Leave this set to the default text
- Template path: Leave this set to the default text
- Admin username: Enter a username that you will use when logging into your links manager screen. Just use the same
username as you use for your LinkMetro account.
- Admin password: Enter a password that you will use when logging into your links manager screen. Just use the same
password as you use for your LinkMetro account.
6. Click create database
7. If all is ok, and after deleting the install.php file, click on the link at the bottom of the page. After making
sure the settings on this screen are correct, click on the "Save" button to create the directory pages.
I tried to fill almost everything in mySQL field but always get error report that it cannot connect to mySQL for various reasons. username
and password is correct. What should i do?
I have a silly question: What is MySQL server?
I am trying to set up LinkMetro link directory PHP scripts on my site: www.catbehaviortraining.com. I created MySQL database as per video instructions, uploaded link folder from LinkMetro and now am stuck. Here are their instructions:
1. Upload this entire "links" folder to your public_html folder or your main web directory on your server.
2. Change the permissions on the following files or folders to "777" (Read/Write permission)
- The "links" folder
- The config.php file (links/admin/config.php)
3. Create a new database on your server and keep note of the:
- mySQL server name
- mySQL username
- mySQL password
You will need this information later.
Typically you can easily create a database on your server by logging into your webhost's control panel. Each
control panel is different, so you'll need to contact your webhost if you don't know how to create a database
within your control panel.
4. Run the install.php file by opening up your web browser and typing this URL into it:
(substitute 'www.yourdomain.com' with the actual domain name of your web site)
Note: You may see a few warning messages at the top of the screen once you run the script, but just ignore those.
5. Fill out all of the textboxes with the appropriate information.
- mySQL server: This is the server name for the database you created in step 3 above.
- mySQL username: This is the username for the database your created in step 3 above.
- mySQL password: This is the password for the database your created in step 3 above.
After you have filled out the above fields, click 'Connect' and you will be taken to the next step.
- Database: Select the first radio button titled "Use existing database". And select the database name that you created
in step 3 above.
- Table names prefix: Leave this set to the default text
- Template path: Leave this set to the default text
- Admin username: Enter a username that you will use when logging into your links manager screen. Just use the same
username as you use for your LinkMetro account.
- Admin password: Enter a password that you will use when logging into your links manager screen. Just use the same
password as you use for your LinkMetro account.
6. Click create database
7. If all is ok, and after deleting the install.php file, click on the link at the bottom of the page. After making
sure the settings on this screen are correct, click on the "Save" button to create the directory pages.
I tried to fill almost everything in mySQL field but always get error report that it cannot connect to mySQL for various reasons. username
and password is correct. What should i do?
Comment