Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    MYSQL




SQL Administrator - Backup Error


I installed MySQL Administrator and try to backup my databases... Unfortunately, when I start the backup, I get an error 'Error during backup. Cannot set ANSI quotes'.




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Administrator Backup
i want to do a database driven website. just did the installation and dabbled with php and the tables. i m using the MySQL Administrator and MySQL Query Browser tools.

i don't understand the difference between InnoDB tables and MyISAM tables. which one should i use? i did 2 test tables. both are InnoDB.

if i should use MyISAM tables, will editing them as MyISAM tables in MySQL Administrator cause any problems?

also about the backup of the database .. which option should i use in the MySQL Administrator? (i picked the InnoDB online option). also if i lose my data, how do i restore it using MySQL Administrator tool?

MySQL Administrator Backup/Restore
I use Backup option in MySQL Administrator to backup Database & Data. When go to Restore Backup file, restoring process (showing on progress bar) is allways finished before reaching full size of Backup file. Is that mean that NOT all data are restored? (I can't check whole database because of large amount of data).

Backup Database Like Mysql Administrator Using Mysqldump
when i backup database using Mysql Administrator,it generate insert clause every 9 records.when i use backup sql file to restore, the speed is very high.

but if i use Mysqldump, it generate only one insert clause with all record.and its restore will cost a very long time.

MySQL Administrator Backup Directly To Local Database
In MySQL administrator is there a way to backup directly to my local database from a remote host. I would ideally have this done automatically once a day.

I like to test locally and don't want to have to restore the database locally each time a backing from the remote site is done.

MySQL Administrator: Analyze Backup File Content Failed
I installed MySQL Administrator tried to restore from a sql dump file. No luck. When I run "Analyze Backup File Content" it says "The analyzation failed."

I inherited this dump file and don't have much detail about it and can't really go back to the contractor who supplied it. Any pointers on how to get this table and data into my version of MySQL?

Administrator Error
I am very new to using MySQL and I am having great trouble with setting up user accounts to limit the access to certain of my databases.

I am trying to use MySQL Administrator and when I make any change under the "User Administration" section then when I try to "Apply changes" I get an error that says "Error while storing the user information" and the changes (usually) do not appear to happen.

SQL Administrator Error
I'm new to mySQL, i downloaded mySQL administrator from the mySQL site, connected to mySQL server and when i tried to add a table to my database i got the following error and the program shut down.
A mySQL error was encountered. This message is:

Error while fetching Schema Table Status.
The following error occured: Lost connection to mySQL server during query (2013)

Error Running MySQL Administrator On RH8
I have downloaded the latest version of mysql administrator 1.0.18. I followed the installation instructions, but when i am unable to run the program. I get an error saying:

./mysql-administrator-bin: relocation error: ./mysql-administrator-bin: undefined symbol: gdk_display_get_type

Do you have any clue about what is happening?

Error In MySQL Administrator When I Try To Change The User Information
I recently install the MySQL 4.1.8-nt-max, and the MySQL Administrator, but when i try to change the information (name, description, email, etc.) in the Administrator I get the following error:

" Invalid UTF-8 Error executing query (illegal mix of collations (latin1_swedish_ci,implicit)
and (utf8_general_ci,coercible) for operation '=' "

Before it happens the Administrator crash down ...

Im from Mexico, so my Windows XP regional configurations are spanish / latinamerican.

Any ideas about it?

"ERROR 1064 (42000): You Have An Error In Your SQL Syntax " When Trying To Import Backup
Just upgraded to the latest version of mySQL. Before I did that, I did a full backup of all tables using the Administrator tool. Now when I try to do a restore, I get the message in the subject. Even if I copy-paste the SQL code into the command line client, I get the error. For example, I use this code:

CREATE TABLE "news" (
"news_id" int(4) NOT NULL auto_increment,
"news_subject" varchar(96) NOT NULL default '',
"news_author" varchar(96) NOT NULL default '',
"news_email" varchar(96) NOT NULL default '',
"news_body" longtext NOT NULL,
"news_time" int(10) NOT NULL default '0',
PRIMARY KEY ("news_id")
) TYPE=MyISAM DEFAULT CHARSET=latin1;

And I get this error:

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near '"news
" (
"news_id" int(4) NOT NULL auto_increment,
"news_subject" varchar(96' at line 1

Backup Error
I was trying to do a simple database backup but was returned the following error:

"An error occurred while executing the backup. The MySQL Server returned this error: MySQL Error Nr. 0."

It is not a schedule job.
My database versions are :
Sever Version: MySQL 4.0.18-nt
Client Version: MySQL Client Version 50000

My Operating System is windows 2k.

Get A 1064 Error When I Try To Restore A Backup
I am migrating my website from 1 server to another the versions of MySQL are as follows

Old Server 4.1.14-standard

New Server 4.0.25-standard

I am restoring a Wordpress SQL backup using MyPHPAdmin version 2.6.4-pl2

and get the following error each time I try to restore

Error

SQL query:

CREATE TABLE `ajones_Counterize` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`IP` varchar( 16 ) NOT NULL default 'unknown',
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
`url` varchar( 255 ) NOT NULL default 'unknown',
`referer` varchar( 255 ) NOT NULL default 'unknown',
`useragent` text,
PRIMARY KEY ( `id` )
) 'ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10911'

MySQL said: Documentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10911'' at

ERROR 1064 When Trying To Restore From Backup
Some time ago I installed MySQL on Debian Sarge ia64 and ended up with v. 4.1.11. I went on to build a database and a few days ago I wanted to copy it across to a web server, running Debian Sarge i386. I installed MySQL on the web server. As this was installed via FTP I was a bit pussled to see that I ended up with MySQL 4.0.24. Anyway, I thought no more about it, until I tried to copy across my MySQL 4.1.11 database. I backed up the original MySQL 4.1.11 database thus:

# mysqldump -u root -p databasename > datavasename_bak.sql

and encountered no problems. I also tried to restore it and everything seemed just fine.

I then copied the backup file across to the web server and tried to restore it with the command:

mysql -uroot -p databasename < databassename_bak.sql

whish resulted in the following error message:

ERROR 1064 at line 21: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1' at line 27

Having searched various forums it seems that this is a common error, but I have not been able to find any advice as to how it may be fixed.

Just to make sure that there was nothing wrong with by installation I deinstalled the MySQL 4.1.11 version and installed it again (via FTP), which gave me a real surprise, as I now ended up with version 4.0.24. It seems that the Debian team has decided to go back to v. 4.0.24.

I don't know why; I can only guess that there might be problems with v. 4.1.11. So, I now have compatible databases (booth 4.0.24) on the development machine and the web server, but I am left with an empty database and a backup (4.1.11) that I cannot restore. Is there a solution to this problem?

Error Trying To Backup My Online Database
I am trying to back up a large database and using command line seems the only way to do it, as other methods just time out.

This is the process I use:

1) Open up cmd
2) Navigate to the bin directory of my mySQL installation in program files
3) Connect to the database by typing in the cmd:
- mysql -h OnlineHostname -u dbuser -p ENTER
- password: ***** ENTER
4) show databases; ENTER
5) use mydatabase; ENTER
6) Database changed

Now that has successfully selected my database. This is where I struggle.

For the next line I have tried many many combinations to back up this database and they have all given an error, saying that i have a syntax error.

Here is an example of what I tried:

mysqldump -u DBusername -pDBpassword -h OnlineHostname DatabaseName > C:/file.sql ;

Can anyone offer any suggestions as I am totally stumped by this. I am using mySQL 5.0.

How Backup Data When There Is An Error : 1292
I encountered an error in accessing of datas :

Warning, 1292, Incorrect datetime value: '22/10' for column 'date_deb' at row 1

Ok, but how can I retrieve my datas ?

More informations :
- I have this error on trigger, and a "mysqldump --triggers bd table" give nothing about the triggers,

- a "select * from information_schema.TRIGGERS" give an empty set and those warnings,
- system : mysql 5.0.24a (on ubuntu)

Backup MySQL Via Port 3306 (which Tool? Automatic Backup?)
i have quite a big database on my website - and i cannot get any backup via system dump or scripts anymore, because my hoster added some memory limits - and scripts/dump can't finish...

so the only way left is to backup my database via connection to port 3306 and tools like mysqlfront.

mysqlfront is unfortunately quite slow and buggy - so do you know any tools which can backup databases via external connection? - it would be great if there are tools which run automatically? (batch/commandline??)
backup with mysql.exe - h -u .... is impossible, too!

SQL Administrator For Mac OS X?
Has anybody tried compiling the newly-released SQL Administrator in Mac OS X? Or is that possible at all?

SQL Administrator
what do I put in the STORED CONNECTION and SERVER HOST box? I'm assuming SERVER HOST would be the host of my website, but I'm not sure. Another question, is SQL Administrator the continuation of MyCC?

Using The My Sql Administrator
I hope this posting doesn't sound to lame, but how do I access the mysql admin panel? Where do I access it from? I just read about it on the mySQL forum site and thought that it might enable me to fix a problem that I have connecting to phpMyAdmin which for some reason won't let me connect to the mysql server.

Mysql-administrator
Having just upgraded to from Suse 10.0 to 10.1 mysql-administrator will
not work. When I try to acccess it I get the following message.

linux:/home/grabro # mysql-administrator
/usr/bin/mysql-administrator-bin: Symbol `_ZTIN4Glib9InterfaceE' has
different size in shared object, consider re-linking
/usr/bin/mysql-administrator-bin: Symbol `_ZTIN4Glib10ObjectBaseE' has
different size in shared object, consider re-linking
/usr/bin/mysql-administrator-bin: Symbol `_ZTIN3Gtk9ListStoreE' has
different size in shared object, consider re-linking
/usr/bin/mysql-administrator-bin: Symbol `_ZTIN3Gtk5EntryE' has different
size in shared object, consider re-linking
/usr/bin/mysql-administrator-bin: Symbol `_ZTIN4Glib6ObjectE' has different
size in shared object, consider re-linking
/usr/bin/mysql-administrator-bin: Symbol `_ZTIN3Gtk6WidgetE' has different
size in shared object, consider re-linking
*** glibc detected *** /usr/bin/mysql-administrator-bin: free(): invalid
pointer: 0x083ca0e0 ***
======= Backtrace: =========
/lib/libc.so.6[0xb716d911]
/lib/libc.so.6(__libc_free+0x84)[0xb716ef84]
/usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0xb72e6e51]
/usr/lib/libstdc++.so.6(_ZNSs4_Rep10_M_destroyERKSaIcE+0x1d )[0xb72c2fed]
/usr/lib/libstdc++.so.6....................................

MySQL Administrator 1.1.9
I am running mySQL database version 3.23.58, but I'm using mySQL Administrator 1.1.9 for scheduled backups. When connecting to the database I get a message saying that this version of database is not supported and I might get unexpected behaviour.

Am I OK to use this version of mySQL Administrator to backup my database and what unexpected behaviour can I expect ?

MySQL 5.0 Administrator
I have installed a new MySQL 5.0 administrator and since I am so used to deleting a database directly through data folder in my old mysql 3.23 that I do it now also in MySQL 5.0 rather than deleting it through administrator .

Now the problem , if the db is deleted not through administrator , it somehow creates a same name cache of the database and it creates a problem if I try to run a sql script because it gives a error of duplicate name.

My question is , Is there a way to delete old cache names of the db's so that new db's can be created or a script can run the db which has been created and deleted before .

MySQL Administrator
I am using the MySQL Administrator version 1.1.3. Why is the "Edit Table Data" grayed out when i right click on a table? Is there a way to ungrayed this?
Or is this not part of version 1.1.3 anymore?.

Mysql Administrator 1.0.19
when i click catalogs -> my schemata ; right-click on any InnoDB table i am not able to "edit table data" it is grayed out.

What do I have to do to be able to edit table data with mysql admin.

Administrator Login
I am really new and I am having a problem logging into the Admin Tool. What is the username and password ? This is my first time trying to login.

MySQL Administrator
My mysql server's version is 4.1.11_win32 and my MySQL Administrator's version is 1.0.19. When I use MySQL Administrator to modify the user administration, it always shows me "Error while storing the user information!".

MySQL Administrator
I want to view the config file in MySQL Administrator but it says I must be connected to localhost to see it.
Can I grant myself permissions to be localhost as well?

MySQL Administrator
I am trying to make one of my fields UNIQUE, however the MySQL table editor has the 'index settings' greyed out so I can not select "UNIQUE".
How do I make field unique

MySQL Administrator
I have setup MySQL Admin to run scheduled backups on my databases... do I have to keep the program open in order to run them?

MySQL Administrator 1.0.13
I've just downloaded MySQL Administrator 1.0.13 and wish to connect to a mySQL server v3. When connecting I get a message saying that this server version is not support, which I can ignore.
Can someone please advise what problems i might encounter if connecting to an unsupported server version ?
My main requirement for the mySQL Administrator program is scheduled backups of the data and table structures.

MySQLCC Vs Administrator
What is the difference between the Administrator and the Control Centre? They look like they do the same thing, just in different ways

MySQL Administrator
I have a site hosted with a company. I created a testing sub-domain called testlab.swattle.com In this sub I have created a database called swattle_test and I also added a user called swattle_testuser
Now when I go into the MySQL Administrator program on my local machine and try to logon to the server I keep getting an error 1045 I put up the screen shots of at http://testlab.swattle.com I also fired off an email to my hosting company

Mysql Administrator
i installed it for windows i can't seem to get it to connect to the database though, the mysql server is on the same machine as this one. for the hostname i typed in localhost port:3308 (is that the right port?) and my root username and password

it gave me an error that it couldnt ping to "localhost" i dont get it

Mysql Administrator
How do I edit table data using Mysql administrator.
If I click on edit table data the table opens, but then there is no way to edit the table.
At the bottom there is a button to apply changes but this is grayed out.

MySql Administrator
I'm using Innodb on windows server 2003.I noticed today that some of my tables are reported by MySql Administrator to have a far greater number of rows than what is return in a query for all rows.
For example, one table shows 51,600 rows in Administrator but when I do a SELECT * on the same table from Query Browser I get a mere 5,293 (this is the correct or "real" number of rows)
So, what's up? Why is administrator showing so many more rows?
I've also noticed that each time I press the refresh button in Administrator the number of rows changes. one time it might be 50k+ then 30k then 43k, etc, etc.
being a newb I'm a bit freaked out by all of this. I've heard that innodb can do some funny things, but this seems REALLY strange. I'm sure it's nothing, I just need to hear it from an experienced user

MySQL Administrator &amp; QueryBuilder
I have installed MySQL 4.0, MySQL Administrator and Querybuilder. In general all functions well. But two things do not function, which I would like to, because I need them:

(1) In the menu of Querybuilder --> Tools the link to Administrator is greyed out. How can I make it function? (Administrator to querybuilder is ok)

(2) More Important: in Administrator, loggedin as root with all grants, the (context-)menue eintry "edit tables values" is greyed out on any table. - How to make it function? How to edit values in the tables then?

(System: WXP-SP2, logged in with admin-rights)

New User [MySQL Administrator]
I'm getting an error when adding a new user: After I've entered MySQL User: XXX-WEB, Password and Confirm Password, I click Apply Changes a message box shows MySQL Administrator Exception: Error while storing the user informaiton. The user might have been deleted. Please refresh the user.

I've refreshed, sooo many times... I think I may have messed up the MySQL schema and may have damaged some locks.

MySQL Administrator Disabled
I've just installed MySQL 4.1.5 gamma following the instructions in the documention, and MySQL Administrator 1.0.13 on my home machine. I'm the only user :( !

MySQL seems to be working OK but when I use the Administrator program, which appears to connect to the MySQL service OK, all of the Startup Variable options are disabled on all the panels. I thought I'd be able to tweak these options from here.

Cannot Connect To MySQL Administrator
I am running MySQL 4.1 on Windows XP. I am trying to connect to MySQL administrator. But it is giving the following error when I try to connect:

Could not connect to the specified instatnce.
MySQL error number 2003
Can’t connect to MySQL server on ‘localhost’(10061)

When I run ‘MySQL Command Line Client’ it asks me to enter the password and it takes me to ‘mysql>’.

What do I have to do to connect to MySQL Administrator? Or what am I missing?

Having Problems Getting Mysql-administrator To Run
When I run mysql-administrator I get the following error. I installed the generic rpm on a Fedora Core 3 system. I have the latest version of pango.

/usr/bin/mysql-administrator-bin: symbol lookup error: /usr/bin/mysql-administrator-bin: undefined symbol: pango_renderer_get_type

Administrator And Network Names
I recently unchecked "Disable name resolving" within administrator, located on network server.  My boss and I are the only administrators on the system and after a server reboot, our network names were resolved in administrator.  However every other computer on the network, without mysql administrator, still appears as "localhost:port#.  Is there a way to see other network names?

MySQL Administrator For Web Administration
Can MySQL Administrator (from this website) be used to administer MySQL database over the web (a far off machine accessible via IP). If not, what is(are) other free software(s) that can easily do it for Windows platform.

MySql Administrator Rules
I find that MySql Administrator is a much more powerful and intuitive way to access databases than phpMyAdmin. I think I will be using this for all my projects now.

Setting Up MySQL Administrator
I just downloaded MySQL Administrator and am trying to install it. I'm trying "localhost" and "root" for Server Host and Username, along with the default setting for Port, 3306. However, I don't have a clue what a "Stored Connection" is. What am I supposed to enter there?

Commands Out Of Sync Administrator
When I try to create a table using MySQL Administrator I receive the following error:
"MySQL error number 2014
Commands out of sync; you can't run this command now"

Most of the other posts refer to running multiple queries at the same time, but this a development resource so no other queries are being run, unless there is something going on in the background. I'm a basic/beginning user.

I know how to run queries and update data, but as far as advanced/custom installations I'm out of my element. This is a recent installation of a XAMPP package on a Windows XP platform, which included Apache 2.0, PHP 5.1.6, MySQL 5.0.24a. I am using MySQL Administrator 1.2.4.

MySQL Administrator Logs
I have been using mysql database on two servers for about three years now. I recently downloaded the new MySQL Administrator and I love it. My only problem is I cannot see logs.

I am connected on the local machine and cannot find the option to turn on the logs or anything. I have looked through my.ini and everywhere.

MySQL Administrator Password
I have just installed mySQL 5 Community Edition and also all its tools viz. Administrator, Migration etc.. Presently I have installed it on a machines with no other machines connected to it. I also selected "Developer Machine" option while installing it.

When I open mySQL Administrator, it asks for Username and Password. I remember the password, but what is the default Username and Schema Name.

If I am running on a standalone machine, what to type in "Server Host" in the administrator window.

Mysql Administrator Issue
I have installed MYSQL 4.1.7, administrator & control center on Windows XP.

Mysql server runs fine, I can connect to Mysql administrator or windows command line client.

My problem is:
1] While trying to connect in MYSQL Control Center , I get error:
=== Error 2003: Can't connect to Mysql server on 'THESERVER' (10061) ===
[host name is fine, port no is also fine, then where I am doing wrong.... ???]

2] I can connect to Mysql Administrator , BUT..
1) Startup Variables are disabled [I can't alter them...]
2) Clicking SERVICE CONTROL page stops the service and then I could not restart the service again. [seems goophy to me... why its like that ???]
3) While surfing in Mysql Administrator, after a while I get error message:
=== Mysql Error Number 1226
User 'root' has exceeded the 'max_questions' resource (Current value 100)===
[I set max question value to default (0) or any number, it dosent make difference, and I can't work on administrator unless I re-login]

3] I have created a .sql file containing all tables & relationships I want. How can I load
that file in Mysql database. [How can I call/import that .sql file to create tables in Mysql database ??]


I am stuck in above little mess, would you please help me out from above problem ?

Installing Mysql-administrator
(This is also posted in the install forum)
For some reason I can't get the rpm to install so I tried using the tarball and when I do this, the /opt/mysql-administrator-1.0.19/bin directory does not get created.

Command I used to install mysql-administrator:
shell> tar --directory=/opt -xzvf mysql-administrator-1.0.19.tar.gz
Does anyone have any suggestions or another way to install this application on Linux? ...or am I missing a step? The rpm is preferred, but anything that works would be great.


Copyright © 2005-08 www.BigResource.com, All rights reserved