473,407 Members | 2,306 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Error code 1064 - Cannot backup Dbase....

--=_075912CF.F899D547
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Hello again all,

I have created an account in the particular database that I was trying
to backup Using PHPMYADMIN and I also created the same user account on
the OS side. I still got the same 1064 message afterwards. I am still
relatively new to Mysql and my adding user only works when I use
PHPMYADMIN.

Is there anyone that can tell me how I can stop getting this error
message, or better yet, can PHPMYADMIN be used to backup a database, if
so how do I go about doing that?

Thank you in advance...
"Kenneth Illingsworth" <IL******@cityofrochester.gov> 07/29/03 01:41PM >>>
I am inclined to recommend going one step further. Create a local
account other than Administrator and give it a password. Then create a
MySQL user with the same id as the local account you just created, and
give it the same password as well.Make sure that the MySQL user has all
of the privileges to the database that you require. HTH
"Ola Ogunneye" <oo******@adventisthealthcare.com> 07/29/03 12:45PM
Sorry, I maight not have been clear about what I wrote, there is only
one user account in mysql and that user is ola, I was saying that
username Administrator only exist in Windows 2000 Server and not in
MYSQL, and that because each time, I log into the PC as Administrator
and not as user ola who is the only user account on MYSQL. since mysql
starts as a service, does it automatically see that admin is logged on
and not Ola and that is why I get error 1064? Are you saying if I create
username Administrator and GRANT the account all privileges on the
database that I am using, then I would not have this error?
Thanks
"Kenneth Illingsworth" <IL******@cityofrochester.gov> 07/29/03 12:06PM >>>
If your query has worked in one account, but not in another, then your
1064 error is probably related to privileges granted to the second
account.

HTH
"Ola Ogunneye" <oo******@adventisthealthcare.com> 07/29/03 09:08AM

I am running mysql 4.0.13 and using a weblog(Geeklog) to do my web.
Using geeklog as been okay until I tried creating moderators to my forum
and then I got the following error:

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 '' at line 1

My intuition is that because I start mysql as a service in win2k and so
each time I log onto my Win2k Server, mysql is running already. I
however log into win2k with username Administrator, while mysql root
user has been changed to my name ola, I believe that user Ola has all
the rights with the following setup string:

mysql> delete from user where Host='%';
mysql> delete from user where User='';
mysql> delete from db where Host='%';
mysql> update user set User='ola', Password=password('olapassword')
where User='root';
mysql> flush privileges;

With the above, I was able to create 3 databases, and I believe that
because of the above, then user ola is now the root user and should be
able to grant privileges to other users....

Does user ola need to be granted privileges in each database created
after executing the above commands or are they inherited since user ola
is now the root user?

Would manually starting Mysql with user ola correct the error 1064 that
I got from the other application?

Thanks in advance...
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/mysql?unsub=o...healthcare.com

--=_075912CF.F899D547--
Jul 19 '05 #1
0 2790

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Kenneth Illingsworth | last post by:
--=_603E7359.5B3A569C Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I suspect that this is some kind of issue with...
0
by: Kenneth Illingsworth | last post by:
--=_603E7359.5B3A569C Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I suspect that this is some kind of issue with...
0
by: Ola Ogunneye | last post by:
--=_104E0413.12733F99 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit I am running mysql 4.0.13 and using a weblog(Geeklog) to do my web. Using geeklog as been okay...
0
by: Morten Gulbrandsen | last post by:
C:\mysql\bin>mysql -u elmasri -pnavathe company Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 29 to server version: 4.1.0-alpha-max-debug Type...
11
by: Taishi | last post by:
Andy, I am new to SQL. It was hard just to figure out how to install it. I know I am logged in as a Admin. in Windows. I have the little server box with the round circle on it in the bottom...
2
by: Taishi | last post by:
New user of SQL Everything is on the same machine My error is close to the bottom After reading it today, I can see there is a problem with 2 dbases 'PUBS' and 'Master' There are also some...
1
by: tasmontique | last post by:
I have a form where the arrival date is entered then all the info is exported to excel. However I can not seem to spot my error I keep getting query not found or tablename incorrect. Can someone...
2
by: accessvbanewbie | last post by:
I keep getting an error stating OBJECT VARIABLE OR WITH BLOCK VARIABLE NOT SET. This error just recently began to happen. I am exporting some records to excel into a preformatted report. The...
3
by: dipperdan | last post by:
Hi, I'm getting an error 1064 when trying to delete some rows from a table. SQL is: DELETE FROM images WHERE image_id = 803 AND plant_num = 2277 LIMIT 1; DELETE FROM images WHERE image_id =...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.