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.





Free MySQL Or SQL Database


Is there someone who knows a webhosting provider who provides free SQL or MySQL(rather SQL than MySQL) database which is not limited by numeber of tables for free charge. I found one which is limited by one table, in which I cannot change the name table, cannot create new table etc.

I need at least four tables. No matter space limits, may be under 5MB for example. But must be accessable from outside, I mean I want to connect it from Visual Foxpro via ODBC driver.




View Complete Forum Thread with Replies

Related Forum Messages:
Can I Upload A MYSQL Database To My Free Web Hosting Space?
I have a domain with awardspace.com which has php and MYSQL enabled.

I am a newbie and not quite sure how to set it all up or if it's even possible with the Database I've created on my desktop.

When I go to the Database Manager in the administrator section it has a spot to create a database,and confirm a password. From there I take it you would use the PHPMyAdmin to alter the database.

Can I just upload a database using an FTP manager like Dreamweaver, or do I need to start from scratch and create the database on this server. If so is there a way to eventually download it so I don't lose any of the information in it.

View Replies !
Connect To Database On My Free Server From Home
I have my website hosted on a free server and I want it to connect to the database on my home computer, how do I do that?

View Replies !
Where I Can Get Free DEMO DATABASE And TABLES For My Practice?
I want to hone my skills on MYSQL but i want to have dummy database and tables, and specially the contents of the tables the datas.

because i want to...
practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, practice, and practice.....

View Replies !
MySQL Free?
I have been using XAMPP as a server on my PC to test my PHP and MySQL code and it is free for those who have not heard of it. My dad was telling me his office was thinking about getting MySQL but it cost money. I went to there web site and it looks as if they have a certified server version (costs money) and a developer version (free). I was wondering if you have a site online running MySQL do you have to buy the certified version or can you use the developer version without any cost.

View Replies !
Is Mysql For Windows Free?
I saw in a site that says "mysql for windows is free for one month to continue using it you must get a license". I was planning to use mysql on windows for company database I thought mysql windows version is free. Am I have to use on the linux for free solution?

View Replies !
MySQL And Free Web Servers
can you use MySql on web Servers like
Freewebs.com,Yahoo!geocities, aol home town ans sites like that.

View Replies !
Free MySQL DB For A Web Portal
I'm running a web portal in simple HTML with static pages. But I want to setup my portal on PHP+MySQL. I know nothing abt MySQL but a little abt PHP. Can someone guide me setting up a PHP MySQL based web portal.
( including sample PHP pages & MySQL DB )

View Replies !
Using Free Version Of MySQL In My Company...
I am a student working part time for a company. I am just starting my final year dissertation and would like to use MySQL to hold a database that I will be making. I was just wondering if I would be breaking any rules by using the free version of MySQL?

View Replies !
Is There Free Csv To Mysql INSERT Statements Converter?
Is there free csv to mysql INSERT statements converter?

View Replies !
MySQL: Spam Free (Send/Receive) Emails. HOW?
I would like to create a MySQL to protect my subscribers and clients from receiving a spam emails.

I can create a new table for MySQL and write new script for PHP

MySQL:
mysql_query("CREATE TABLE members(
members_id INT NOT NULL AUTO_INCREMENT,
PRIMARY KEY(id),
email_address VARCHAR(50)")
or die(mysql_error());

mysql_query("CREATE TABLE spam_free(
id INT NOT NULL AUTO_INCREMENT,
PRIMARY KEY(id),
members_id (INT),
fake_email VARCHAR(50)")
or die(mysql_error());

?>

PHP:
After my client / subscriber sign up as a member of my organization, php autmatically creates a new fake email address with my domain name i.e. doe @ mydomain DOT com in it.

PROBLEM:
I couldn't find a code or syntax that make mysql to redirect email to my subscriber from my client's email client and vice versa.

Once our database matches sender's fake email address, MySQL would redirect sender's email to our member with a real email otherwise die.

Is any one of you know the code that can get mysql to work and redirect email without go through php? (not use webmail).

View Replies !
Free Mysql GUI Mysql "client" For Win32
I'm currently working on re-engineering a web stack completely to use mysql as a back end instead of (shiver) a bunch of Access files. I've used mysql for years both personally and professionally, but being a UNIX dork I've almost exclusively done so from the command line. Whenever I've needed something a little more user-friendly than that, I've installed a web tool like phpmyadmin.

However in this case, I'm working in an all-Windows shop (mostly server 2003) and I know that I'm going to be passing this on to someone in a couple years. As I document various tasks, I'd like to use a desktop client with a GUI interface for doing things like "browsing" the database, modifying stuff now and then, etc.

I see that mysql.com has a nice "administrator" and "query browser" available and they're pretty nice - but neither is really what I'm looking for in terms of something that has a GUI interface and actually manipulates the data itself. Unfortunately I cannot count on a successor knowing much SQL or being comfortable on the command line.

I'm guessing there are many free tools out there but would love to start out on whatever people who already love to use such things find the most mature, featureful, easy to use, etc. So, suggestions?

View Replies !
Licence Free?
I am migrating a commercial application from DBISAM to MySQL (Delphi)

I still dont understand: should I pay for every licence that I install or MySQL is free?

View Replies !
Free Tutorials?
Could someone please point me to a site (or sites) that have some free basic tutorials on MySQL and PHP?

View Replies !
Free SE Submissions
I remember back in the glory days of the web long gone where I could run through 8-10 major search engines and submit for free. I recently tried to do that with my new site and realized that most are pay for inclusion. Is there a Secret Area to submit at or is it impossible to get into for the most part? Any other free ones besides dmoz and google? Or is it just impossible to get anywhere with hard work and no money now?

View Replies !
Commercial Or Free Reporting
I wondered if you could let me know which is the best report generating package for mysql.... I am looking into open source or commercial packages... I want the package to create me a link where I could add a button to so my user does not see the sql code... they just click the button and pops the charts...
The Package must output plenty of charts...
I searched through google, but I prefer to know by people that have used the packages

View Replies !
Free Or Inexpensive Version ?
I am an individual who would like to learn on their own how to use mysql.

I am probably wrong, but I thought that being open source there would be a free, or inexpensive, version to "play" with on ones own PC.

I cannot afford the Enterprise Version.

Is there a basic, or watered down version, available ?
(Perhaps, not directly thru mysql.com ?)

View Replies !
Form Free Text Field
I have a form free text field for which the user can enter any text. I do not do any scrubbing of this text, ie. checking for some text which could effect SQL statments. I look at my logs an I find alot of the error messages below. For free form text fields what should I "scrub" or run checks for. For example I guess is the users uses a . - or something of the like it can cuase this error.
DBD::mysql::st execute failed: 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 'exp communications-in a B2B environment.'

View Replies !
Free Disk Space On DELETE
I'm building a huge DB. One particular table can contain as much as 125 million records. I need to DELETE records older than a year. That part works fine but it doesn't free any space on my hard drive (C:/). I tried OPTIMIZE TABLE and it still won't free hard disk space.

View Replies !
Good Free Reporting Tool?
Anyone know of any good free reporting tools that don't require Java? I'm trying to find something PHP based, but would also take a Windows program.

View Replies !
Free LAMP-Image - Is It Legal?
I plan to make a vmware image, which contains a LAMP system, that means:
Linux (in my case debian or a smaller one), apache, mysql and php5.

My question:
Is it legal? I want to provide this image for FREE!

View Replies !
Free Tool To Compare 2 Databases
Is there any free tool to compare 2 MySQL database and see the difference in data or even structure ? most of the tools I found where commercial.

View Replies !
Open-source/free DB Modeling Tool
I'm looking for a decent DB modeling/designing tool that is free and supports the following features:

1. Visual design of tables/relationships
2. Syncronization to database
3. Query mode
4. Ability to sync with different database types

I've been using DBDesigner, but it has a few bugs that are really annoying.

View Replies !
Database Transfer Between Oracle 8 Database And MySQL Database
Is it somebody out there who has made a migration from an Oracle server to an MySQL server??

The scenario is as simply:

I've got a Oracle 8 server with a database with content that I want to transfer to a MySQL database. No special data, constraints etc that MySQL not will handle.

My solution is to reverse engineer the database from ERStudio and then produce a SQL script that will insert the data into the MySQL engine.

But I can't do this, because the customer want me to do a PL/SQL script that does this, even if he never have worked with Oracle.. So the question is.. Do someone know a simplier way to do this or do I have to teach myself PL/SQL and make a script that produces a MySQL sql script ?

View Replies !
How To Copy Mysql Database Table To Another Mysql Database
i have database named(rocky) in the other domain how can i copy it in nessan database in the other domain.

View Replies !
Converting Ms Access Database To Mysql 5 Database
I've imported a ms access database into a table in a mysql database.
The access database contains a field that holds date/time values in
'general date' format. These all show up at 01/01/1970 in the mysql
database. I believe the field in mysql is wanting UTC and shows
numbers when looked at from the sql command line (i.e. March 13, 2006,
5:31 pm is shown as 1142289086). How do I get the access data into
that format so it will import properly?

View Replies !
Create Database Mysql Database In My System
I have installed MySQL 4.1.7-Standard in MacOS X (10.3.5). I have ONLY database test. According to the manual there should be TWO. test and mysql. I have re-run mysql_install_db several times with he same result. Can some mysql guru explain or point me to the right page to have this mysql database in my system?

View Replies !
How To Convert MS Access Database To Mysql Database??
now i have more than ten thousand data in MS Access database and now i heed change it in to mysql database!So do you know how to that?I think i not time to key in back this all data because it is imposible la,because more than 10 thousand data la!

View Replies !
Could Not Connect To The Database, Please Recheck The Settings You Specified. Also Make Sure That A Database With The Name You Specified Already Exists On The Database Server. PhpAdsNew Will Not Create The Database For You, You Must Create It Manually
The error message I get above is the same everytime when trying to install phpAdsnew. I have tried everything. I am hosted through yahoo! and have actually succesfully installed scripts before even though I know nothing about it. Now that I have a "auto-install", it does not work. Yahoo! also offers php-nuke with the auto-install where you just click a few buttons, and I get a similar error stating that it can not conect to the database.

Please can anyone help me and tell me what I am doing wrong?

View Replies !
How To Convert .dbf Database To Mysql Database
i want to convert .dbf database to mysql database. i have my college results in .dbf format file. i want to convert it from .dbf to .sql .

View Replies !
How To Use A Copy Of A MYSQL 4.1 Database In MYSQL 5 Running On Ubuntu Linux
We had a "permanent world" game server running on an older PC, under Ubuntu 5.10, using a MYSQL 4.1 database to store persistent data for the players, then the hard disk quit. We did back up our data on a regular basis, but didn't use MYSQL to do the backups, we simply copied the MYSQL/data/ folder to disk.

So now we have a new hard disk, with Ubuntu 7.10 and MYSQL 5 installed. We have everything working, in that we have created the appropriate database and, using a simple test module of our game which will create some of the tables if they don't exist in the database, we can store and retrieve data from the database tables. The problem we have is how in the world do we get the data from the backup copy of the MYSQL 4.1 created database into the new MYSQL 5 database correctly? With 4.1 we could copy the contents of the database folder right into the database folder in the /var/lib/MYSQL/ folder, but this procedure didn't work with MYSQL 5. The files seemed to copy, as in the copy operation gave no errors, but we get an error that says the database is unavailable and to make sure the MYSQL server is running - it is, so we're stumped, and our game server is offline.

View Replies !
How To Run A MySQL Database On Machine Without Installing MySQL Engine.
I need to run a db created in MySQL on a server I cannot install MySQL on. Is there any way how to solve this ? Please let me know the way how to make a rutime to make myself able to work with the given db on that machine.

View Replies !
Connecting To A Mysql Database Without The Mysql Server
Is it possible for me to copy a MySQL database to my pc (windows xp pro sp2) and use MySQL query browser to get records and create reports? If so, how do I make the connection?

View Replies !
Transfer Database From MySQL To MySQL
I want to transfer my database from local MySQL server to online MySQL server.... how can I do that ?

View Replies !
MySQL 5.x Database On MySQL 3.23.56 Server
Local environment: Windows, MySQL 5.x, APACHE 2.0.55, PHP 5.1.2

Remote server: Linux, MySQL 3.23.56, Apache 2.x, PHP 5.x In local server database charset and collation are utf-8 (As the sites are in Polish and Georgian).

Exporting with MySQL 3.x compatibility and importing the sql in remote server will give errors: For example

#1064 - You have an error in your SQL syntax near 'character set utf8 NOT NULL default 'banner', `name` varchar(50) character set'

What could be done to overcome charset and collation problem without upgrading the remote database server?

View Replies !
MySQL Big Database
I am creating a Database Architecture and there is a volume problem
with MySQL.

My tables are quite simple. Problem is they will record million of
lines.
Within 10 seconds, MySQL could receive 1.000 querries to insert raws in
the same table.

After 30 days, a table could be a 30.000.000 lines table.

I see several problems :
1. multi-querries at the same time
2. very high volume of database
3. recognition scripts and browse within results will be too long.

I think of having researched and developped multi-threading querries to
MySQL and back-tables that receive cut/paste from the main table.

I hope you had the chance to work with important volume, in order for
me to listen and work on the development of advised solutions.

View Replies !
Database Name Mysql 4.1.18
We are running mysql 4.1.18. Is there a way to prevent users from creating the same database name?
for example
our name schema goes like: mysql_1234, mysql_32143, mysql_....
But we found out that some one could create MYSQL_1234 while mysql_1234
already exists.
I guess what we need to know is that if there is away for mysql to not
allow same names even though its different case characters.

View Replies !
Mysql USE Database
given:
mysql> USE menagerie Database changed

I understand it's a USE statement.
But what does "Database changed" mean?

View Replies !
MySql Database
I have been designing websites with my current server for years now. The mySQL database is hosted on the server and I connect to it with PHP scripts directly by using the dbhost 'localhost'. I have a client whose server does not host the mySQL database locally. They are telling me to set the database up in a file on the server and connect to that file to access the database. What format is this file supposed to be in and how to I set-up my connection scripts (specifically php) to access it. If this doesnt work, can I connect to a mySQL database that is hosted on another server (i.e. connect from php files on my client's web server to the database on my webserver).
This seems like it should be something I know how to do, unfortunetly I have been doing the same thing the same way for so many years I haven't had to learn to do it any other way.

View Replies !
Set Up Mysql Database
I have a school project that needs me to link flash MX using PHP as the server language and mySQL as the database. As i am new to PHP and mySQL, i am not sure of how to set up both item.

View Replies !
Mysql Database Help
I’m looking to create a database for a small art club. I want the database to have member’s information such as name, address, etc. I would also like it to monitor attendance. The club currently has around 6 classes a week which are run by 2 teachers.

I would like some help to decide what tables I would require to make this work. Can someone also recommend a good front-end.

The tables I currently have are
Members table with memberID name address etc
Teacher table with teacherID name etc
Class table with class ID etc

The attendance table will contain attendaceID , classID ,memberID, date ,time

I seem to be stuck on the attendance table and a way to monitor attendance for each cla

View Replies !
Administering A MySQL Database
I'm an ASP/M$ Access programmer who is leaving the Dark Side for
PHP/MySQL. I'm used to adding, changing, deleting my Access database
locally and then FTPing it up to my website. What are the ways I can
make changes to an online MySQL database and how may I find out more
about them?

View Replies !
MySQL Database Queries
Is there a site that anyone knows of, that shows creating a MySQL
database from input through output is concerned? I'd LOVE to see a
tutorial that included the interface for input, the usable MySQL
database and then the query potential (including query interface).

I'm new to MySQL and haven't been able to find much on the internal
workings of the database or query applications despite a pretty spendy
book I purchased on the subject.

View Replies !
Import Of Database In Mysql
I get this error when I am importing the database. What am I doing
wrong?

ERROR 1064 at line 625735: You have an error in your SQL syntax near '
begin_excerpt varchar(250) default NULL,
PRIMARY KEY (id)
) TYPE=MyISAM' at line 5

View Replies !
MySQL Database Administration
I have an INNODB installation that has caused me some problems recently
with the data files growing beyond the UNIX file size limits. I have
everything back to normal but,

My question: is there a mysql systems table or variable that I can get
the:

-Current space allocated?
-Current space used?

OR does anyone already have an SQL statement that will get this
information?

View Replies !
Copying A Mysql Database
Mysql3 on an fc3 box. I do not have the root password for mysqld yet i
need to copy a database let's call it database1 to database2. This is for a
site testing purpose, it's to be an exact copy of database1, yet the two
databases do not have to be kept in sync after the copy.

View Replies !
Copying MySQL Database
I'll preface this by saying that my preference is to dump a database to
SQL and transfer that file around but this is not the situation that
I'm in and I'll probably be in this situation in future..

I have all of the files from under C:Program FilesMySQLMySQL Server
4.1data that were copied from another machine while mysqld-nt.exe was
still running. I thought that maybe I could copy these files over to
my machine, after first removing all of the current files. When I
tried to do this I first shut down mysqld-nt.exe then I removed all of
the files under the data folder and then I copied all of the files from
the other machine's data folder.

After doing this I can longer start the mysqld-nt.exe service until I
revert all of the data files back to their original. When I attempt to
start the service I get the following errors logged to the event log:

Server Control Manager:
"The MySQL service terminated unexpectedly."

MySQL:
"Can't init databases"
"Aborting"

View Replies !
Querying Other Database From MySQL
We're using a mySQL database as a replica of another (Sybase) DB for
reporting purposes. The Sybase is part of a real-time mission critical
system - hence the separate database where people can run their queries
on.

Currently a separate application is copying the information we're
interested in from Sybase to mySQL in an overnight batch-process. We
want to extend this to loading every 15 minutes and are now
investigating the possible solutions.

I am considering to create a scheduled task in mySQL, where mySQL
itself reaches out to the Sybase ASE server and fetches the data. That
seems to make the setup much easier and eliminates the need for an
intermediate application.

Does anyone know if it is possible to create a "pass-through" query in
a mySQL stored procedure (or scheduled task)? I searched for this but
could not find anything, unfortunately.

View Replies !
Remote MySQL Database
I have a MySQL Server in a Windows Box. How can I connect to the server
from another windows box using ODBC?

View Replies !

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