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


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Windows Gui & Mysql5.0.2


know anybody a successfuel working gui
which working with mysql5.0.2.

I'm getting allways a crash with query-browser and others.




View Complete Forum Thread with Replies

Related Forum Messages:
Mysql5
I set up MYSQL 5.0.4 but i was unable to start it as a windows service.
i am using windows 2000 professional.
the only way server start is my using console i am using binaries not the windows installer package.
i read the manuall but the problem exits.
i made a my.ini file with following lines in it
[mysqld]
# set basedir to your installation path
basedir=e:serversmysql
# set datadir to the location of your data directory
datadir=e:serversmysqldata
the installation paths are right it cannot start as a windows service
i installed the service but when i start the it stops
i don't know now what to do the only option i have it to start it manually
e:>mysqld --console


View Replies !
About MySQL5.0
Does MySQL5.0.27 supports FULL OUTER JOIN?.What are the other important features it lacks?

View Replies !
Latest MySql5.0
i installed Mysql5.0.12 and 5.0.20, neither of which allowed the addition of a new user. Said no can save...user may have been deleted system is windows2003 server X86

View Replies !
Cannot Login At Mysql5
I just installed mysql5
I am able to connect to it using telnet and mysqladmin

But when I try to login the username or password is not correct.

I installed it with the installer and set a new password there.
I thought I would have set the password for the root user but that is not working.

Can someone tell me what user and password I should use when i login the first time ?

View Replies !
MySQL5 With Php5
i was using mySQL with php
i have updated my php to php 5 aand i have myql5
(i was instaling wamp-5)


but now i am getting an error like this


Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in
C:Typo3htdocsMyfile.php on line 3
Connection failed.

But when i stop new mySql and start my old mySql every thing os ok.

how can i work in mysql5 with php5.

View Replies !
MySQL5.0 To Download
Is MySQL5.0 free of charge or should I pay for it?

There are two categories of windows, ie, Windows and Windows x64 at http://dev.mysql.com/downloads/mysql/5.0.html.

What is diffent between Windows and Windows x64?

View Replies !
Connector/J Not Working With MySQL5.0?
MySQL 5.0 alpha (binary install) on
Solaris 9 -or- RedHat 8.0

mysql-connector-java-3.0.8-stable
-----------------------

Should I expect to be able to connect to MySQL5.0 alpha with JDBC?
When trying to connect I am getting:

** BEGIN NESTED EXCEPTION **

java.io.IOException
MESSAGE: Unexpected end of input stream

The client machine trying to connect to the server *CAN* connect via
the mysql command line client (ie. is has permission to the servers).
I have tried connecting to MySQL version 5.0 installs on both Linux
and Solaris with the same result. If I point the driver back to a 3.23.57
install, it works fine as always. Code:

View Replies !
Convert Mysql5 Db To Mysql4
there are some syntax in mysql 5 thats not compatibe with mysql 4....so when i export a mysql 5 db is there an option to make it compatible?
if i remember correctly, there was athe passowrd problem.
is it safe to update from version 4 to version 5??? whats the tricky points??

View Replies !
Exporting From Mysql5 To Mysql4
i'm trying to export my database from my test machine (mysql5) to my production server (mysql4), the first problem is something related (i think) to differences in the sintax, to solve this i used phpmyadmin to generate the dump and set an option 'compatibility with sql export' to mysql40 or mysql323, that works but now characters that should be accented vowels á,é,í,ó,ú and ñ look very strange and i can't figure it out how to make them look normal again.

View Replies !
Setting Up Mysql5 Using PhpMyAdmin
I do not fully grasp this stuff, but I am trying to setup a user that mirrors my web hosting service. I have mysql running locally and can access it using this info in my config file. The problem is that my scirpt checks for a password so this fails.
$host = 'localhost'; // the name of the host
$username = 'root';// the username of the hosting account
$password = ''; // the password of the hosting account

I want to add a user with a password. In phpMyAdmin I went to the Mysql db and in the user table I enter a new user with a password with both a plain text password and a password encoded with PASSWORD(). Neither work they both say
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'office'@'localhost' (using password: NO) in /Users/office/Sites/web/private/phpClasses/connection.php on line 24
Access denied for user 'office'@'localhost' (using password: NO)
Yes I did put the password in the config file.
Can someone explain to me how to setup a new user with a password using phpMyAdmin?

View Replies !
Way To Enable Csv Engine In Mysql5.0.27
I want to find if there is any way to enable csv engine in mysql5.0.27.The manual
says while configuring mysql use " --with-csv-storage-engine " but i'm not getting any idea from this.

View Replies !
Cant Create Table On Mysql5
For an extension in my typo3 system i need to create a table. The extension could not create this table, so i try it manually in phpMyadmin. Code:

View Replies !
Large Files And Mysql5.0
I have some large files that I need to blob into the a table. I am using Innodb and added this line to my my.ini file [ max_allowed_packet=16M ].

I am using Hibernate, and have blob choosen as a type. What is the max size for a blob? I also see tht Hibernate has large blob, but nowhwere in docs do I see sizes for these objects.

Also, if anyone is using hibernate, is there a way to choose largeblob as a mapping type?

View Replies !
MySQL5 Installation With PHP5
I have installed Apache webserver v2.2, PHP5, and MySQL 5.
I got Apache and PHP to work just fine with one another, but problems seem to arise everywhere when it comes to MySQL.I have followed all the tutorials that I could find out on the internet,but MySQL still fails to run,when I conduct the test under phpinfo.php.

I have uncommented the php extension in the php conf file,but it still doesn't collaborate with MySQL at all.When I start MySQL under the service window, it starts up just fine,but when I go back to the service window (after I close it),it shows it with a status of being stopped.

I'm running the server under the following DIRs:

Apache: C:webserver
PHP5: C:webserverPHP
MySQL5: C:webserverMySQL .

View Replies !
MySQL4 -> MySQL5 Problem
This query works in MySQL4:

SELECT news.news_id, news.news_headline, news.news_content, news.news_date AS true_date, DATE_FORMAT(news_date, '%H:%i, %D %M %Y') AS news_date, news.news_author, news.source, news.sourceurl, news.headlineimage_id, users.forum_profile_url, news_images.headlineimage, news_images.width, news_images.height, news_images.alttext, news_images.companyurl, COUNT( news_comments.comments_id ) AS news_count FROM news JOIN users, news_images ON news.news_author = users.username AND news.headlineimage_id = news_images.headlineimage_id LEFT OUTER JOIN news_comments ON news.news_id = news_comments.news_id WHERE news_date >= DATE_SUB(NOW(), INTERVAL 7 DAY) GROUP BY news.news_id ORDER BY true_date DESC;
When I run this same query on the same database on MySQL5 it will not run and bails with:

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 'ON news.news_author = users.username AND news.headlineimage_id = news_images.hea' at line 1



View Replies !
Why Is This Causing An Error In Mysql5
$updatestats="update cl_entries set out=out+Ƈ' where entryID='$entryID'";
Work fine in mySQL 4 but it bombs out in mySQL 5, giving a syntax error near out=out+Ƈ'. I've also tried out=out+1 but it gives the same error?

What the heck changed in 5?

View Replies !
Error While Connecting To Mysql5
iam using wamp5 latest version and an error accur when i try to connect
MySQL
d:wampBINmysqlmysql5.0.45BINmysql
this was the error:
ERROR 1045 <28000>:acess denied for user 'odbc'@localhost' <using password:no>

View Replies !
Windows 2003 To Windows XP Pro Secure Communications...
I have a Windows 2003 Server running a Coldfusion app that needs to constantly update a MySQL database on a Windows XP Pro machine.

These machines are not on a LAN and are physically separate. I'm trying to find a way to establish secure communications between them since I do not want port 3306 open to the entire internet.

What I've Tried
So far I tried CopSSH with Putty but this did not work because I need to manually initiate all sessions and enter passwords by hand.

Since there aren't any SSH solutions that allow persistent, automatic connections, it appears I need to go with VPN.

The VPN Dilemma
I tried creating a VPN server on the WinXP MySQL machine but I cannot get ODBC to work remotely. How do you get the ODBC on the local (Win 2003) machine to recognize the MySQL database on the remote (WinXP Pro) server?

Note: I also understand that getting SSL working on Windows is a pain in the butt. I'm trying to steer completely clear of that. I don't have the tools to recompile, etc.

View Replies !
Connect Mysql5 Using C++ In Redhat-linux
how to connect MySQL using C++ in redhat ....

can any one tell a sample of code to creat ,connect and execute the
statement in c++ code ...

View Replies !
Trigger Enable/disble In Mysql5.0
is there any to to enable or disable the triggers in mysql5.0 or is there any other alternative

View Replies !
Mysql5.0 And Phpmyadmin Cant Add Fields To Table
I have loaded the phpmyadmin the latest version to manage my databases in mysql5.0. The problem I am having is when go to create a table and attempt to add fields to the table I get an Error MySQL said The field count is empty

I aslo just tried to delete the database and get this error message.

#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

I been looking for last few days on a way to fix this problem. I have only been able to create database but that is it. I am the only user with all privileges.

View Replies !
SQL Fails On MySQL4 To MySQL5 Upgrade
I have some SQL that works perfectly in mysql4, but fails when it's run in mysql5, on exactly the same schema. I'm not an expert and can't work out what's wrong. Can anyone spot what's going on? The error message is

Unknown column 'head.id' in 'on clause'

The SQL is
SELECT head.*, types.*, count(review.headphoneId) as reviews FROM headphone head, headphonetypes types LEFT JOIN review ON review.headphoneId = head.id WHERE types.headphoneTypeId = head.typeId GROUP BY head.id ORDER BY head.model .

View Replies !
New To Mysql5 And Can't Order By When Joining Tables?
I just got a second dedicated server (fedora) and this one is running mysql 5 whereas the other servers run 4. For some reason, I don't know if it's perms or just the way the server was setup?.. I can't run order by statements when I join 2 tables and also I can't view the structure of a table?

I can create tables and query a single table and also join two tables but I can't order by the joined tables...

I just get:

#1 - Can't create/write to file '/var/lib/mysql/#sql_7693_0.MYI' (Errcode: 13)

is this some new mysql 5 feature?

View Replies !
Mysql5 Setup Php5, Apache2
Trying to setup mysql5 to run with apache 2 and php5 and having very little luck. I've followed instructions from many sites and yet it still isn't being recognised when using the php functions to connect to the db.

mysql runs fine on it's own as I've been using it. I've downloaded the *.dlls from mysql and installed them in the correct dir's, uncommented the mysql dll in php.ini and restarted apache.

View Replies !
Reverse Engineer Tool For MySql5
DbDesigner4 works only with MySql3. Anyone aware of a tool that does the same thing for MySql5? Unfortunately MySql tools doesn't work properly yet.

View Replies !
Curdate() Minus 7 Days In MySQL5
i have a table that stores all my users, including a column "created" with a unix timestamp of when the account was created. im now trying to run a query that tells me how many users were created in the past week. the MySQL5 query below doesnt give any errors but returns all my users. obviously i dont have the "in the past 7 days" part right yet.

anyone?

select count(distinct uid) from users where created > (select date_sub(curdate(), interval 7 day) )

View Replies !
Installing Mysql5 (winXP, Apache2, Php5)
Using window XP.

I install Apache_2.0.55, PHP 5.1.2 installer.
After testing, server can run with php codes properly.

However,
How to install mysql5 and combine with Apache3+php5??
Where should i choose for install path way??
Should i choose C:Apache2 ???

I decide to install mysql-essential-5.0.18-win32.msi and the path way is C:mysql

finish installation.....

How can i start mysql5??? directly double-click mysql.exe => a "bee" sound heard and the file self -close immediately. I try to click other exe diles and all of them self-close immediately. Code:

View Replies !
How To Disable Autocommit Mode Of MySQL5.1 And How To Restart MySQL Database
By default MySQL runs with autocommit mode enabled.

I want to disable the autocommit mode and restart MySQL so that all the database sessions have autocommit mode disables.

So, I want to know how to disable autocommit & start-stop MySQL database.

View Replies !
Errors Get When Try To Migrate Form Mysql4 To Mysql5 Using Mysql Migration Tool
I am running mysql server 4.0. I have installed the mysql5.0 in the same server. When I try to migrate form mysql4 to mysql5 in the same server I get java heap space error. I was looking the google the change the java heap space. But did not get any thing. I am running with win2k and mysql4 and mysql5 with JVM installed with 512 MB Ram.

There for I tried some other way. Even I installed my sql 5 in some other server in LAN whitch has more RAM and then try to migrate form mysql4 to mysql5 though the LAN I get some strange error saying Code:

View Replies !
UDF On Windows
Does anyone have a windows version of MyXML? Or hints to compile it? Quote: About MyXML is an UDF extension to the MySQL database. It provides a set of utilities to make generating XML from the database a simple task. It provides routines to encode XML, create tags and return entire queries in XML.

View Replies !
Windows UDF
Just a warning - there is currently a worm doing the rounds attacking MySQL servers running on Windows. Linux / *BSD / OSX are not affected.
It doesn't exploit any MySQL security holes, but attempts to brute force the password. Once in it installs a bot (W00t bot), and connects to a number of IRC channels, advertises it's presence and recieves IP subnets to attack.
Solution:
1) Use a STRONG root password. 'root', 'mysql' or 'secret' doesn't cut it.
2) Limit root connects to certain IP addresses (ONLY 'localhost' is the best). Don't let root connect from '%'.
3) MySQL should RARELY be exposed to the network. Use a firewall and MySQL's skip-networking command.

View Replies !
Windows Box
I am trying to connect from a windows box to a mysql database that is on
a unix box and it's coming back with an error. this is via a migration
wizard. I decided to install mysql client on the windows box and start
mysql and see if I will be able to connect to the database. I have
downloaded the code but I don't know how to go from there

View Replies !
QNX To Windows
I have a MySQL database configured on a Windows machine and I need to connect into that machine from a QNX machine. Does anyone know if there is available a MySQL connection driver for QNX? I haven't found anything in the web site.

View Replies !
Windows XP
I just installed MySQL on Windows XP.

I have the most basic questions:
1] How do I start and stop MySQL.
2] How do I connect.
3] How do I create a user, set password and privaledges.
4] How do I create a table, set column, set column attributes.

Basically, is their any tutorial for the absolute beginner in MySQL on Windows XP.

View Replies !
Windows Date
How can I convert a windows date stored in Mysql (ie 38397 for today) to something I can use in a where clause?

View Replies !
Utf8 In 4.1 For Windows
------=_NextPart_000_008D_01C355F5.DA1B8150
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have read in past postings that UTF8 is not yet working with MySQL 4.1 =
on the Windows build.
Can anyone verify this?
If it is not yet working, can anyone give an estimate when a build will =
be available that should work?

View Replies !
My.cnf Is Not Available Under Windows 2000
There are two option files with the same function:`C:my.cnf', and the `my.ini' file in the Windows directory.Is it sufficient with only one of the files ? I have only my.ini. For which purpose is my.cnf?

View Replies !
Windows 98 Shutdown
Recently I installed mysql on a win98. Some 2 days after the
installation the system started experiencing a problem shutting
down. When shutting down the hard-disk kept spinning sometimes
as
long as 10 minutes.
The same problem was encountered on another win98 computer.
The system is working well with win2000 though..edu.tw

View Replies !
Setup Under Windows Xp Sp1
I need to upgrade my current mysql installation . But now there is a problem
to run the setup.exe of installshield 5.x under windows xp sp1 or sp2. The
program hung after few seconds. In the memory remain active woexec, ntvdm
and setup, but the process is freezed. It is possibile to convert the
current setup mode of mysql4.014 in other install system, as for in
mysqlcc092 ?

View Replies !
MySQL4 And Windows XP
I am having problems running mysql 4 on windows xp. Mysql 3 works fine. However version 4 won't run. Even if I start the server with the admin panel it shuts down again after a couple of seconds. This has only been a problem since I wiped my hard drive and did a clean install of everything.

View Replies !
Install On Windows XP
I cant get mysql to run on my winXP computer. I have downloaded it and
installed , unzipped and run setup.exe and placed it in c:mysql.
I type the command to start the mysql server
c:mysqli mysqld --console

It opens the console and then the console shows some inoDB commands and the
console hangs.

I followed the mysql manual and i cant find the answer
there is no command prompt and nothing...how do I run mysql?

View Replies !
Versions Of AMP On Windows?
I am somewhat concerned that i have the right versions
of AMP on my Win XP system so it will all work together...
Is there some link that (in simple terms!) tells which versions are safe
together?

I currently have MySQL version 4.0.20d, with Apache 2.0.52 and php
4.3.10. Is this the best combination?

View Replies !
Backing Up On Windows
How do I back up files on Windows? I know how to do it on the *NIX platform.
Whenever I run mysqldump, it doesn't export them in sql files to a place that I designate. It goes somewhere else, and I have no clue where that is.

View Replies !
Encryption On Windows
Can anyone advise whether its possible to use the Encode/Decode functions on Windows (Win2K) platform in Mysql & PHP.
A book i'm using says they cannot be used in windows yet i've managed to get my application successfully Encoding a password at the time of using an, 'Insert INTO' qry - its stored ok as a BLOB (field was set-up as a BLOB). Problem is i cannot use the DECODE() to reverese things. When tried i get a 'cannot excecute query' type mssg.
Looked at MD5 and SHA1 but they are one-way funcs only.
I like the look of AES and DES ENCRYPT/DECRYPT but can't get them to work either.

View Replies !
Windows Service
cofiguring the MySQL Server 4.1 on my XP based system im getting this error message "Cannot create windows service for MySQL. Error:0"

I've searched the forums and most suggestions were that I remove all instances of MySQL server. I even downloaded a tool to do this. Still no luck. I also have firewalls disabled, etc.

View Replies !
Replication On Windows
I want an urgent help for mysql replication running on 4.16 version does replication works on windows or linux only if it is pls give me minimal steps just first to start it replicatiing.i want it on windows box.

View Replies !
Version For Windows
which i suppose allows one to download the mysql 4.1 file for windows.i have windows xp pro on my pc.but under this heading "Windows downloads (platform notes)"

on this page, there are 3 files for windows namely Windows Essentials (x86),Windows (x86)and Without installer (unzip in C:).i was wondering which one to download for a starter like me.

View Replies !

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