Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MySQL on Win32
Page 2 of 65 1   2   3   4   5   6   7   8   9   10   Next 10  

Subject: RE: trying to restore an old db to mysql 5.0

Hi Mark I think you exported db when Innodb enabled. So you follow the steps to avoid losing the db datas. 1. back the data folder for safer side. ( before take backup stop the mysql service) 2. con

Subject: trying to restore an old db to mysql 5.0

Hi I used mysqlbackup to backup and old database (4.x) i now need to restore this but i 'm using mysql 5.0 when i run the mysql < db.sql it wont work anybody come accross this ? thanks Mark

Subject: Windows compilation errors C2766, C2535

Hi I created a new library to be linked with mysqld.exe. My code has the following include files #include "mysql_priv.h " #include <sys/types.h > #include <sys/stat.h > #include "my_dir.h " #include

InnoDB

Hi Yes it will work no worries but make sure you should stopped mysql service when you copy the old data to new place. 1. Stop the mysql service 2. take the backup of old data folder 3. stop the s

InnoDB

Hello Please correct me if I 'm wrong. We previously had a mySQL server installed on the default C Drive. We have now upgraded to a new box with a faster processor new drives etc. I have taken th

Subject: RE: List all databases from command line

You can also use --skip-column-names to make the output a little cleaner. Peace Scott -----Original Message----- From Bonnett John [mailto John.Bonnett@(protected)] Sent Friday September

Subject: Re: Installing MySQL on Vista

Haven 't done this one wihtMySQL yet but my feeling is that anything belongs off the root if it is to be generally shared across users. I believe the same is true of documents folders that will be sh

Subject: Installing MySQL on Vista

What is the best way to install MySQL on Vista? I 'm assuming the expected location is under Program Files like any other program. But since Vista won 't let any program write to the program files di

Subject: Re: List all databases from command line

Thanks. I figured out that I could also loop over subfolders in the MySQL data directory to give me each of the database names. ----- Original Message ----- From "Bonnett John " <John.Bonnett@(protected)

Subject: RE: List all databases from command line

Something like mysql -u root -p --execute "SHOW Databases " mysql Should get you what you want. There may be some other options to give you the output in a form and place that suits you. John Bonnet

Subject: RE: Trouble installing MySQL 4.1

I guess I would check operating system versions etc. and if it is up to date with patches. There are different versions of the Windows installer and you might need a later one. John Bonnett -----Ori

Subject: List all databases from command line

We use a simple batch file for backups that does a mysqldump on each database on our MySQL 5.0 server. When we create a new database on the server though we need to modify the batch file which i

Subject: RE: Trouble with installing MySQL Server 5.0

Check the MySQL manual 2.9.2.3. Starting and Troubleshooting the MySQL Server And 2.3.13. Troubleshooting a MySQL Installation Under Windows You can run the MySQL server by running the program mysql

Subject: Trouble installing MySQL 4.1

After choosing which type of install I want for MySQL 4.1 I receive Internal Error 2275. 1601 D \Scrapd\setup\jpegger\mysql-essential-4.1.22-win32.msi I have never received this error before and I

Subject: RE: Trouble with installing MySQL Server 5.0

Check the contents of you my.cnf. look in the C \ and %windir% folders. -----Original Message----- From Jorge Bastos [mailto mysql.jorge@(protected)] Sent Wednesday September 05 2007 12 36 PM T

Subject: Re: Trouble with installing MySQL Server 5.0

What does say the event viewer? ----- Original Message ----- From "Steven Durant-Burgin " <stevendurantburgin@(protected) > To <win32@(protected) > Sent Wednesday September 05 2007 4 20

Subject: Trouble with installing MySQL Server 5.0

I have run the MySQL Server Instance Configuration Wizard and used all of the default settings when I get to the ?execute? part I get an error message ?Could not start the service MySQL. Error 0? whe

Subject: OPTIMIZE and LOCK TABLES

Hi All Is it essential to lock tables when optimizing them? I have a scheduled task which loops over all of my tables and optimises them but it seems to be causing some problems. I notice that in t

Subject: RE: Missing files in Windows source distribution mysql-5.0.48-20070802-win-s

Hi Lenz After I sent out the message on "Missing files in Windows source distribution " I noticed a change in MySQL online document at page <http //dev.mysql.com/doc/refman/5.0/en/windows-source-

Subject: RE: Missing files in Windows source distribution mysql-5.0.48-20070802-win-s

--8323584-1834330795-1188425490 31090 Content-Type TEXT/PLAIN charset UTF-8 Content-Transfer-Encoding QUOTED-PRINTABLE -----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi On Wed 15 Aug 2007 Ron

Subject: RE: getting database back after a disaster + no back-ups

Hi Mark Shawn reply is right way... but its bit difficult to recover... I was faced the same problem when I was trying to install Linux My OS corrupted so I found the way just install the windows 2

Subject: RE: getting database back after a disaster + no back-ups

Others may be able to advise you better but assuming your MySQL data folder is intact I would just copy that safely somewhere else install the same version of MySQL then copy the contents of the s

Subject: Re: getting database back after a disaster + no back-ups

At 08 35 AM 8/27/2007 Mark Mchugh wrote >i had 2 partitions on it before i can see all the >files now but the 2003 partition cant boot and never >will.... i can see the old data folders + files et

Subject: Re: getting database back after a disaster + no back-ups

OOPS!! I made a typo!! Shawn Green wrote > <snip > > Well you are in a totally different situation than I thought you > were! Yes your database should be intact. In fact you may be able to > use

Subject: Re: getting database back after a disaster + no back-ups

Mark Mchugh wrote > i had 2 partitions on it before i can see all the > files now but the 2003 partition cant boot and never > will.... i can see the old data folders + files etc > but i presume i

Subject: Re: getting database back after a disaster + no back-ups

i had 2 partitions on it before i can see all the files now but the 2003 partition cant boot and never will.... i can see the old data folders + files etc but i presume i can just copy these over t

Subject: Re: getting database back after a disaster + no back-ups

Mark Mchugh wrote > Hi > A strange one here my windows 2003 server died but i > have managed to get access to all the drive i had > mysql 5.0 installed on it. The issue was caused by > incompatib

Subject: getting database back after a disaster + no back-ups

Hi A strange one here my windows 2003 server died but i have managed to get access to all the drive i had mysql 5.0 installed on it. The issue was caused by incompatible hardware so 2003 will not

Subject: James Benjamin - Seriously Disruptive MySQL DBA

hi if anybody wants to reach me please try this account - james.benjamin@(protected) <JAMES dot BENJAMIN at GRAFFITI dot NET > or call me on 0044 750 408 9783 Weather Almanac Weather Folklore Books

Subject: Re: Seriously Disruptive DBA

Hello Here 's 4 easy steps that show how you too can be a "Seriously Disruptive " DBA 1) Sign on to MySQL as "root " 2) Perform a "show databases " 3) For each entry you see issue a "drop databa
Page 2 of 65 1   2   3   4   5   6   7   8   9   10   Next 10