How to upload mysql into webite

Hi,
I have uplload my file and i need to know how to upload mysql database
into webiste.

second i have problem with photo
thx

Hi,

you can export first all the database as an sql file.
Then import it into the new mysql database

if you want to create a mysql database you can do it via members area… you can also import databases there.

you say you have a problem with photos… whats the problem?

If your uploading a script, (Upgraded accounts only) , then in most cases you will have to edit the config.php file

First off though you will need to go to the members area and click ‘MYSQL’ at the bottom of the page and make a database.

Hi,
first about PHoto problem
my path in my pc is
C:\xampp\htdocs\Training\images
for show this path to photo.
when i upload my page the photo do not appear
how can i make photo appear.

Upload the pics on to the server then use this code;

<img src="http://www.yourdomain.com/location_of_photo" />

Hi,
I want to know how to start conneting mysql and database too

thx

https://www.bitdegree.org/learn/ will give you loads of tutorials on using PHP & MySQL.

Hi xmakina’s ,
I click in that link I real lost ?that big webiste,ur kindly request give direct link plz

thx

PHP --> MySQL Introduction

Hi xmakina,
I think my not clear with u,
I have created database,tables now i want to know to to uplaod into website

thx

Have you used any database manager on your PC to create the database?

On the server 000webhost, within the CPanel there is a database manager called phpMyAdmin. If you can install in your PC a manager phpMyAdmin you will have easy to move the database from your PC to 000webhost.

If you’ve installed a web server inside your PC may already have installed the manager phpMyAdmin. Try typing in the address bar of your browser as follows:
http://localhost/phpMyAdmin or http://localhost/phpmyadmin

To upload your database to 000webhost, you must open from CPanel phpMyAdmin and import the file with the structure and data from the database that you created on your PC