MySQL Backup With ASP

I need your help to take a backup through ASP script of a MySQL Database.

The whole database need to be back up in a .sql file like backup.sql

so that i can restore that through another script.

View Replies


ADVERTISEMENT

ASP.NET And MYSQL Backup

I am looking for a way to use an ASP.NET button in order to start a backup of a MySql database..

View Replies View Related

ASP Mysql Backup

I am running some websites and would like to take a full backup of my websites every morning at 5 AM.

Because of my server permissions I need to make some kind of database dump (script I think?), that can be started by a cronjob.

Problem is, I'm a little stuck with this and can't find anything on google..

View Replies View Related

MySQL Backup

I'm coming to the conclusion it isn't possible, because I can't find any reference to it anywhere on the web after a good deal of searching. Let me explain my position, I'm writing an admin area which will access and update a large MySQL database. When the asp code runs the update (about once a week), there will be a high potential for things to go wrong, and as a precautionary measure I wanted to perform a database backup before it ran the database updates.
What I wanted to do was similar to the PHPMYADMIN "Export" function, but in ASP, and save the file on the server for me to download at a later date if needed. If I could create the file, I figured that I could save it to a directory with write priveledges on the server using FSO. The problem is actually creating a dump of the structure of all of the tables using an ASP script. I have no idea how PHPMYADMIN manages to do it, but I don't know any PHP whatsoever, and I would far prefer to make it work automatically through the admin area I am scripting in ASP. All the references I could find in the MySQL manual were to creating the backup using telnet access, which we don't have at my host for security reasons, so I wondered if anyone else had come accross this problem before and had a possible solution that could help me [], or whether anyone can say that it definitely is not possible.

View Replies View Related

Backup Using ASP

I have created ASP application which is on one server. This application uses Access database. Is there some possibility to create an ASP script that will copy my MDB database on some other server?

View Replies View Related

Backup

I have posted a query before and solved the problem myself. What I am doing is using the filesystem object to copy my Access DB to another folder on my site for a backup. I then have a page that says when the backup DB was created, uses the filesystem object as well. My question is that when I backup the DB the page does not display the correct time and date of when the DB was last backed up. Here is my process for backing up the DB:

First I Delete a previous backup and lock the current DB

Then I copy the current DB to replace the copy I deleted

Then I un-lock the DB and return the user to the page that should show the correct date and time.

View Replies View Related

Backup An Mdb

Web site type: mdb driven shopping cart.ALtho my web host peforms nightly backups, I wish to create one of my own.I intend to do the following:

create a scedule in cuteftp to dload an mdb file nightly.My concern is,that during the dload what happens if someone is reading/writing to the mdb whilst using the website? Could this corrupt the mdb,or would the site throw an error during the mdb dload period?

View Replies View Related

Backup

I uploaded all the files to the website. I am using Access database.Everyday i want to take backup. How can i take backup from ASP and copy to my local system. If any problem in the database i will restore the backUp file.I am using classic ASP. I want to compress the database and backup.

View Replies View Related

BackUp Tables

I am looking for code that will go through all tables in MYSQL db and transfer records into text or excel files.

View Replies View Related

Backup Restore

As the subject states, does anyone know how I can backup an Access db, using ASP ? Is there a 'copy' statement or similar?Ideally, some method to ensure no one else is logged on, then copy the file from the "physical" path, like retrieving:

request.servervariables("APPL_PHYSICAL_PATH")

for the Access db, then copy the entire db to a sub folder called "/db/backup" . I want to do this remotely, not locally, because there is a lot of testing to do in the next few weeks, and I don't want to have to upload the (good) copy of the Access db evertime some additional changes to the db are to be made. I would like to save the bandwidth.

View Replies View Related

FTP Automatic Backup Possible

I would like to backup the Remote Access database from a link on my asp application . Is it possible ?For instance, there would be a menu which once clicked will initiate login/password and ftp server, get the database and rename it with currentdate, close the connexion ?

View Replies View Related

Database Backup

I am looking for a script that can take my Access DB and make a copy of it and store it in another folder. Does anyone know where I can get a code or script to do this?

View Replies View Related

Backup A Sql Server Db

im facing some troubles with a sql server database running on windows server . the problem is i need to backup my database coz i ve lost the local copy of it and i cannot also connect to it via enterprize manager (but it's working good with my site on the serer) .

so i need to create some asp script that reads the names of the tables of this database and also gets the structure of them (fields names and data type of each table) so i can use this data to re-build the database on my local machine .

View Replies View Related

Backup A Harddrive

just thought you computer-savvy peeps would enjoy a chuckle every once in a while.

View Replies View Related

Backup Database Included ID

i want to backup my database included id number..

there are alot table in my database..
but they are not connected with each other..

for example..

table name : products

id | product_name
------------------------
75 ASUS notebook


another table name : type

id | product_id | product_type
----------------------------------
1 75 PIV 3GHZ
2 75 PIV 3.2GHZ

this database is mssql..

how to protect(save) id number while backup database ?

View Replies View Related

Restore Backup File Through ASP

I have one SQL server 2000 backup file,now i want to restore that file using ASP.How can i do this please give me the solution for that .Is there any way for that.

View Replies View Related

Backup Access Database

I would like to back up my site database. However, while I am backing up/copying the database, the database might be still in used by visitor.

View Replies View Related

Backup AccessDB Script

I have been searching for a script that when i click on backup in the admin section of the site it will backup the database in a backup folder with a datestamp but cant finde it. I dont really know with the backup procedure but a good backup script.

View Replies View Related

Backup A Database Table

I need to be able to add a button on my site that will backup an SQL table (not the whole database) - does anyone know how to do that?

View Replies View Related

Database Backup Accross Domains

Is it possible to backup a Database from one domain to another using the File System Object? I want to save a DB from a folder on my1stsite.com to my2ndsite.com but obviously the server.mappath won't work and putting the URL of the folder to save to doesn't either i.e. http://www.my2ndsite.com/savefolder/myDB.mdb .

View Replies View Related

Problem Copy And Paste ASP Code From A Backup CD

I have set up a new server and now I try to move all the web ASP files, scripts to my new server.

I do copy and paste all the files to my webroot directory. None of the page works, the browser simplely redirect me to the search engine page. I have about total 50 ASP scripts and files. None of them shows after I entered the address in the browser. No bug and no syntex errors.

If I created a very simple ASP page like "Hello world", it works fine. Then even the Hello world page stopped working after I copy and paste any parts of the code from my backup CD.

I also heard someone mentioned about domain name hard coded program, could it possible in my case?

View Replies View Related

Use Mysql With VB6

I am trying to connect to a Mysql database in the following manner:

Dim conn As ADODB.Connection
Set conn = New ADODB.Connection

Dim rs As ADODB.Recordset
Set rs = New ADODB.Recordset

conn.CursorLocation = adUseClient
conn.ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=myserver;PORT=3306;DATABASE=mydatabase; USER=myusername;PASSWORD=mypassword;OPTION=3;"

however I am getting an error:

visual basic run-time error microsoft [odbc driver manager] data source name not found and no default driver specified.

View Replies View Related

C# Asp Mysql

How do you add data to the tables from asp website using C# (for mysql)

View Replies View Related

Mysql With ASP

Our website is currently developed in ASP/Mysql 4.
The dedicated servers on which it is currently hosted arrive at saturation.
Here is their configuration:
- 1 server PIV 2,8Ghz 1GB RAM with IIS 5 on Windows 2000
- 1 server Bi-xeon 3Ghz, 512 MB with MySQL 4 on Windows 2003
The website makes approximately 10.000.000 of pages seen and 310.000
visits each month (given by an external statistics tool), increasing by
10% each month.
The database is approximately 60 MB.
I made, I think, most of the optimizations on the database (cache,
indexes...).
According to our current web hoster, this saturation is due to a bad
management of connections between ASP and MySQL and recommends to us:
1/ to put the site on Windows 2003/IIS 6.
2/ to change our database from MySQL to SQL Server.
3/ to change our PIV to a second Bi-xeon.

View Replies View Related

VB And MySQL

er...i dont know if this belongs in here, so apologies if it shouldnt...

Im working on a programme in VB6 that allows people to add news to my site. I was just wondering how can you connect to MySQL with VB and how can you add records

View Replies View Related

MYSQL And ASP

i need to compare against the database if the user input the correct username and password otherwise to send the user to another page.. but still lets sign in even if the username and password does not match.. here's an example of my code:

View Replies View Related

MySQL With ASP

I was having trouble with access because it was far too slow and the site kept crashing as too many people were accessing the database at the same time (servers errors because of the lock file kept cropping up).

So, I converted the Access Database to mySQL, used the connection string:

Conn.Open "DRIVER={MySQL ODBC 3.51 Driver};database=dhsweb;server=localhost;uid=root;password=chadwick;option=3;"

And it connects ok. However, I get the following error on the main page: Code:

View Replies View Related

ASP & Mysql

How can i make ASP read a table and view its content from mysql ?

any xamples or a site i can refer to ?

1 more thing .. how to view the Database entries as URL or Links ?

View Replies View Related

ASP With MySQL

I am trying to create a website in ASP with a database back-end.

I am ok when using MS Access, but I have recently read articles saying that Access is no good for dealing with multiple users accessing it at the same time, so I am worried that it will not be able to cope.

As an alternative, I am looking at MySQL.

I am completely new to MySQL, and even installing it seemed complex. I have installed it to the directory C:mysql, and using 'mysql front' I have managed to create a database with a few tables.The database is in the 'data' subdirectory along with the mysql database. Code:

View Replies View Related

Using MySQL

I have a not so now small application where I am using an Access database as the backend and ASP. Since the size of the database and the complexity of the app are growing I am looking for a "stronger" database.

I have checked MSSQL but can't afford it, that's why I am thinking to use MySQL instead. Do you have any experience using classic ASP and MySQL, comments, etc.?

View Replies View Related

IIS Vs PWS W/ MySQL

I'm working with MySQL both locally and on a live server but empty text (memo) fields error out (Exception) when on PWS but not IIS. -Even if I'm just checking to see if there's a value (if rs("mytxtfield") <> "" then..)

Both are win2k boxes (Pro vs server) with the same drivers (3.51)

I've googled it, but no luck. Has anyone else run into this or is it just me?

View Replies View Related

ASP And MySQL 4.1.21

I'm trying to connect to a MySql datbase, which is version 4.1.21. This is the connectionstring I am using: Code:

strConnectionhg = "driver={MySQL ODBC 3.51 Driver};server=67.159.10.***;uid=dan_anope;"
strConnectionhg = strConnectionhg & "pwd=******;database=dan_anope"

However, whenever i run this script, I get the error:
[MySQL][ODBC 3.51 Driver]Client does not support authentication protocol requested by server; consider upgrading MySQL client

I've used the exact same script on MySQL 5, and it works perfectly. So what must I change to make it work on 4.1.21? it's not possible for me to upgrade the MySQL client.

View Replies View Related

ASP And MySQL

I'm using PHP. So, i want exporting my Data to Word or Excel. However, PHP can't. And i must write one ASP page to do it. and ASP can connecting to mySQL ?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved