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.





Nothing After Installation


I need to incorporate MySQL and php into the site to accomplish what all they are wanting the site to do. But I am having a problem getting MySQL installed and running.

OS:
Mac OS X vs. 10.4.5

I have downloaded Mac OS X 10.4 (x86) Standard 5.0.20 and ran the pkgs but nothing seems to happen when I close out of the installer. I can't find it anywhere on my hard drive. I also have MySQL Query Browser installed but I can't do anything with it at the time being because I'm guessing my other isn't installed correctly or I just don't know what I'm doing to begin with. Probably the later.




View Complete Forum Thread with Replies

Related Forum Messages:
Mac OS Installation Of SQL
sudo /usr/local/mysql/bin/mysql_safe

I enter my password and i get a command not found message.

View Replies !
Mass Installation
I need to install the same database on 40 accounts, all with the same database name, and same table in it... any way of doing this? I've got access to WHM.

View Replies !
Mysql 5 /msi Installation
i had mysql 5 alpha installed and npow i uninstalled due i downloaed the latest v5 .msi.
Although i uninstalled the previous mysql before installing the current one, the latter wont be able to start when try to install itslef as a windows service.
I have disables from administrative tools-services the previosu mysql set it to disable so now i guess the old one its not runnigns as a service but the new one wont start why?

View Replies !
Installation On Webspace
can i install mySQL on a webspace (shared hosting)?
What kind of scripts/programs do i need to install mySQL on a Linux hosting?

View Replies !
Installation Query
i have installed MySQL on a new machine.. its all up running fine.
Using PHP I have sent a CREATE DATABASE statement to Mysql and it has run fine.
However in winMySQLadmin, it doesnt show as a database! If I run the PHP query again, it comes up "Cannot Create database; database exists".... so its there and you can select the database fine.
Tried restarting mySQL, but its still not there? Can anyone explain why it wouldnt show up?

View Replies !
Mysqlserver5.0 Installation
I've installed mysqlserver 5.0(mysql command line client) on windows2000 and that looks ok. But my problem is how do i view tables e.t.c.Should i install WinMySQLaDMIN 1.4.

View Replies !
Installation On WinXP
I have installed MySql on my WindowsXP laptop, but cannot start the service. I entered the following command:
net start mysql
And got the following messages.
The service could not be started.
A system error has occurred.
System error 1067 has occurred.
The process terminated unexpectedly.

View Replies !
New Mysql Installation
I just installed MySQL and the appropriate ODBC driver on IIS 5, and can't make it work. The db server itself is running as a service just fine. Here's the error I get when trying to connect from a PHP script:
Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO)
I get a similar error trying to connect from a command line.
I feel sure I must have skipped some necessary step in setting this stuff up.

View Replies !
Eventum Installation
I am NOT a system administrator, so there is a bunch of this stuff I don't understand. I just need to get Eventum installed, and unfortunately the documentation is not clear enough for me.

Is there an "A-B-C....etc" type of document anywhere? It's not even clear enough where to install the My-SQL portion, so I guess I'm just a real dunce. Thank anyone who responds that can help. Also, does anyone know whether this will work on an Earthlink hosted space?

View Replies !
Installation Problem
I have installed Apache Server 2.0.52 and PHP 4.3.9 on XP Pro (Service Pack 2). I downloaded MySQL 4.1 (Windows Essentials) and installed it. The MySQL server starts up fine but I can't connect to it from a web page that I design.

I used a normal PHP script to display the version, etc. I also tried installing My PHP Admin but it does not connect to the Database at all. Is there a configuration that has to be done or Did I do the installation wrong? Can someone please give me advice or a run down on the installation process that I have to follow in order for it to work on my system. Code:

View Replies !
Installation Problem On Win 98
I tried to install the latest mysql on a win 98 machine which ran a previous version. There were no error messages, only the two last items on the final installtion configuration wizard were grayed out (if I am not mistaken these were about setting security features and running the server).

After the installation, my Start menu included only to shortcuts: to the command-line shell and to the configuration wizard. There was no server shortcut. When I tried to run mysqld, it just closed.

Then I uninstalled everything and tried to re-install the old version, which ran on this machine until a few hours ago, and it to behaved exactly the same: the server just closed when I tried to start it.

View Replies !
Installation Help For Mac OS X 10.5 Leopard
I am trying to install MySQL for my Mac running OS X 10.5 Leopard. I want to use a GUI to avoid scrambling something in Terminal, as well as it being easier on the eyes. I have downloaded the two DMG's:

mysql-5.0.67-osx10.5-x86.dmg
mysql-gui-tools-5.0-r12-osx10.4-universal.dmg

I installed the GUI no problem, but MySQL is another thing. I have been scouring the internet for a month or so looking for a definitive way to install it, and there doesn't seem to be one. I tried following some directions a few weeks ago, but I must have messed up.

Is it as easy as just installing the packages in the dmg, as well as the prefpane? Or do I need to do some Terminal work as well?

View Replies !
Installation Run With Postnuke
I wanted to ask witch version of MySQL I need to run PostNuke with on a webserver. I'm not familiar with this knowing I used a c/panel before witch allready had a MySQL database installed on it.

View Replies !
Order Of Installation
Background:
The Unix server on Apache already has MySQL 3.23 and PHP 4 installed. I've never used MySQL, so there are no tables at present.

Problem:
I need even more basic steps to upgrade 3.23 to 4.0 than the Reference Manual gives. (I read somewhere that I cannot upgrade directly to 4.1.) I expect to use the FreeBSD 4.x (x86) version. Would the following be the steps I take in order? If not, how should the order be corrected?

1. Download the FreeBSD software to my Windows XP computer.
2. Create a /mysql4.0/ folder in the same Unix server directory as the current /mysql/ and copy the downloaded file to the newer folder.
3. Using my Putty program, do a vinstall mysql (in the newer folder) to install the newer version in this folder. Am I supposed to stop the earlier version first? If so, what command do I give for this? Once the new version is installed, may I simply do a Remove of the earlier version's folder?

I think once these steps are taken, I'll be able to follow the steps in the Reference Manual.

View Replies !
Installation Of MYSQL On OS X
I installed MYSQL on my MAc -OS X 10.3.9. When I try and connect I get the following error:

Welcome to Darwin!
/usr/local/mysql-standard-4.1.12-apple-darwin7.9.0-powerpc/bin/mysql; exit
Mist:~ jbrousseau$ /usr/local/mysql-standard-4.1.12-apple-darwin7.9.0-powerpc/bin/mysql; exit
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)
logout
[Process completed]

View Replies !
Mysql Db Installation
I installed mysql server and i dont understand what i have to do from this point in order to have mysql database. Do i need to run script for create database Code:

View Replies !
PAST INSTALLATION
I know almost nothing about MYSQL. I can programme (more or less) in Paradox.
I installed MYSQL 4.1 for Windows, but there is no explanation of how to get it to run like the databases I know. (Paradox/Access). All you get is a black-screen DOS-like dialogue box which is a command-line monitor.
With Paradox/Access, you get a proper inferface to play with tables, and can either programme an application or not. MYSQL seems inpenetrable without special knowledge.
If MYSQL has to be programmed by a programmer before you can even learn how to use it then it's not much use to me. Am I missing something?

View Replies !
Error In Installation!
I'm trying to install Apache, MySQL and PHP on my office PC. Apache and PHP were installed successfully but when I click on the setup.exe icon of MySQL, this error comes out:

C:WINDOWSSYSTEM32AUTOEXEC.NT. The system file is not suitable for running MS-DOS and Microsoft Windows applications. Choose 'Close' to terminate the application.

What should I do? Is there something I should configure in the PC before I install MySQL?

I'm currently using WindowsXP at my office PC.

I need it for a project I might do soon for the company and I need my PC to act as an offline server.

View Replies !
LDU 801 Installation Problems
I am using the following:

Apache 2.0.55 (whatever the latest version is, I believe that's it.)
MySQL 5
PHP 4
LDU 801

And it gives me an error telling me to "Upgrade my MySQL client", so in other words I can't connect to my database I have designated for this site. I checked the settings and all seems normal. I can connect to the database with the MySQL command line client.

View Replies !
MYSql 5 Installation
Downloaded MySql 5 and installed OK. However when I try to set up a MySql instance, using all the defaults and InnoDB tables, the service will not start. I checked Admin->Services and the MYSQL service is there and is set to start automatically but is marked stopped. When I try to start it I get error 1067.

View Replies !
Silent Installation
I'm new in this forum. I want to Install MySQL without userinput. Can I run the setup.exe (the Setup Wizard and the Server Instance Configuration Wizard) with parameters or a script? If so, what do I have to do? If not how can I do an automatic Installation?

View Replies !
Installation Complete
I have installed mysql-5.0.19-win32 and 'services' sayes it is running.
However, previous version a 'traffic light' would appear in the taskbar.
So I am wondering if my installation complete because no icon appears in the taskbar.

View Replies !
Installation Error
cannot create Windows service for MySQL. Error: 0

can somebody tell me what that mean?

View Replies !
PHP-BB And MYSQL? Installation?
I've got my own web server in my office which i use to run my business web site from. It already has Perl, and I installed PHP last night. I installed it because i want to make forums for my site. I'm pretty new to php, but i'm a fast learner, and decided to have a go. I also installed PHP-BB to make my forums with.

The problem is, it's asking me for a database something? Now i don't know what on earth to do from here. I've tried selected all of them to see if they'd work, but they didn't. I think i need to install some kind of database thing to my server so i can set my forums up. has anyone any suggestions, and if they have, how do i go about it?

View Replies !
Installation Failed
I've just tried installing MySQL 5.0 on Windows Server 2003 but got this message when running the setup.

View Replies !
Help With MySQL Installation
I was wondering if any one out there could help me. I'm new at MySQL and just beginning with Kevin Yank's book. I have downloaded and installed MySQL as instructed, everything seems to run perfect until I change the password for the root user. From there on when I try to run Mysqladmin I'm requested my new password but when I enter it I get the following error message.
MySQLAdmin: connect to server at local host failed. Error: 'Host 'localhost' is not allowed to conect to this MySQL server'

I also tried to open mysql command line and I get this error message:
error 1130 (HY000) Host 'localhost' is not allowed to connect to this MySQL server.

What am I doing wrong?

View Replies !
Wordpress Installation
I was using Fantastico in Cpanel to install Wordpress. I did the first step (filled out user, password, default folder, etc.). Then, when I got to the second step where it would create the database, I stopped. Got started on something else. When I went back and tried to install it again, it gave an error.

So, I deleted all of the files and folders (except for the cgi-bin folder) in the root folder and tried to install it again via Fantastico. Still get the same error.

Then went into Fantasico, hit Wordpress, and removed the "unknown" installation that it had listed. Tried to install again and stil got the same error:

Here's the error I'm getting:

The installation can not be completed:

- You cannot install more than one script in the root directory of a domain.

Suggestions? I looked in MyPHPAdmin, and there is still a db in there with 10 tables, and it is definitely for the WP installation. Should I delete it? If so, how?

View Replies !
Phpmyadmin Installation
I have used phpmyadmin a good bit in the past but its always been when my hosting company has set it up for me. Today i am having to FTP upload phpmyadmin myself for the first time and i am having problems with the config.inc.php installation process.

So far i have used the setup feature to create my config.inc.php file and have uploaded it to my root folder. Here's what i have uploaded:

PHP Code:

<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 3.1.2 setup script by Piotr Przybylski <piotrprz@gmail.com>
* Date: Fri, 06 Feb 2009 15:56:08 +0100
*/

/* Servers configuration */
$i = 0;

/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';

/* End of servers configuration */

$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>

When i first tried to login i just used "root" as my login name and left the password blank. Then it brought me into phpmyadmin and i saw a link for setting your password. I tried this but got an error message so just thought it didnt do anything but now when i try to open phpmyadmin i just get a blank screen.

View Replies !
Installation And Config Of MYSQL
Installed Mysql in Redhat 9.0 workstation. I have installed MYSQL,Appache,PHP.

PHP,Appache installation is fine and intergration is also working fine. I have installed and configured MYSQL

Problem : I cannot log into MYSQL database either from root or user.(local host)

The error is 2002: unable to connect to local host thru socket "varlibmysoc" but cannot locate the mysql.sock in /tmp And the service is sqldb is also not working and cannot locate in services.

View Replies !
MySQL Localize Installation
In MySQL features, it is mentioned that it supports
localization/internationalization. I tried MySQL setup installation
but doesn't prompt me for language selection for setup. Does mysql
supports installation in local languages. I want mysql setup
instructions/messages (GUI) to be displayed in local languages. Can
"mysql Administrator" setup also be configured in different languages?

View Replies !
Installation Of Mysql++ On SuSE 9.3
I try to install mysql++ for SuSE 9.3, but I cannot compile any C++ program. Does anybody have any experience on this?

View Replies !
Installation Of Mysql++ With SuSE 9.3
I try to install mysql++ for SuSE 9.3, but I cannot compile any C++ program. Does anybody have any experience on this?

View Replies !
MySql Installation On Solaris10
I installed Solaris 10 on a Pentium machine. Then i
came to know that MySql comes bundled with Solaris 10. So i installed
MySql which came with the Solaris 10. Then i checked the version of the
MySql i installed using mysqlcheck -V and the version shown was 4.0.24.
I wanted the latest version of MySql (5.0) to be installed in the
Pentium machine.

So i downloaded the
mysql-max-5.0.21-solaris10-i386.pkg.gz and installed it as before and
started the MySql server. Again i checked the version and it is still
4.0.24 instead of showing 5.0.21. I dont know what went wrong. The
reason i wanted the latest version of MySql is to use the MySql
cluster.

View Replies !
Access Denied On New Installation
I installed MySQL-server-4.0.14-0.i386.rpm

MySQL-client-4.0.14-0.i386.rpm

when I give mysqladmin -u root

it is asking for password . The doc says that initially the password is empty and we just need to press enter .

I read the mailing list posting but didnt find any clue i didnt set any password .

mysql
ERROR 1045: Access denied for user: 'root@localhost' (Using password:
NO)

how do rectify this.

View Replies !
Installation Of Mysql 4.0.14 On Windows Xp
I am new to mysql server and trying to install the mysql server on my
windows xp home edition. I have downloaded 4.0.14 zip file on my computer.
I can unzip the file and it generates 10-15 files. When I do double click on
the setup.exe it loads for 5 seconds and then stops. No window is displayed.
No error message is generated.

I thought may be I should try some other version. I downloaded older version
4.0.13 and same thing here. I downloaded 3.23.57 and same thing here.
I am logged in as administrator. I can install other softwares without any
problem. Can you please suggest any thing I should try to install the mysql
server.

View Replies !
MySQL Installation Problem
We are having some trouble installing a MySQL database onto one of our
servers and would appreciate some assistance, details are below.

Installing MySQL v4.0.14 on a Solaris 8 (Sparc) system on a Netra X1.

We have downloaded the source files from your website and have had a go at
trying to install the software following the instructions on the user
manual. We get to the point of configure and we get the following output:

root@stats1 > ./configure --prefix=/usr/local/mysql
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!

To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you. If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.

Installing all prepared tables
030818 10:39:06 ./bin/mysqld: Shutdown Complete

To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system Code:

View Replies !
MySQL C++ Interface Installation
After I downloaded MySQL C++ package & installed it, I can't compile any sources. System notes "undefine reference 'function' ", is anyone familar with gcc & MySQL C++ development package ?

View Replies !
Mysql Installation Failed
Anyone can help me and I would appreciated. I install mysql on Fedora linux from binary source which i download version mysql 5.0.22 tar.gz

starting with this cmmand gave me the error:

shell> bin/mysql_install_db --user=mysql
[root@localhost mysql]# bin/mysql_install_db --user=mysql
Didn't find /mysql/bin/mysqld
You should do a 'make install' before executing this script

I did make install and I tried manay time still don't work, any idea and I don't get the right binary source code or any other source code that you can recommanded

View Replies !
Installation :: Port 8080
I have php and apache set up on my desktop , for my testing server. since port 80 was not accessible, I had to configure my apache server to use port 8080. i have tested these settings and both apache and PHP are working fine. the problem starts with mysql. i have installed mysql to the default C:MySQL . i can not start mysql.i always get the error "cannot connect to localhost (10061)" . i searched for solutions to this error, but most solutions on the forum didnt work for my particular problem. would this have anything to do with my localhost being localhost:8080, instead of the default localhost on port 80. is there any way of pointing mysql to localhost:8080

View Replies !
Access Denied :: New Installation
I'm new to Mysql and have just installed it for the first time. But everytime I invoke the mysql from the command window, my access is denied, and I recieve this error "Error 1045 Access denied for user 'walter@localhost' using passwork yes.

Also, when I attemp to use the mysql administrator, I get the same message.

View Replies !
MySQL Installation Documentation
EVERY SINGLE WINDOWS XP user who ever installs MySQL has to open port 3306 in the firewall, and make an exception for the binary mysql.exe to allow connections to be made to it. Yet this not mentioned in the installation process.

For another example, the documentation sometimes asks you to enter commands like "mysqladmin version" that actually have to be entered as "mysqladmin -u root -p version".

For another example, the "detailed configuration" sometimes fails at the last step, and the only solution is to uninstall MySQL, re-install, then run the configuration wizard later. This bug is not documented. It is then too late to move the InnoDB tables to where you want them, though; the documented way to move the InnoDB tables doesn't work.

For another example, it is almost impossible to get MySQL to work with localhost pipe connections on Windows. Supposedly you could to this by starting the service with the "--enable-named-pipe" parameter. But Windows XP has a horrible bug, in that parameters given to services entered in the "Start parameters" window of a service are not saved and not used. Most people give up and use TCP/IP, thus slowing the server down and creating a security hole.

This is related to the error "Cannot connect to mySQL server on localhost <10061>", which almost everyone who has ever installed MySQL on Windows gets. Put a friggin' section in the installation documentation about it, already.

View Replies !
Installation Of MySQL On MacOS
I had installed mysql version for MACOS but whenever i am trying to create a database using terminal(command prompt) window it says command not found.

Can any one tell me that this problem is related to installation of sql on mac or why i am getting this problem?

View Replies !
Installation Steps For MySQL 5.0
Is there a document which provides clear steps for installation of MySQL5.0.

What all I have to download from the following.

MySQL Community Server
MySQL Cluster
Max DB
GUI Tools
Connectors

My OS is a Windows XPH SP2.

And what is this Open GL required for MySQL Workbench ?

View Replies !
Mysql Devel Installation
I need to install the MySQL development files (headers and libraries) mysql-devel, however I don't know where I can find it, I try the downloads on this page but no luck, anyone can post me the link or procedure how to install it?

View Replies !
Installation Of MySQLon Windows XP
I'm having problems setting up MySQL on Windows XP.

I'm running a webserver on my PC (C:/Web) and have setup Apache fine which looks to 192.168.0.3 (static IP of the machine). I've downloaded PHP which is again working fine - installed to C:/PHP.

I've installed MySQL and am now trying to get both PHP and MySQL to work together.

MySQL has been downloaded to C:/Program Files and I've got the port set to 3306. I've ensured that with my router that port 3306 is opened and I've set username to root and set my password.

However, when I use the configuration wizard it prepares configuration, writes configuration file and restarts the service fine. It won't however apply security settings saying that:

"Error Number 2003. Can't connect to MySQL server on 'localhost' (10061)."

When I start a webpage I have to type in 192.168.0.3 to access web files (Apache httpd conf file looks here) as typing localhost won't display anything.

Is there a way of getting MySQL to look at 192.168.0.3:3306 not localhost?

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 !
Error In Step 5 Of Installation
I'm trying to add an application(Image Gallery) to my Web that requires a php install Program to run,check and populate a Database. It goes through a test prior to install and Says everything is A OK, and creates the Tables in the Database. After that it populates 1 table (role) just fine but when it trys to populate the second table (.SQL_ABM_TBL.) it fails(with No explaination).

The .SQL_ABM_TBL. is defined in a config.php file as the following shows:

define('SQL_SERVER', "localhost");
define('SQL_ABM_TBL', "albums");
define('SQL_IMG_TBL', "images");


I'm using MySQl 5.0.45 and php 5.x. I used the MySQL admin tools and had it check the tables and it says everything is fine. The code I'm including is from the Install.php file, where it fails is inserting data into SQL_ABM_TBL, Can someone pls have a look at this and see if they can tell me whats wrong here.....

View Replies !

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