Forum: MySQL Mar 19th, 2008 |
| Replies: 5 Views: 960 |
Forum: MySQL Mar 19th, 2008 |
| Replies: 5 Views: 960 Incorrect string value I am running a .sql file against my database to build the tables. However Once i reach the Create tbl_static i recieve the following error on one of the insert statements:
MySQL said:... |
Forum: MySQL Mar 19th, 2008 |
| Replies: 19 Views: 1,199 |
Forum: PHP Mar 12th, 2008 |
| Replies: 1 Views: 193 Popups Hey I am working on an offline site. However for some reason i recently started getting pop ups when i attemtp to load my site. My site is not online, and I dont have any built in pop up, they are... |
Forum: PHP Mar 12th, 2008 |
| Replies: 1 Views: 282 Help with parse and undefined errors I am updating a site for a company. The site was at one time working, and has since been pulled offline. All the php, js and .sql files were sent to me and I should have just been able from the... |
Forum: MySQL Mar 9th, 2008 |
| Replies: 19 Views: 1,199 Re: Help building database I could see where the font can play games, it appeared as though i was only inserting 12 objects but , '', was one of the 17 inserts |
Forum: MySQL Mar 9th, 2008 |
| Replies: 19 Views: 1,199 Re: Help building database Sorry, the font makes it appear that way. Those are single quotes...as in:
'1', ' ', 0.00, ' ', 'tax2'
there is a space there, it just doesnt look like it. I am running mysql 5.0
here is the full... |
Forum: MySQL Mar 9th, 2008 |
| Replies: 19 Views: 1,199 Re: Help building database I am relatively new to mysql. I am running 5.0, and updating a site for someone. There was a file called echeck.sql which i was to run in order to automate a build of the database and tables. However... |
Forum: MySQL Mar 9th, 2008 |
| Replies: 19 Views: 1,199 Re: Help building database ok so i got the syntax correct and it started to run the .sql but i am still getting this error:
ERROR 1265 (01000) at line 894 in file: 'c:\echeck.sql' : Data truncated for column 'taxst2' at row... |
Forum: MySQL Mar 8th, 2008 |
| Replies: 19 Views: 1,199 Re: Help building database ok, so here is what i type:
mysql echeck < c:/Program Files/Apache Software Foundation/Apache2.2/htdocs/admin/echeck.sql -uMYSQL-ROOT -p
where "root" is a valid user in my mysql. I recieve the... |
Forum: MySQL Mar 8th, 2008 |
| Replies: 19 Views: 1,199 Re: Help building database from what i read, it looks like this .sql file that i have is the dump file created from mysql dump? is this correct? If so, how do I now restore the database using this file? ie: from command line,... |
Forum: MySQL Mar 8th, 2008 |
| Replies: 19 Views: 1,199 |
Forum: MySQL Mar 8th, 2008 |
| Replies: 19 Views: 1,199 Help building database I am relatively new to mysql. I am updating a site for a customer, and I'm using mysql 5 w/ phpMyAdmin. I was supplied an .sql (echeck.sql) script to build the database for this site. I create a... |
Forum: MySQL Mar 8th, 2008 |
| Replies: 6 Views: 257 |
Forum: MySQL Mar 8th, 2008 |
| Replies: 6 Views: 257 Re: HELP BUILDING DATABASE!! No, I am using apache on my local machine. This site is temporarily offline. The .sql files i am importing are coming from my /htdocs folder |
Forum: MySQL Mar 7th, 2008 |
| Replies: 6 Views: 257 HELP BUILDING DATABASE!! I am relatively new to mysql. I am updating a site for a customer, and I'm using mysql 5 w/ phpMyAdmin. I was supplied an .sql (echeck.sql) script to build the database for this site. I create a... |
Forum: Java Jan 8th, 2008 |
| Replies: 4 Views: 500 Re: Creation of file types and encryption K...obviously we could just make the files safety the users responsibility when it is accessed outside of our system. Now that i think of it that is kind of the way it should be in the first place |
Forum: Java Jan 8th, 2008 |
| Replies: 4 Views: 500 Creation of file types and encryption I am recently out of college and two friends and I have decided started creating a system for a law firm. One of our objectives is to create a file type for this system that is encrypted until a... |